diff options
author | Satya Rohith <me@satyarohith.com> | 2022-03-07 23:16:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 23:16:03 +0530 |
commit | 788553bf2f652311a254ee03ef5f70cbf3d6003f (patch) | |
tree | 9bdfd71ee58e39bfe2b20a0a70d998ef7bc5dbaf /ext/http | |
parent | 670aef5c1a07c67f78a521eb13b05419b4c81f8a (diff) |
chore: bump deno_http to 0.33.0 (#13867)
Diffstat (limited to 'ext/http')
-rw-r--r-- | ext/http/Cargo.toml | 2 |
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" |