Skip to content

Commit

Permalink
Update hyper-timeout requirement from 0.4.1 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper-timeout](https://github.com/hjr3/hyper-timeout) to permit the latest version.
- [Release notes](https://github.com/hjr3/hyper-timeout/releases)
- [Commits](hjr3/hyper-timeout@0.4.1...0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 3a4f724 commit ce71df9
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 @@ -64,7 +64,7 @@ hyper-socks2 = { version = "0.8.0", optional = true, default-features = false }
tokio-tungstenite = { version = "0.20.0", optional = true }
tower = { version = "0.4.13", optional = true, features = ["buffer", "filter", "util"] }
tower-http = { version = "0.4.0", optional = true, features = ["auth", "map-response-body", "trace"] }
hyper-timeout = {version = "0.4.1", optional = true }
hyper-timeout = {version = "0.5.0", optional = true }
tame-oauth = { version = "0.9.1", features = ["gcp"], optional = true }
pin-project = { version = "1.0.4", optional = true }
rand = { version = "0.8.3", optional = true }
Expand Down

0 comments on commit ce71df9

Please sign in to comment.