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 from 4.5.47 to 4.5.48 (#276)

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
3c572b9f eac34006

+5 -5
+4 -4
Cargo.lock
··· 171 171 172 172 [[package]] 173 173 name = "clap" 174 - version = "4.5.47" 174 + version = "4.5.48" 175 175 source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" 176 + checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 177 177 dependencies = [ 178 178 "clap_builder", 179 179 "clap_derive", ··· 209 209 210 210 [[package]] 211 211 name = "clap_builder" 212 - version = "4.5.47" 212 + version = "4.5.48" 213 213 source = "registry+https://github.com/rust-lang/crates.io-index" 214 - checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" 214 + checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 215 215 dependencies = [ 216 216 "anstream", 217 217 "anstyle",
+1 -1
Cargo.toml
··· 8 8 name = "wire" 9 9 10 10 [workspace.dependencies] 11 - clap = { version = "4.5.47", features = ["derive", "string", "cargo"] } 11 + clap = { version = "4.5.48", features = ["derive", "string", "cargo"] } 12 12 clap-verbosity-flag = "3.0.4" 13 13 serde = { version = "1.0.225", features = ["derive", "rc"] } 14 14 serde_json = { version = "1.0.145" }