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.8 (#118)

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

+3 -3
+2 -2
Cargo.lock
··· 298 298 299 299 [[package]] 300 300 name = "axum" 301 - version = "0.8.7" 301 + version = "0.8.8" 302 302 source = "registry+https://github.com/rust-lang/crates.io-index" 303 - checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 303 + checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" 304 304 dependencies = [ 305 305 "axum-core", 306 306 "bytes 1.11.0",
+1 -1
Cargo.toml
··· 91 91 serde = { version = "1.0.228", features = ["derive"] } 92 92 url = "2.5.7" 93 93 tungstenite = { version = "0.28.0", optional = true } 94 - axum = { version = "0.8.7", optional = true, features = ["json"] } 94 + axum = { version = "0.8.8", optional = true, features = ["json"] } 95 95 vgv = { git = "https://github.com/gwennlbh/vgvf", version = "0.1.0", optional = true } 96 96 serde-aux = "4.7.0" 97 97 notify-rust = { version = "4.11.7", optional = true }