diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b2..4dfee8310 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.21" sha2 = "0.10" hmac = "0.12" hex = "0.4" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.9", features = ["full"] } tower = "0.4" tower-http = { version = "0.4", features = ["cors", "trace"] } redis = { version = "0.27", features = ["tokio-comp"] } diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..2a59ca231 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -8,7 +8,7 @@ autotests = false [dependencies] anyhow = "1.0" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.9", features = ["full"] } tokio = { version = "1.0", features = ["full", "rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"