|
|
@ -230,9 +230,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
name = "clap" |
|
|
|
version = "3.2.22" |
|
|
|
version = "3.2.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750" |
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"atty", |
|
|
|
"atty", |
|
|
|
"bitflags", |
|
|
|
"bitflags", |
|
|
@ -1822,9 +1822,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "textwrap" |
|
|
|
name = "textwrap" |
|
|
|
version = "0.15.1" |
|
|
|
version = "0.16.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16" |
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "thiserror" |
|
|
|
name = "thiserror" |
|
|
|