fix(deps): update rust crate tower-http to 0.3.4

This commit is contained in:
Renovate Bot 2022-06-06 22:19:35 +00:00 committed by renovate[bot]
parent 642a3f42bc
commit e6c2e2385f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1727,9 +1727,9 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae"
checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
dependencies = [
"async-compression",
"base64",

View File

@ -8,7 +8,7 @@ axum = { version = "0.5.6", features = ["multipart"] }
log = "0.4.17"
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }
tower-http = { version = "0.3.3", features = ["full"] }
tower-http = { version = "0.3.4", features = ["full"] }
hyper = { version = "0.14.19", features = ["full"] }
rust_utilities = { version = "0.2.0", features = ["jsonwebtoken"] }
homedisk-database = { path = "../database" }