chore(deps): update rust crate axum to 0.6.18
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

pull/110/head
Renovate Bot 2023-04-30 13:04:45 +00:00
parent 3579b4c56c
commit cf0e093763
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -38,9 +38,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
version = "0.6.17"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b70caf9f1b0c045f7da350636435b775a9733adf2df56e8aa2a29210fbc335d4"
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
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.6.17" }
axum = { version = "0.6.18" }
hyper = { version = "0.14.21" }
tokio = { version = "1.28.0", features = ["full"] }
tracing = "0.1.37"