diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-01 14:05:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 14:05:40 -0400 |
| commit | 4c8d57db03bac12d2a13566b3cc7454cfbd67314 (patch) | |
| tree | 7f8ffe216dd78245ab327685e6b4752f8196be08 /Cargo.lock | |
| parent | 29104384c4cb5aab082749382802560907ebec42 (diff) | |
BREAKING: rename "deps" remote cache folder to "remote" (#25969)
Closes https://github.com/denoland/deno/issues/25967
Closes #25968
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index c55b9f97c..b55e2aeb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1348,12 +1348,13 @@ dependencies = [ [[package]] name = "deno_cache_dir" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87900cfcd07bdbf3597bc36b77da0c0e7b6c2e65213faa2ed43d9a1ec12bd31d" +checksum = "186a102b13b4512841f5f40784cd25822042d22954afe3b5b070d406d15eb4f2" dependencies = [ "base32", "deno_media_type", + "deno_path_util", "indexmap", "log", "once_cell", |
