diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 3882a7cd72..a32d79687b 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -16,7 +16,7 @@ tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } tokio = { version = "1.16", features = ["full"] } tokio-stream = { version = "0.1", features = ["sync"] } serde_json = { version = "1" } -tower-http = { version = "0.4.0", features = ["full"] } +tower-http = { version = "0.5.2", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } hyper = "0.14.20" console-subscriber = "0.2.0" diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 8a87cd1e7d..26979b24a2 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -22,7 +22,7 @@ tokio = { version = "1.16", features = ["full"] } tokio-stream = "0.1" tokio-util = { version = "0.7", features = ["compat"]} tower = { version = "0.4.13", features = ["full"] } -tower-http = { version = "0.4.0", features = ["full"] } +tower-http = { version = "0.5.2", features = ["full"] } tracing = "0.1.34" tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } pin-project = "1"