Update to structopt 0.3.26. Closes #652

This commit is contained in:
ice_iix 2022-07-30 14:17:18 -07:00
parent 03bfded5a1
commit 484973eea2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2313,9 +2313,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "structopt"
version = "0.3.25"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap",
"lazy_static",

View File

@ -47,7 +47,7 @@ cgmath = "0.17.0"
lazy_static = "1.4.0"
collision = "0.20.1"
rsa_public_encrypt_pkcs1 = "0.4.0"
structopt = "0.3.25"
structopt = "0.3.26"
clipboard = "0.5.0"
instant = "0.1.12"
dirs = "4.0.0"