Skip to content

Commit

Permalink
Update http-body requirement from 0.4.2 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [http-body](https://github.com/hyperium/http-body) to permit the latest version.
- [Commits](hyperium/http-body@v0.4.2...v1.0.0)

---
updated-dependencies:
- dependency-name: http-body
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 0abd2bd commit 25b4b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde_yaml = { version = "0.9.19", optional = true }
http = "0.2.5"
http-body = { version = "0.4.2", optional = true }
http-body = { version = "1.0.0", optional = true }
either = { version = "1.6.1", optional = true }
thiserror = "1.0.29"
futures = { version = "0.3.17", optional = true }
Expand Down

0 comments on commit 25b4b52

Please sign in to comment.