diff --git a/Cargo.lock b/Cargo.lock index c653d3f..fa17031 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,9 +959,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" +checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 6979067..39364df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" tokio = { version = "1.32.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } -tower-http = { version = "0.4.3", features = ["full","trace"] } +tower-http = { version = "0.4.4", features = ["full","trace"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }