diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 194cce09b..7bcb59a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ deno_runtime = { version = "0.111.0", path = "./runtime" } napi_sym = { version = "0.33.0", path = "./cli/napi/sym" } deno_bench_util = { version = "0.97.0", path = "./bench_util" } test_util = { path = "./test_util" } -deno_lockfile = "0.13.0" +deno_lockfile = "0.14.0" deno_media_type = { version = "0.1.0", features = ["module_specifier"] } deno_npm = "0.3.0" deno_semver = "0.2.1" @@ -132,7 +132,7 @@ smallvec = "1.8" socket2 = "0.4.7" tar = "=0.4.38" tempfile = "3.4.0" -thiserror = "=1.0.38" +thiserror = "1.0.40" tokio = { version = "1.28.1", features = ["full"] } tikv-jemallocator = "0.5.0" tikv-jemalloc-sys = "0.5.3" |
