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.45 to 4.5.46 (#242)

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
91fe7d7e c82e65c9

+5 -5
+4 -4
Cargo.lock
··· 176 176 177 177 [[package]] 178 178 name = "clap" 179 - version = "4.5.45" 179 + version = "4.5.46" 180 180 source = "registry+https://github.com/rust-lang/crates.io-index" 181 - checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318" 181 + checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57" 182 182 dependencies = [ 183 183 "clap_builder", 184 184 "clap_derive", ··· 214 214 215 215 [[package]] 216 216 name = "clap_builder" 217 - version = "4.5.44" 217 + version = "4.5.46" 218 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8" 219 + checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41" 220 220 dependencies = [ 221 221 "anstream", 222 222 "anstyle",
+1 -1
Cargo.toml
··· 8 8 name = "wire" 9 9 10 10 [workspace.dependencies] 11 - clap = { version = "4.5.45", features = ["derive", "string", "cargo"] } 11 + clap = { version = "4.5.46", features = ["derive", "string", "cargo"] } 12 12 clap-verbosity-flag = "3.0.4" 13 13 serde = { version = "1.0.219", features = ["derive", "rc"] } 14 14 serde_json = { version = "1.0.143" }