summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a579a570b..6e3d80b3c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1719,9 +1719,9 @@ dependencies = [
[[package]]
name = "deno_lockfile"
-version = "0.23.0"
+version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb68a4a666c69eabd8fe505d6fdc4ed4a2d962fe1680dbfa8b0c8a2975d58ed0"
+checksum = "579117d5815aa9bae0212637d6f4d5f45f9649bb2c8988dca434077545535039"
dependencies = [
"deno_semver",
"serde",