diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-20 18:36:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 22:36:53 +0000 |
| commit | f2668b3a0d2e96f42c21898a1fe7c98ea40fd2a7 (patch) | |
| tree | 6621983f06a0dd5e1e56a43a82cc06cdea07492f /Cargo.lock | |
| parent | a3a54bc747abe8ca4cd7b0bdbb3e5276a062e914 (diff) | |
fix: deserialize lockfile v3 straight (#25121)
v4 is a somewhat lossy format and so we can't actually work with v3 by
upgrading to v4 and then downgrading.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 552c02e2b..42b099eec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,9 +1721,9 @@ dependencies = [ [[package]] name = "deno_lockfile" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b01138860cdf20cfca4c9e6bcda2bbe577f0c784f6f6938205d522ee2b6327ed" +checksum = "04beb67705d894d688e818870a701829223f6f485ef3ce0b8b2a7adac98d9583" dependencies = [ "serde", "serde_json", |
