diff --git a/Cargo.lock b/Cargo.lock index 39f545138..e4139afb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2187,7 +2187,7 @@ dependencies = [ "sha2", "tokio", "tower 0.4.13", - "tower-http 0.4.4", + "tower-http 0.5.2", "tracing", "tracing-subscriber", "uuid", diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 52d1d9c73..188f4ab40 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -20,7 +20,7 @@ hmac = "0.12" hex = "0.4" hyper = { version = "0.14", features = ["full"] } tower = "0.4" -tower-http = { version = "0.4", features = ["cors", "trace"] } +tower-http = { version = "0.5", features = ["cors", "trace"] } redis = { version = "0.27", features = ["tokio-comp"] } metrics = "0.21" metrics-exporter-prometheus = "0.12" \ No newline at end of file