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 clap_complete from 4.5.57 to 4.5.58 (#268)

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
a84fb02b 6b77ba35

+3 -3
+2 -2
Cargo.lock
··· 221 221 222 222 [[package]] 223 223 name = "clap_complete" 224 - version = "4.5.57" 224 + version = "4.5.58" 225 225 source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "4d9501bd3f5f09f7bbee01da9a511073ed30a80cd7a509f1214bb74eadea71ad" 226 + checksum = "75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a" 227 227 dependencies = [ 228 228 "clap", 229 229 ]
+1 -1
wire/cli/Cargo.toml
··· 26 26 clap-markdown = "0.1.5" 27 27 itertools = "0.14.0" 28 28 dhat = "0.3.2" 29 - clap_complete = "4.5.57" 29 + clap_complete = "4.5.58"