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

This commit is contained in:
Renovate Bot 2022-04-28 14:30:43 +00:00 committed by renovate[bot]
parent 776462bdc7
commit ad5a088a51
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }