mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 22:58:24 -05:00
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.
This commit is contained in:
parent
45be896436
commit
c671d756a6
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1269,7 +1269,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_http"
|
name = "deno_http"
|
||||||
version = "0.119.0"
|
version = "0.120.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-compression",
|
"async-compression",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -63,7 +63,7 @@ deno_crypto = { version = "0.138.0", path = "./ext/crypto" }
|
||||||
deno_fetch = { version = "0.148.0", path = "./ext/fetch" }
|
deno_fetch = { version = "0.148.0", path = "./ext/fetch" }
|
||||||
deno_ffi = { version = "0.111.0", path = "./ext/ffi" }
|
deno_ffi = { version = "0.111.0", path = "./ext/ffi" }
|
||||||
deno_fs = { version = "0.34.0", path = "./ext/fs" }
|
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_io = { version = "0.34.0", path = "./ext/io" }
|
||||||
deno_net = { version = "0.116.0", path = "./ext/net" }
|
deno_net = { version = "0.116.0", path = "./ext/net" }
|
||||||
deno_node = { version = "0.61.0", path = "./ext/node" }
|
deno_node = { version = "0.61.0", path = "./ext/node" }
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "deno_http"
|
name = "deno_http"
|
||||||
version = "0.119.0"
|
version = "0.120.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue