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_json from 1.0.142 to 1.0.143 (#226)

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
7d888030 74b27e0f

+3 -3
+2 -2
Cargo.lock
··· 1175 1175 1176 1176 [[package]] 1177 1177 name = "serde_json" 1178 - version = "1.0.142" 1178 + version = "1.0.143" 1179 1179 source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" 1180 + checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" 1181 1181 dependencies = [ 1182 1182 "itoa", 1183 1183 "memchr",
+1 -1
Cargo.toml
··· 11 11 clap = { version = "4.5.45", features = ["derive", "string", "cargo"] } 12 12 clap-verbosity-flag = "3.0.3" 13 13 serde = { version = "1.0.219", features = ["derive", "rc"] } 14 - serde_json = { version = "1.0.142" } 14 + serde_json = { version = "1.0.143" } 15 15 tokio = { version = "1.47.1", features = ["full"] } 16 16 tracing = "0.1.41" 17 17 tracing-indicatif = "0.3.12"