Skip to content

Commit

Permalink
chore: bump deno_fetch and deno_http versions (denoland#17124)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 20, 2022
1 parent 8e947bb commit 400cd33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion ext/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 400cd33

Please sign in to comment.