summaryrefslogtreecommitdiff
path: root/ext/url
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url')
-rw-r--r--ext/url/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index b9876fef0..1219f4f8d 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -15,7 +15,7 @@ path = "lib.rs"
[dependencies]
deno_core = { version = "0.132.0", path = "../../core" }
-serde = { version = "1.0.129", features = ["derive"] }
+serde = { version = "1.0.136", features = ["derive"] }
serde_repr = "0.1.7"
urlpattern = "0.1.6"