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

Commit

Permalink
build(deps): bump http-body from 0.4.5 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.5 to 1.0.0.
- [Commits](hyperium/http-body@v0.4.5...v1.0.0)

---
updated-dependencies:
- dependency-name: http-body
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 2511a24 commit 443c5db
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 14 deletions.
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 @@ -16,7 +16,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 @@ -13,7 +13,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 @@ -10,7 +10,7 @@ repository.workspace = true
[dependencies]
bytes = "1.5.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"] }
pin-project-lite = "0.2.13"
socket2 = "0.5.5"
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 @@ -49,7 +49,7 @@ mas-keystore = { path = "../keystore", optional = true }
oauth2-types = { path = "../oauth2-types" }

# 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

0 comments on commit 443c5db

Please sign in to comment.