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

build(deps): bump serde_json from 1.0.143 to 1.0.145 (#265)

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 2ca371c4 32654a8e

+4 -3
+3 -2
Cargo.lock
··· 1275 1276 [[package]] 1277 name = "serde_json" 1278 - version = "1.0.143" 1279 source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" 1281 dependencies = [ 1282 "itoa", 1283 "memchr", 1284 "ryu", 1285 "serde", 1286 ] 1287 1288 [[package]]
··· 1275 1276 [[package]] 1277 name = "serde_json" 1278 + version = "1.0.145" 1279 source = "registry+https://github.com/rust-lang/crates.io-index" 1280 + checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1281 dependencies = [ 1282 "itoa", 1283 "memchr", 1284 "ryu", 1285 "serde", 1286 + "serde_core", 1287 ] 1288 1289 [[package]]
+1 -1
Cargo.toml
··· 11 clap = { version = "4.5.47", features = ["derive", "string", "cargo"] } 12 clap-verbosity-flag = "3.0.4" 13 serde = { version = "1.0.224", features = ["derive", "rc"] } 14 - serde_json = { version = "1.0.143" } 15 tokio = { version = "1.47.1", features = ["full"] } 16 tracing = "0.1.41" 17 tracing-log = "0.2.0"
··· 11 clap = { version = "4.5.47", features = ["derive", "string", "cargo"] } 12 clap-verbosity-flag = "3.0.4" 13 serde = { version = "1.0.224", features = ["derive", "rc"] } 14 + serde_json = { version = "1.0.145" } 15 tokio = { version = "1.47.1", features = ["full"] } 16 tracing = "0.1.41" 17 tracing-log = "0.2.0"