ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

build(deps): bump serde from 1.0.224 to 1.0.225 (#267)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
6c99f402 a84fb02b

+7 -7
+6 -6
Cargo.lock
··· 1211 1211 1212 1212 [[package]] 1213 1213 name = "serde" 1214 - version = "1.0.224" 1214 + version = "1.0.225" 1215 1215 source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "6aaeb1e94f53b16384af593c71e20b095e958dab1d26939c1b70645c5cfbcc0b" 1216 + checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d" 1217 1217 dependencies = [ 1218 1218 "serde_core", 1219 1219 "serde_derive", ··· 1256 1256 1257 1257 [[package]] 1258 1258 name = "serde_core" 1259 - version = "1.0.224" 1259 + version = "1.0.225" 1260 1260 source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "32f39390fa6346e24defbcdd3d9544ba8a19985d0af74df8501fbfe9a64341ab" 1261 + checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383" 1262 1262 dependencies = [ 1263 1263 "serde_derive", 1264 1264 ] 1265 1265 1266 1266 [[package]] 1267 1267 name = "serde_derive" 1268 - version = "1.0.224" 1268 + version = "1.0.225" 1269 1269 source = "registry+https://github.com/rust-lang/crates.io-index" 1270 - checksum = "87ff78ab5e8561c9a675bfc1785cb07ae721f0ee53329a595cefd8c04c2ac4e0" 1270 + checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516" 1271 1271 dependencies = [ 1272 1272 "proc-macro2", 1273 1273 "quote",
+1 -1
Cargo.toml
··· 10 10 [workspace.dependencies] 11 11 clap = { version = "4.5.47", features = ["derive", "string", "cargo"] } 12 12 clap-verbosity-flag = "3.0.4" 13 - serde = { version = "1.0.224", features = ["derive", "rc"] } 13 + serde = { version = "1.0.225", features = ["derive", "rc"] } 14 14 serde_json = { version = "1.0.145" } 15 15 tokio = { version = "1.47.1", features = ["full"] } 16 16 tracing = "0.1.41"