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 23257be6f..ad9e2421c 100644
--- a/extensions/url/Cargo.toml
+++ b/extensions/url/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.91.0", path = "../../core" }
+deno_core = { version = "0.92.0", path = "../../core" }
idna = "0.2.3"
percent-encoding = "2.1.0"
serde = { version = "1.0.125", features = ["derive"] }