diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-27 22:03:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 02:03:30 +0000 |
commit | 3a306c450ce99067c4322720792d909afaf78841 (patch) | |
tree | ffb8110eb2b5ed012edf414227079b3fb11075da /Cargo.lock | |
parent | c314b2d8577289078d6b00a0dd58f8f36ff6920a (diff) |
fix: do not panic when failing to write to http cache (#26591)
Closes https://github.com/denoland/deno/issues/26189
Closes https://github.com/denoland/deno/issues/26575
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 623d028ce..2c8028a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1356,9 +1356,9 @@ dependencies = [ [[package]] name = "deno_cache_dir" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186a102b13b4512841f5f40784cd25822042d22954afe3b5b070d406d15eb4f2" +checksum = "693ca429aebf945de5fef30df232044f9f80be4cc5a5e7c8d767226c43880f5a" dependencies = [ "base32", "deno_media_type", |