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

chore(deps): update rust crate clap to v4.5.52 (#346)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
5d9cbaa7 2f3cf80b

+6 -6
+6 -6
Cargo.lock
··· 201 201 202 202 [[package]] 203 203 name = "clap" 204 - version = "4.5.51" 204 + version = "4.5.52" 205 205 source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" 206 + checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8" 207 207 dependencies = [ 208 208 "clap_builder", 209 209 "clap_derive", ··· 239 239 240 240 [[package]] 241 241 name = "clap_builder" 242 - version = "4.5.51" 242 + version = "4.5.52" 243 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" 244 + checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1" 245 245 dependencies = [ 246 246 "anstream", 247 247 "anstyle", ··· 515 515 checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 516 516 dependencies = [ 517 517 "libc", 518 - "windows-sys 0.60.2", 518 + "windows-sys 0.52.0", 519 519 ] 520 520 521 521 [[package]] ··· 1588 1588 "errno", 1589 1589 "libc", 1590 1590 "linux-raw-sys", 1591 - "windows-sys 0.60.2", 1591 + "windows-sys 0.52.0", 1592 1592 ] 1593 1593 1594 1594 [[package]]