[cli] Update dependencies & constrain version of clap.
This commit is contained in:
parent
938ce9a19d
commit
6d8a563080
14
cli/Cargo.lock
generated
14
cli/Cargo.lock
generated
@ -2,7 +2,7 @@
|
||||
name = "names-cli"
|
||||
version = "0.9.0"
|
||||
dependencies = [
|
||||
"clap 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"names 0.9.0",
|
||||
]
|
||||
|
||||
@ -20,18 +20,24 @@ name = "ansi_term"
|
||||
version = "0.6.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "1.4.2"
|
||||
version = "1.4.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"ansi_term 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"strsim 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.1.10"
|
||||
version = "0.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
@ -47,7 +53,7 @@ version = "0.3.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
@ -13,5 +13,5 @@ A program to generate random names that look like 'used-jellyfish'.
|
||||
name = "names"
|
||||
|
||||
[dependencies]
|
||||
clap = "*"
|
||||
clap = "~1.4"
|
||||
names = { path = ".." }
|
||||
|
Loading…
Reference in New Issue
Block a user