Skip to content

Commit 3a306c4

Browse files
authored
fix: do not panic when failing to write to http cache (#26591)
Closes #26189 Closes #26575
1 parent c314b2d commit 3a306c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ console_static_text = "=0.8.1"
111111
dashmap = "5.5.3"
112112
data-encoding = "2.3.3"
113113
data-url = "=0.3.0"
114-
deno_cache_dir = "=0.13.0"
114+
deno_cache_dir = "=0.13.1"
115115
deno_package_json = { version = "0.1.2", default-features = false }
116116
dlopen2 = "0.6.1"
117117
ecb = "=0.1.2"

0 commit comments

Comments
 (0)