diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-09-07 19:07:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 19:07:46 +0530 |
commit | 429759fe8b4207240709c240a8344d12a1e39566 (patch) | |
tree | becf7f20deaa3443cdb940431a0e3da0f218ace4 /core | |
parent | 4a250b2f25d3e9fea31a1effb10d3fe07c3564ae (diff) |
chore: bump url crate to 2.3.0 (#15800)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index df9d882d2..f40e4eed3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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]] |