diff --git a/Cargo.lock b/Cargo.lock index f6450cc..8ce1e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1684,9 +1684,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79dd37121c38240c4b4fe6520332406218bbf876f2f690fe9e406020189366fd" +checksum = "f7755f984aa46a9d50829dc84b6a674b2f3b8b4de47c0708923953b090d48acc" dependencies = [ "async-compression", "base64", diff --git a/server/Cargo.toml b/server/Cargo.toml index 4e036cb..006b390 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -8,7 +8,7 @@ axum = "0.5.4" log = "0.4.16" thiserror = "1.0.30" serde = { version = "1.0.136", features = ["derive"] } -tower-http = { version = "0.3.0", features = ["full"] } +tower-http = { version = "0.3.1", features = ["full"] } hyper = { version = "0.14.18", features = ["full"] } rust_utilities = { version = "0.2.0", features = ["jsonwebtoken"] } homedisk-database = { path = "../database" }