diff --git a/Cargo.lock b/Cargo.lock index 9c9b66c..d2db2d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,7 +959,7 @@ dependencies = [ "rinja", "time", "tokio", - "tower 0.5.0", + "tower 0.5.1", "tower-http", "tracing", "tracing-subscriber", @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7" +checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" dependencies = [ "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b6f9f14..618d93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main" } tokio = { version = "1.40.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -tower = { version = "0.5.0", features = ["util"] } +tower = { version = "0.5.1", features = ["util"] } tower-http = { version = "0.5.2", features = ["fs", "trace"] } hyper = { version = "1.4.1", features = ["server", "http1", "http2"] } mime_guess = "2.0.5"