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-verbosity-flag from 2.2.0 to 2.2.3

Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.2.0 to 2.2.3.
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
dependency-version: 2.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

+3 -3
+2 -2
Cargo.lock
··· 216 216 217 217 [[package]] 218 218 name = "clap-verbosity-flag" 219 - version = "2.2.0" 219 + version = "2.2.3" 220 220 source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "bb9b20c0dd58e4c2e991c8d203bbeb76c11304d1011659686b5b644bc29aa478" 221 + checksum = "34c77f67047557f62582784fd7482884697731b2932c7d37ced54bce2312e1e2" 222 222 dependencies = [ 223 223 "clap", 224 224 "log",
+1 -1
Cargo.toml
··· 9 9 10 10 [workspace.dependencies] 11 11 clap = { version = "4.5.9", features = ["derive", "string"] } 12 - clap-verbosity-flag = "2.2.0" 12 + clap-verbosity-flag = "2.2.3" 13 13 serde = { version = "1.0.219", features = ["derive", "rc"] } 14 14 serde_json = { version = "1.0.140" } 15 15 tokio = { version = "1.44.1", features = ["full"] }