Update Rust crate axum to v0.7.8 #73

Merged
kjuulh merged 1 commits from renovate/all into main 2024-11-16 03:02:08 +01:00
Showing only changes of commit 055086cc10 - Show all commits

4
Cargo.lock generated
View File

@ -42,9 +42,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]] [[package]]
name = "axum" name = "axum"
version = "0.7.7" version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504e3947307ac8326a5437504c517c4b56716c9d98fac0028c2acc7ca47d70ae" checksum = "49c41b948da08fb481a94546cd874843adc1142278b0af4badf9b1b78599d68d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"axum-core", "axum-core",