This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate serde to 1.0.228 (#30)

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

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Oct 23, 2025, 10:05 AM +0200) commit 0a178cbd parent 3853ec04
+15 -5
+14 -4
Cargo.lock
··· 4271 4271 4272 4272 [[package]] 4273 4273 name = "serde" 4274 - version = "1.0.219" 4274 + version = "1.0.228" 4275 4275 source = "registry+https://github.com/rust-lang/crates.io-index" 4276 - checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 4276 + checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4277 4277 dependencies = [ 4278 + "serde_core", 4278 4279 "serde_derive", 4279 4280 ] 4280 4281 ··· 4310 4311 ] 4311 4312 4312 4313 [[package]] 4314 + name = "serde_core" 4315 + version = "1.0.228" 4316 + source = "registry+https://github.com/rust-lang/crates.io-index" 4317 + checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4318 + dependencies = [ 4319 + "serde_derive", 4320 + ] 4321 + 4322 + [[package]] 4313 4323 name = "serde_derive" 4314 - version = "1.0.219" 4324 + version = "1.0.228" 4315 4325 source = "registry+https://github.com/rust-lang/crates.io-index" 4316 - checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 4326 + checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4317 4327 dependencies = [ 4318 4328 "proc-macro2", 4319 4329 "quote",
+1 -1
Cargo.toml
··· 102 102 watchexec-signals = { version = "4.0.1", optional = true } 103 103 tokio = { version = "1.44.1", optional = true } 104 104 watchexec-events = { version = "5.0.0", optional = true } 105 - serde = { version = "1.0.219", features = ["derive"] } 105 + serde = { version = "1.0.228", features = ["derive"] } 106 106 url = "2.5.4" 107 107 tungstenite = { version = "0.26.2", optional = true } 108 108