summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-16 16:29:21 +0100
committerGitHub <noreply@github.com>2024-09-16 15:29:21 +0000
commite47606a5549aff43540bf2b8adc5db0309c28dbc (patch)
tree3371fb7b6b0b5c8572736490fe59fe52584dce3f /Cargo.toml
parent968f441da32ae5fc3783a4f9bcda3d34fa276b4d (diff)
fix(lockfile): use loose deserialization for version constraints (#25660)
* https://github.com/denoland/deno_lockfile/pull/39 Closes https://github.com/denoland/deno/issues/25649
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99c50576d..e5d8c6e05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ deno_ast = { version = "=0.42.0", features = ["transpiling"] }
deno_core = { version = "0.308.0" }
deno_bench_util = { version = "0.162.0", path = "./bench_util" }
-deno_lockfile = "=0.23.0"
+deno_lockfile = "=0.23.1"
deno_media_type = { version = "0.1.4", features = ["module_specifier"] }
deno_permissions = { version = "0.28.0", path = "./runtime/permissions" }
deno_runtime = { version = "0.177.0", path = "./runtime" }