diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-28 08:50:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 08:50:16 -0400 |
| commit | 1bb47805d6331ad048bd5e7ea2581aa230e8fc93 (patch) | |
| tree | 7f8707f40415e26530f6e6ccd5cde86b22903163 /Cargo.lock | |
| parent | fc739dc5eb2769e4608ccf08d23ca8ff0fcc19c5 (diff) | |
refactor: move NpmCacheDir to deno_cache_dir (#25916)
Part of the ongoing work to move more of Deno's resolution out of the
CLI crate (for use in Wasm and other things)
Includes:
* https://github.com/denoland/deno_cache_dir/pull/60
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 3d8641e16..1372ac191 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1348,10 +1348,11 @@ dependencies = [ [[package]] name = "deno_cache_dir" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6df43311cb7703fa3242c282823a850e4c8d0c06b9527d8209b55bd695452ea5" +checksum = "87900cfcd07bdbf3597bc36b77da0c0e7b6c2e65213faa2ed43d9a1ec12bd31d" dependencies = [ + "base32", "deno_media_type", "indexmap", "log", |
