summaryrefslogtreecommitdiff
path: root/ext/http
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-07 23:16:03 +0530
committerGitHub <noreply@github.com>2022-03-07 23:16:03 +0530
commit788553bf2f652311a254ee03ef5f70cbf3d6003f (patch)
tree9bdfd71ee58e39bfe2b20a0a70d998ef7bc5dbaf /ext/http
parent670aef5c1a07c67f78a521eb13b05419b4c81f8a (diff)
chore: bump deno_http to 0.33.0 (#13867)
Diffstat (limited to 'ext/http')
-rw-r--r--ext/http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 2c8e6ae34..ee2dea2b0 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.32.0"
+version = "0.33.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"