mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: bump deno_http version (#23866)
This commit is contained in:
parent
75efc74931
commit
327c31cd21
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1500,7 +1500,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_http"
|
||||
version = "0.149.0"
|
||||
version = "0.150.0"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"async-trait",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_http"
|
||||
version = "0.149.0"
|
||||
version = "0.150.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
Loading…
Reference in a new issue