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

This commit is contained in:
Renovate Bot 2022-04-29 13:39:41 +00:00
parent ad5a088a51
commit 8fadbce35a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
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.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7755f984aa46a9d50829dc84b6a674b2f3b8b4de47c0708923953b090d48acc"
checksum = "e980386f06883cf4d0578d6c9178c81f68b45d77d00f2c2c1bc034b3439c2c56"
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.1", features = ["full"] }
tower-http = { version = "0.3.2", features = ["full"] }
hyper = { version = "0.14.18", features = ["full"] }
rust_utilities = { version = "0.2.0", features = ["jsonwebtoken"] }
homedisk-database = { path = "../database" }