diff --git a/Cargo.lock b/Cargo.lock index 6fd1051..f97370b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,9 +1197,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c" +checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" dependencies = [ "bitflags 2.3.3", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3a57d3f..7566055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.102" thiserror = "1.0.43" time = { version = "0.3.23", features = ["formatting", "parsing"] } tokio = { version = "1.29.1", features = ["full"] } -tower-http = { version = "0.4.1", features = ["trace"] } +tower-http = { version = "0.4.3", features = ["trace"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }