1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00

chore: bump deno_fetch and deno_http versions (#17124)

https://github.com/denoland/deno/pull/17081
https://github.com/denoland/deno/pull/17126
This commit is contained in:
Ryan Dahl 2022-12-20 04:54:27 -08:00 committed by Bartek Iwańczuk
parent 9cd9a68b00
commit a26cd4d073
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750
4 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -1010,7 +1010,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
version = "0.105.0"
version = "0.106.0"
dependencies = [
"bytes",
"data-url",
@ -1079,7 +1079,7 @@ dependencies = [
[[package]]
name = "deno_http"
version = "0.76.0"
version = "0.77.0"
dependencies = [
"async-compression",
"base64",

View file

@ -56,10 +56,10 @@ deno_broadcast_channel = { version = "0.76.0", path = "./ext/broadcast_channel"
deno_cache = { version = "0.14.0", path = "./ext/cache" }
deno_console = { version = "0.82.0", path = "./ext/console" }
deno_crypto = { version = "0.96.0", path = "./ext/crypto" }
deno_fetch = { version = "0.105.0", path = "./ext/fetch" }
deno_fetch = { version = "0.106.0", path = "./ext/fetch" }
deno_ffi = { version = "0.69.0", path = "./ext/ffi" }
deno_flash = { version = "0.18.0", path = "./ext/flash" }
deno_http = { version = "0.76.0", path = "./ext/http" }
deno_http = { version = "0.77.0", path = "./ext/http" }
deno_net = { version = "0.74.0", path = "./ext/net" }
deno_node = { version = "0.19.0", path = "./ext/node" }
deno_tls = { version = "0.69.0", path = "./ext/tls" }

View file

@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
version = "0.105.0"
version = "0.106.0"
authors.workspace = true
edition.workspace = true
license.workspace = true

View file

@ -2,7 +2,7 @@
[package]
name = "deno_http"
version = "0.76.0"
version = "0.77.0"
authors.workspace = true
edition.workspace = true
license.workspace = true