diff --git a/Cargo.lock b/Cargo.lock index be5a2b5..bcd62a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1544,7 +1544,7 @@ dependencies = [ "tokio", "tokio-util", "tower", - "tower-http 0.4.3", + "tower-http 0.4.4", "tracing", "tracing-subscriber", "walkdir", @@ -3176,9 +3176,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 2a7aae1..06b9110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ image = "0.24.7" rand = "0.8.5" async_zip = { version = "0.0.15", features = ["tokio", "tokio-fs", "deflate"] } csv-async = { version = "1.2.6", features = ["tokio"] } -tower-http = { version = "0.4.3", features = ["trace"] } +tower-http = { version = "0.4.4", features = ["trace"] } rust_xlsxwriter = {version = "0.44.0", features = ["chrono"]} axum-login = { version = "0.5.0", features = ["sqlx", "postgres"] } bcrypt = "0.15.0"