diff --git a/Cargo.lock b/Cargo.lock index 7af13c0f..12cc6688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -965,7 +965,7 @@ dependencies = [ "aws-types", "env_logger", "futures", - "http 0.2.12", + "http 1.1.0", "k8s-openapi", "kube", "kube-runtime", @@ -2930,7 +2930,7 @@ dependencies = [ "bytes", "chrono", "futures", - "http 0.2.12", + "http 1.1.0", "json-patch", "k8s-openapi", "kube", diff --git a/controller/Cargo.toml b/controller/Cargo.toml index e8c5a476..7aaf4470 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -12,7 +12,7 @@ aws-types = "1" aws-sdk-cloudwatchlogs = "1" env_logger = "0.10" futures = "0.3" -http = "0" +http = "1" k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"] } kube = { version = "0.88", default-features = false, features = ["derive", "client", "rustls-tls"] } kube-runtime = "0.88" diff --git a/model/Cargo.toml b/model/Cargo.toml index f5133ce1..6753033f 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.21" bytes = "1.3" chrono = { version = "0.4", default-features = false, features = ["clock"]} futures = "0.3" -http = "0.2" +http = "1" json-patch = "1" k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"] } kube = { version = "0.88", default-features = false, features = ["config", "derive", "jsonpatch", "client", "ws", "rustls-tls"] }