Skip to content

Commit

Permalink
chore: deno_http v0.43.1 (denoland#14392)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronO committed Apr 25, 2022
1 parent 609c359 commit e24b8f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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.43.0"
version = "0.43.1"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deno_core = { version = "0.131.0", path = "../core" }
deno_crypto = { version = "0.63.0", path = "../ext/crypto" }
deno_fetch = { version = "0.72.0", path = "../ext/fetch" }
deno_ffi = { version = "0.36.0", path = "../ext/ffi" }
deno_http = { version = "0.43.0", path = "../ext/http" }
deno_http = { version = "0.43.1", path = "../ext/http" }
deno_net = { version = "0.41.0", path = "../ext/net" }
deno_tls = { version = "0.36.0", path = "../ext/tls" }
deno_url = { version = "0.49.0", path = "../ext/url" }
Expand All @@ -51,7 +51,7 @@ deno_core = { version = "0.131.0", path = "../core" }
deno_crypto = { version = "0.63.0", path = "../ext/crypto" }
deno_fetch = { version = "0.72.0", path = "../ext/fetch" }
deno_ffi = { version = "0.36.0", path = "../ext/ffi" }
deno_http = { version = "0.43.0", path = "../ext/http" }
deno_http = { version = "0.43.1", path = "../ext/http" }
deno_net = { version = "0.41.0", path = "../ext/net" }
deno_tls = { version = "0.36.0", path = "../ext/tls" }
deno_url = { version = "0.49.0", path = "../ext/url" }
Expand Down

0 comments on commit e24b8f0

Please sign in to comment.