This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate url to 2.5.8 (#137)

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

+3 -3
+2 -2
Cargo.lock
··· 3640 3640 3641 3641 [[package]] 3642 3642 name = "url" 3643 - version = "2.5.7" 3643 + version = "2.5.8" 3644 3644 source = "registry+https://github.com/rust-lang/crates.io-index" 3645 - checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 3645 + checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 3646 3646 dependencies = [ 3647 3647 "form_urlencoded", 3648 3648 "idna",
+1 -1
Cargo.toml
··· 89 89 ws = { version = "0.9.2", optional = true } 90 90 toml = "0.9.10" 91 91 serde = { version = "1.0.228", features = ["derive"] } 92 - url = "2.5.7" 92 + url = "2.5.8" 93 93 tungstenite = { version = "0.28.0", optional = true } 94 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 }