Skip to content

Commit

Permalink
chore(deps): update hyper requirement from 0.14.27 to 1.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.27...v1.0.1)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 035a02d commit f453dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_yaml = "0.9.27"

[dev-dependencies]
anyhow = "1.0.75"
hyper = "0.14.27"
hyper = "1.0.1"
kube = { version = "^0.87.1" }
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
tokio = { version = "1.34.0", features = ["macros"] }
Expand Down

0 comments on commit f453dea

Please sign in to comment.