fix(deps): update rust crate axum to 0.5.10

This commit is contained in:
renovate[bot] 2022-06-28 22:02:56 +00:00 committed by GitHub
parent 63250bdf2c
commit 0b67f94867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.9"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629"
checksum = "db018aeacdb84550c2c6c5a1c1f553f2a330294222f45c1dbe24f0b3d2320c01"
dependencies = [
"async-trait",
"axum-core",

View File

@ -4,7 +4,7 @@ version = "0.0.0"
edition = "2021"
[dependencies]
axum = { version = "0.5.9", features = ["multipart"] }
axum = { version = "0.5.10", features = ["multipart"] }
axum-auth = "0.2.0"
base64 = "0.13.0"
byte-unit = "4.0.14"

View File

@ -13,7 +13,7 @@ uuid = "1.1.2"
anyhow = "1.0.58"
serde = { version = "1.0.137", features = ["derive"] }
zeroize = { version = "1.5.5", features = ["derive"] }
axum = { version = "0.5.9", optional = true }
axum = { version = "0.5.10", optional = true }
toml = { version = "0.5.9", optional = true }
dirs = { version = "4.0.0", optional = true }
crypto-utils = { version = "0.3.0", features = ["sha"], optional = true }