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.

fix(deps): update rust crate clap_mangen to 0.3.0 (#442)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
dc0be132 942e70fc

+3 -3
+2 -2
Cargo.lock
··· 316 316 317 317 [[package]] 318 318 name = "clap_mangen" 319 - version = "0.2.33" 319 + version = "0.3.0" 320 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "7e30ffc187e2e3aeafcd1c6e2aa416e29739454c0ccaa419226d5ecd181f2d78" 321 + checksum = "d82842b45bf9f6a3be090dd860095ac30728042c08e0d6261ca7259b5d850f07" 322 322 dependencies = [ 323 323 "clap", 324 324 "roff",
+1 -1
crates/cli/Cargo.toml
··· 30 30 signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] } 31 31 signal-hook = "0.3.18" 32 32 clap-markdown = "0.1.5" 33 - clap_mangen = "0.2.31" 33 + clap_mangen = "0.3.0"