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"