summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMiroslav Bajtoš <oss@bajtos.net>2023-05-11 16:14:51 +0200
committerGitHub <noreply@github.com>2023-05-11 16:14:51 +0200
commit78c7ff91e31d900609084a9563d5fd105affd091 (patch)
tree6de81fc52fe245d76b78765049946c71dc7046a5 /Cargo.toml
parentb8495e0377ccd328a75762e349e4ad2f060b2a25 (diff)
chore: upgrade thiserror and deno_lockfile (#19073)
Upgrade `thiserror` to `1.40.0`. Remove version pinning so that consumers of deno crates can install newer versions of `thiserrors` without waiting for us to upgrade our Cargo.toml. Upgrade `deno_lockfile` to `0.14.0` to bring in `thiserror` upgrade, see https://github.com/denoland/deno_lockfile/pull/1.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
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"