diff --git a/Cargo.lock b/Cargo.lock index aac2973..abcf0be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3243,9 +3243,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41515cc9e193536d93fd0dbbea0c73819c08eca76e0b30909a325c3ec90985bb" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "bitflags 2.6.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ca6733c..b891a88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ axum = "0.7.6" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" tokio = { version = "1.40.0", features = ["full"] } -tower-http = { version = "0.6.0", features = ["util"] } +tower-http = { version = "0.6.1", features = ["util"] } utoipa = { version = "4.2.3", features = ["axum_extras"] } utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] } utoipauto = "0.1.14"