Skip to content

Commit

Permalink
chore: bump url crate to 2.3.0 (denoland#15800)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Sep 7, 2022
1 parent 4a250b2 commit 429759f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 224 deletions.
31 changes: 15 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_v8 = { version = "0.60.0", path = "../serde_v8" }
sourcemap = "=6.0.1"
url = { version = "2.2.2", features = ["serde"] }
url = { version = "2.3.0", features = ["serde"] }
v8 = { version = "0.49.0", default-features = false }

[[example]]
Expand Down
Loading

0 comments on commit 429759f

Please sign in to comment.