fix(deps): update rust crate axum to 0.5.6

This commit is contained in:
Renovate Bot 2022-05-16 11:34:48 +00:00 committed by renovate[bot]
parent 6f332499de
commit 29b526c72f
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -91,9 +91,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
version = "0.5.5"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1"
checksum = "ab2504b827a8bef941ba3dd64bdffe9cf56ca182908a147edd6189c95fbcae7d"
dependencies = [
"async-trait",
"axum-core",

View File

@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"
[dependencies]
axum = { version = "0.5.5", features = ["multipart"] }
axum = { version = "0.5.6", features = ["multipart"] }
log = "0.4.17"
thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }

View File

@ -13,7 +13,7 @@ uuid = "1.0.0"
anyhow = "1.0.57"
serde = { version = "1.0.137", features = ["derive"] }
zeroize = { version = "1.5.5", features = ["derive"] }
axum = { version = "0.5.5", optional = true }
axum = { version = "0.5.6", optional = true }
# config
toml = { version = "0.5.9", optional = true }