From 3ff8f6e1aa5008f662bcd42f546b2f0a30f6371b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:14:47 +0000 Subject: [PATCH] Update http requirement from 0.2.9 to 1.0.0 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.9...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Cargo.toml | 2 +- kube-client/Cargo.toml | 2 +- kube-core/Cargo.toml | 2 +- kube/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 8ae0e5fe1..eab75e1f2 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -45,7 +45,7 @@ tar = "0.4.37" tracing = "0.1.36" tracing-subscriber = "0.3.3" warp = { version = "0.3", default-features = false, features = ["tls"] } -http = "0.2.5" +http = "1.0.0" json-patch = "1.0.0" tower = { version = "0.4.13", features = ["limit"] } tower-http = { version = "0.4.0", features = ["trace", "decompression-gzip"] } diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index 101f53bcb..500e86fe6 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -44,7 +44,7 @@ home = { version = "0.5.4", optional = true } 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 = "1.0.0" http-body = { version = "0.4.2", optional = true } either = { version = "1.6.1", optional = true } thiserror = "1.0.29" diff --git a/kube-core/Cargo.toml b/kube-core/Cargo.toml index b44f6c730..e5f33fdfd 100644 --- a/kube-core/Cargo.toml +++ b/kube-core/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0.130", features = ["derive"] } serde_json = "1.0.68" thiserror = "1.0.29" form_urlencoded = "1.0.1" -http = "0.2.5" +http = "1.0.0" json-patch = { version = "1.0.0", optional = true } once_cell = "1.8.0" chrono = { version = "0.4.19", default-features = false, features = ["clock"] } diff --git a/kube/Cargo.toml b/kube/Cargo.toml index cb8525012..59817b96f 100644 --- a/kube/Cargo.toml +++ b/kube/Cargo.toml @@ -62,7 +62,7 @@ serde_json = "1.0.68" serde = { version = "1.0.130", features = ["derive"] } schemars = "0.8.6" hyper = "0.14.27" -http = "0.2.9" +http = "1.0.0" tower-test = "0.4.0" anyhow = "1.0.71"