Merge pull request #4 from ByteDream/dependabot/cargo/container/structopt-0.3.26

Bump structopt from 0.3.25 to 0.3.26 in /container
This commit is contained in:
ByteDream 2022-05-18 12:01:46 +02:00 committed by GitHub
commit 76ebcc65e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
container/Cargo.lock generated
View File

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