diff --git a/Cargo.lock b/Cargo.lock index a090611..d4c5605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1305,7 +1305,7 @@ dependencies = [ "anyhow", "curl", "http 1.1.0", - "hyper 0.14.28", + "hyper 1.2.0", "k8s-openapi", "kube", "rand 0.8.5", diff --git a/tests/Cargo.toml b/tests/Cargo.toml index bb2f4fd..8b35b38 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -18,5 +18,5 @@ tokio = { version = "1", features = ["rt", "macros", "process"] } [dev-dependencies] http = "1.1" tower = "0.4" -hyper = "0.14" +hyper = "1.2" redis = { version = "0.25", features = ["tokio-comp"] }