This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate toml to 0.9.11 (#136)

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

+4 -4
+3 -3
Cargo.lock
··· 2985 2985 "strum_macros", 2986 2986 "tiny-skia", 2987 2987 "tokio", 2988 - "toml 0.9.10+spec-1.1.0", 2988 + "toml 0.9.11+spec-1.1.0", 2989 2989 "tungstenite", 2990 2990 "url", 2991 2991 "vgv", ··· 3404 3404 3405 3405 [[package]] 3406 3406 name = "toml" 3407 - version = "0.9.10+spec-1.1.0" 3407 + version = "0.9.11+spec-1.1.0" 3408 3408 source = "registry+https://github.com/rust-lang/crates.io-index" 3409 - checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48" 3409 + checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" 3410 3410 dependencies = [ 3411 3411 "indexmap", 3412 3412 "serde_core",
+1 -1
Cargo.toml
··· 87 87 log = "0.4.29" 88 88 rayon = "1.11.0" 89 89 ws = { version = "0.9.2", optional = true } 90 - toml = "0.9.10" 90 + toml = "0.9.11" 91 91 serde = { version = "1.0.228", features = ["derive"] } 92 92 url = "2.5.8" 93 93 tungstenite = { version = "0.28.0", optional = true }