Skip to content

Commit

Permalink
refactor: updates for smarter lockfile (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jan 21, 2024
1 parent f409ede commit 1f452a5
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 171 deletions.
215 changes: 106 additions & 109 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ license = "MIT"
[dependencies]
anyhow = "1.0.70"
async-trait = "0.1.68"
deno_semver = "0.5.0"
deno_lockfile = "0.17.0"
monch = "0.4.3"
deno_semver = "0.5.4"
deno_lockfile = "0.18.0"
monch = "0.5.0"
log = "0.4"
serde = { version = "1.0.130", features = ["derive", "rc"] }
thiserror = "1.0.24"
Expand Down
Loading

0 comments on commit 1f452a5

Please sign in to comment.