fix(deps): update rust crate axum to 0.5.9

This commit is contained in:
renovate[bot] 2022-06-20 14:55:36 +00:00
parent 29015cbf78
commit 3ab66a4ab8
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -91,9 +91,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]] [[package]]
name = "axum" name = "axum"
version = "0.5.8" version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b4d4f9a5ca8b1ab8de59e663e68c6207059239373ca72980f5be7ab81231f74" checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"axum-core", "axum-core",

View File

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

View File

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