Skip to content

Commit 6a4610a

Browse files
committed
chore: bump deno_error
1 parent 3d14572 commit 6a4610a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.5.2", features =["url"] }
27+
deno_error = { version = "0.6.0", features =["url"] }
2828
deno_media_type = "0.2.2"
29-
deno_path_util = "0.3.0"
29+
deno_path_util = "0.4.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)