diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-09-08 18:04:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 19:04:59 +0200 |
commit | 93cbac69e8a53fbb393fc7a2f12654b223cf01ad (patch) | |
tree | e331da5ce48d740c3235c77be9e75dc2106a6b47 /core | |
parent | 99c5381af4715cabc2de406cb29192ad5ca87915 (diff) |
chore: update url crate to 2.3.1 (#15818)
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 e71eee38d..15181eb34 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.3.0", features = ["serde"] } +url = { version = "2.3.1", features = ["serde"] } v8 = { version = "0.49.0", default-features = false } [[example]] |