diff --git a/Cargo.lock b/Cargo.lock index ee1c3f8..3613de5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,12 +1004,13 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c" dependencies = [ "bitflags", "bytes", + "futures-core", "futures-util", "http", "http-body", @@ -1024,7 +1025,6 @@ dependencies = [ "tokio-util", "tower-layer", "tower-service", - "tracing", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 20452b5..8849f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } regex = "1" axum = "0.7" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } -tower-http = { version = "0.5", features = ["fs", "cors"] } +tower-http = { version = "0.7", features = ["fs", "cors"] } rayon = "1" ignore = "0.4"