mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-17 08:09:52 +00:00
Merge pull request #18 from NotAShelf/dependabot/cargo/clap-verbosity-flag-3.0.4
build(deps): bump clap-verbosity-flag from 3.0.3 to 3.0.4
This commit is contained in:
commit
f019b9a8d3
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -288,9 +288,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap-verbosity-flag"
|
name = "clap-verbosity-flag"
|
||||||
version = "3.0.3"
|
version = "3.0.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1"
|
checksum = "9d92b1fab272fe943881b77cc6e920d6543e5b1bfadbd5ed81c7c5a755742394"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ rust-version = "1.85"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.45", features = ["derive"] }
|
clap = { version = "4.5.45", features = ["derive"] }
|
||||||
clap-verbosity-flag = "3.0.3"
|
clap-verbosity-flag = "3.0.4"
|
||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
imagesize = "0.14.0"
|
imagesize = "0.14.0"
|
||||||
inquire = { default-features = false, version = "0.7.5", features = [
|
inquire = { default-features = false, version = "0.7.5", features = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue