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

chore(deps): update rust crate clap_complete to v4.5.62 (#370)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
8b54bfd8 a4f17e47

+4 -4
+4 -4
Cargo.lock
··· 277 277 278 278 [[package]] 279 279 name = "clap_complete" 280 - version = "4.5.61" 280 + version = "4.5.62" 281 281 source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "39615915e2ece2550c0149addac32fb5bd312c657f43845bb9088cb9c8a7c992" 282 + checksum = "004eef6b14ce34759aa7de4aea3217e368f463f46a3ed3764ca4b5a4404003b4" 283 283 dependencies = [ 284 284 "clap", 285 285 "clap_lex", ··· 606 606 checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 607 607 dependencies = [ 608 608 "libc", 609 - "windows-sys 0.60.2", 609 + "windows-sys 0.52.0", 610 610 ] 611 611 612 612 [[package]] ··· 1955 1955 "errno", 1956 1956 "libc", 1957 1957 "linux-raw-sys", 1958 - "windows-sys 0.60.2", 1958 + "windows-sys 0.52.0", 1959 1959 ] 1960 1960 1961 1961 [[package]]