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

build(deps): bump clap-verbosity-flag from 3.0.3 to 3.0.4 (#230)

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 f373db4b f1586e61

+3 -3
+2 -2
Cargo.lock
··· 204 204 205 205 [[package]] 206 206 name = "clap-verbosity-flag" 207 - version = "3.0.3" 207 + version = "3.0.4" 208 208 source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1" 209 + checksum = "9d92b1fab272fe943881b77cc6e920d6543e5b1bfadbd5ed81c7c5a755742394" 210 210 dependencies = [ 211 211 "clap", 212 212 "log",
+1 -1
Cargo.toml
··· 9 9 10 10 [workspace.dependencies] 11 11 clap = { version = "4.5.45", features = ["derive", "string", "cargo"] } 12 - clap-verbosity-flag = "3.0.3" 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" } 15 15 tokio = { version = "1.47.1", features = ["full"] }