Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

build(deps): bump http-body from 0.4.5 to 1.0.0 #2114

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 20 additions & 10 deletions 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 crates/axum-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data-encoding = "2.5.0"
futures-util = "0.3.29"
headers = "0.3.9"
http.workspace = true
http-body = "0.4.5"
http-body = "1.0.0"
icu_locid = "1.4.0"
mime = "0.3.17"
rand.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1.5.0"
futures-util = "0.3.29"
headers = "0.3.9"
http.workspace = true
http-body = "0.4.5"
http-body = "1.0.0"
hyper = "0.14.27"
hyper-rustls = { version = "0.24.2", features = ["http1", "http2"], default-features = false, optional = true }
once_cell = "1.18.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
bytes = "1.5.0"
event-listener = "4.0.0"
futures-util = "0.3.29"
http-body = "0.4.5"
http-body = "1.0.0"
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }
libc = "0.2.150"
pin-project-lite = "0.2.13"
Expand Down
2 changes: 1 addition & 1 deletion crates/oidc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mas-keystore = { workspace = true, optional = true }
oauth2-types.workspace = true

# Default http service
http-body = { version = "0.4.5", optional = true }
http-body = { version = "1.0.0", optional = true }
rustls = {version = "0.21.9", optional = true }
[dependencies.hyper-rustls]
version = "0.24.2"
Expand Down
Loading