Skip to content

Commit dd59c47

Browse files
committed
update deno_error to 0.7
1 parent 89c0981 commit dd59c47

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rs_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ cache_control = { version = "0.2.0", optional = true }
2424
# Note: Do not use the "clock" feature of chrono, as it links us to CoreFoundation on macOS.
2525
chrono = { version = "0.4", default-features = false, features = ["std"], optional = true }
2626
data-url = { version = "0.3.0", optional = true }
27-
deno_error = { version = "0.6.0", features =["url"] }
27+
deno_error = { version = "0.7.0", features =["url"] }
2828
deno_media_type = "0.2.2"
29-
deno_path_util = "0.5.0"
29+
deno_path_util = "0.6.0"
3030
sys_traits.workspace = true
3131
http = { version = "1", optional = true }
3232
indexmap = { version = "2.0.0", features = ["serde"] }

0 commit comments

Comments
 (0)