summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--ext/http/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97135e7cd..436c7bc8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1269,7 +1269,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.119.0"
+version = "0.120.0"
dependencies = [
"async-compression",
"async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index 08fbf4274..4d8beca01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,7 +63,7 @@ deno_crypto = { version = "0.138.0", path = "./ext/crypto" }
deno_fetch = { version = "0.148.0", path = "./ext/fetch" }
deno_ffi = { version = "0.111.0", path = "./ext/ffi" }
deno_fs = { version = "0.34.0", path = "./ext/fs" }
-deno_http = { version = "0.119.0", path = "./ext/http" }
+deno_http = { version = "0.120.0", path = "./ext/http" }
deno_io = { version = "0.34.0", path = "./ext/io" }
deno_net = { version = "0.116.0", path = "./ext/net" }
deno_node = { version = "0.61.0", path = "./ext/node" }
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 871b133bd..5b7af9fae 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.119.0"
+version = "0.120.0"
authors.workspace = true
edition.workspace = true
license.workspace = true