diff --git a/rust-runtime/aws-smithy-http-server/Cargo.toml b/rust-runtime/aws-smithy-http-server/Cargo.toml index 145c834b2f8c17451734842a9ea23a44a8611b5f..3d34b9133e0946c51e4b621dc9174355aa16022e 100644 --- a/rust-runtime/aws-smithy-http-server/Cargo.toml +++ b/rust-runtime/aws-smithy-http-server/Cargo.toml @@ -35,7 +35,7 @@ serde_urlencoded = "0.7" thiserror = "1" tokio = { version = "1.0", features = ["full"] } tower = { version = "0.4.11", features = ["util", "make"], default-features = false } -tower-http = { version = "0.1", features = ["add-extension", "map-response-body"] } +tower-http = { version = "0.2.1", features = ["add-extension", "map-response-body"] } [dev-dependencies] pretty_assertions = "1"