summaryrefslogtreecommitdiff
path: root/op_crates/url
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/url')
-rw-r--r--op_crates/url/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/url/Cargo.toml b/op_crates/url/Cargo.toml
index a07bfc7d3..ba52d412a 100644
--- a/op_crates/url/Cargo.toml
+++ b/op_crates/url/Cargo.toml
@@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.80.2", path = "../../core" }
+deno_core = { version = "0.81.0", path = "../../core" }
idna = "0.2.1"
serde = { version = "1.0.123", features = ["derive"] }