fix(deps): update rust crate clap to 3.1.6

This commit is contained in:
MedzikUser 2022-03-07 18:56:38 +01:00
parent b9c0daab88
commit bf796f3358
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -291,9 +291,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.5"
version = "3.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced1892c55c910c1219e98d6fc8d71f6bddba7905866ce740066d8bfea859312"
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
dependencies = [
"atty",
"bitflags",

View File

@ -39,7 +39,7 @@ webhook = "2.0.0"
arboard = "2.0.1"
[dependencies.clap]
version = "3.1.5"
version = "3.1.6"
features = ["derive", "cargo", "std"]
[dependencies.log]

View File

@ -1,5 +1,5 @@
# discord webhook required openssl to build
[target.x86_64-unknown-linux-musl]
image = "rustembedded/cross:x86_64-unknown-linux-musl-0.1.16"
[target.aarch64-unknown-linux-musl]
image = "rustembedded/cross:aarch64-unknown-linux-musl-0.1.16"