summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/fetch/Cargo.toml2
-rw-r--r--ext/url/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index df01dba0e..2f6920c2f 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -20,7 +20,7 @@ deno_core = { version = "0.138.0", path = "../../core" }
deno_tls = { version = "0.43.0", path = "../tls" }
dyn-clone = "1"
http = "0.2.6"
-reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
+reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.136", features = ["derive"] }
tokio = { version = "1.17", features = ["full"] }
tokio-stream = "0.1.8"
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 139a0a549..6d6ea2502 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
deno_core = { version = "0.138.0", path = "../../core" }
serde = { version = "1.0.136", features = ["derive"] }
serde_repr = "0.1.7"
-urlpattern = "0.1.6"
+urlpattern = "0.2.0"
[dev-dependencies]
deno_bench_util = { version = "0.50.0", path = "../../bench_util" }