Update Rust crate axum to 0.5.15
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

pull/50/head
Renovate Bot 2022-08-09 15:02:25 +00:00
parent 8ef4c63245
commit 7191b43598
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -47,9 +47,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
version = "0.5.13"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9496f0c1d1afb7a2af4338bbe1d969cddfead41d87a9fb3aaa6d0bbc7af648"
checksum = "9de18bc5f2e9df8f52da03856bf40e29b747de5a84e43aefff90e3dc4a21529b"
dependencies = [
"async-trait",
"axum-core",

View File

@ -11,7 +11,7 @@ name = "site"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.5.13" }
axum = { version = "0.5.15" }
hyper = { version = "0.14.20" }
tokio = { version = "1.20.1", features = ["full"] }
tracing = "0.1.36"