diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-18 15:13:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-18 15:13:17 -0700 |
| commit | 76df375c84f1cb338e9d0eab3a0e168a27b0091f (patch) | |
| tree | 6b51ac5cda429db6ff0057a3b02fc1c845cc1edc /Cargo.toml | |
| parent | 679b7bb8fafc1464d5eb1c48989d477157be2330 (diff) | |
chore(ext/http): bump version for re-release (#21254)
Syncs the changes to main for a deno_http version bump we needed to do.
`deno_http` v1.20 was released from the v1.38 branch.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |
