This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate axum to 0.8.7 (#88)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+3 -3
+2 -2
Cargo.lock
··· 292 292 293 293 [[package]] 294 294 name = "axum" 295 - version = "0.8.6" 295 + version = "0.8.7" 296 296 source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" 297 + checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 298 298 dependencies = [ 299 299 "axum-core", 300 300 "bytes 1.10.1",
+1 -1
Cargo.toml
··· 89 89 serde = { version = "1.0.228", features = ["derive"] } 90 90 url = "2.5.7" 91 91 tungstenite = { version = "0.28.0", optional = true } 92 - axum = { version = "0.8.6", optional = true, features = ["json"] } 92 + axum = { version = "0.8.7", optional = true, features = ["json"] } 93 93 vgv = { git = "https://github.com/gwennlbh/vgvf", version = "0.1.0", optional = true } 94 94 serde-aux = "4.7.0" 95 95 notify-rust = { version = "4.11.7", optional = true }