diff --git a/Cargo.lock b/Cargo.lock index d193dfa..ef86a16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,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 = [ "bitflags 2.4.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 61294b7..8d2259a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ serde = { version = "1.0.181", features = ["derive"] } serde_json = "1.0.104" tokio = { version = "1.29.1", features = ["full"] } tower = { version = "0.4.13", features = ["limit", "buffer"] } -tower-http = { version = "0.4.3", features = ["cors"] } +tower-http = { version = "0.4.4", features = ["cors"] } tracing = "0.1.37" tracing-subscriber = "0.3.17"