summaryrefslogtreecommitdiff
path: root/extensions/url/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/url/Cargo.toml')
-rw-r--r--extensions/url/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/url/Cargo.toml b/extensions/url/Cargo.toml
index 6633e001b..b473a4907 100644
--- a/extensions/url/Cargo.toml
+++ b/extensions/url/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
deno_core = { version = "0.92.0", path = "../../core" }
idna = "0.2.3"
percent-encoding = "2.1.0"
-serde = { version = "1.0.125", features = ["derive"] }
+serde = { version = "1.0.126", features = ["derive"] }
[dev-dependencies]
deno_bench_util = { version = "0.4.0", path = "../../bench_util" }