diff --git a/Cargo.toml b/Cargo.toml index 47c4362..2f411ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ rodio = { version = "0.19.0", default-features = false, features = [ ] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tokio = { version = "1.37.0", features = ["sync", "macros", "rt-multi-thread"] } -tower-http = { version = "0.5.2", features = ["fs"] } +tower-http = { version = "0.6.0", features = ["fs"] } tower = { version = "0.5.0", features = ["make"] } ctor = "0.2.7" rstest = "0.22.0"