diff --git a/Cargo.lock b/Cargo.lock index d4e1784..236efc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 5064d2d..d4890cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/Cross.toml b/Cross.toml index 56515e4..71f7407 100644 --- a/Cross.toml +++ b/Cross.toml @@ -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"