summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-10-27 22:03:30 -0400
committerGitHub <noreply@github.com>2024-10-28 02:03:30 +0000
commit3a306c450ce99067c4322720792d909afaf78841 (patch)
treeffb8110eb2b5ed012edf414227079b3fb11075da /Cargo.toml
parentc314b2d8577289078d6b00a0dd58f8f36ff6920a (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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37fed8168..b622cbe44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -111,7 +111,7 @@ console_static_text = "=0.8.1"
dashmap = "5.5.3"
data-encoding = "2.3.3"
data-url = "=0.3.0"
-deno_cache_dir = "=0.13.0"
+deno_cache_dir = "=0.13.1"
deno_package_json = { version = "0.1.2", default-features = false }
dlopen2 = "0.6.1"
ecb = "=0.1.2"