diff options
| author | Satya Rohith <me@satyarohith.com> | 2024-05-17 21:20:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 15:50:49 +0000 |
| commit | 327c31cd21bd0b3664eafd5683eb82d308c41d4e (patch) | |
| tree | 34bcbf62bbf331097b4f2c3607097931d7698a08 /Cargo.toml | |
| parent | 75efc74931c1021fdc41c96f45a4e20ae4609e50 (diff) | |
chore: bump deno_http version (#23866)
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 7dee54c25..85dc6ebdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ deno_crypto = { version = "0.166.0", path = "./ext/crypto" } deno_fetch = { version = "0.176.0", path = "./ext/fetch" } deno_ffi = { version = "0.139.0", path = "./ext/ffi" } deno_fs = { version = "0.62.0", path = "./ext/fs" } -deno_http = { version = "0.149.0", path = "./ext/http" } +deno_http = { version = "0.150.0", path = "./ext/http" } deno_io = { version = "0.62.0", path = "./ext/io" } deno_kv = { version = "0.60.0", path = "./ext/kv" } deno_napi = { version = "0.82.0", path = "./ext/napi" } |
