diff options
author | Satya Rohith <me@satyarohith.com> | 2022-03-07 00:15:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 00:15:10 +0530 |
commit | d5642f5df735f4e97e79e1d5ba47ec8e588d4b02 (patch) | |
tree | 8f6bdf37cf6a5fe93406b1150c60f17ae993bb3f /ext | |
parent | 72d593fc5c662934ddce1ee339bfc00b68b7c4b4 (diff) |
chore: bump deno_http to 0.32.0 (#13850)
Diffstat (limited to 'ext')
-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 58cf21038..2c8e6ae34 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.31.0" +version = "0.32.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" |