From 8fff0be2e9c8d393ef345d756dc681026c1c498f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:59:41 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.11 --- buildsystem/Cargo.lock | 8 ++++---- buildsystem/hartexbuild-driver/Cargo.toml | 2 +- discord-frontend/Cargo.lock | 8 ++++---- .../hartex-discord-commands-manager/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/buildsystem/Cargo.lock b/buildsystem/Cargo.lock index 560405369..0fab04f5d 100644 --- a/buildsystem/Cargo.lock +++ b/buildsystem/Cargo.lock @@ -112,18 +112,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.10" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.9" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/buildsystem/hartexbuild-driver/Cargo.toml b/buildsystem/hartexbuild-driver/Cargo.toml index 81829e56e..1357d22f9 100644 --- a/buildsystem/hartexbuild-driver/Cargo.toml +++ b/buildsystem/hartexbuild-driver/Cargo.toml @@ -15,7 +15,7 @@ hartexbuild_hartexfile = { path = "../hartexbuild-hartexfile" } hartex_errors = { path = "../../rust-utilities/hartex-errors" } -clap = "4.4.10" +clap = "4.4.11" miette = { version = "5.10.0", features = ["fancy"] } [features] diff --git a/discord-frontend/Cargo.lock b/discord-frontend/Cargo.lock index 9acf2c41d..3873c002f 100644 --- a/discord-frontend/Cargo.lock +++ b/discord-frontend/Cargo.lock @@ -319,9 +319,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.10" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", "clap_derive", @@ -329,9 +329,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.9" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/discord-frontend/hartex-discord-commands-manager/Cargo.toml b/discord-frontend/hartex-discord-commands-manager/Cargo.toml index 8a66f83b6..b4280c28e 100644 --- a/discord-frontend/hartex-discord-commands-manager/Cargo.toml +++ b/discord-frontend/hartex-discord-commands-manager/Cargo.toml @@ -15,7 +15,7 @@ hartex_discord_core = { path = "../hartex-discord-core", features = ["async-net" hartex_log = { path = "../../rust-utilities/hartex-log" } -clap = "4.4.10" +clap = "4.4.11" hyper = { version = "1.0.1", features = ["client", "http2"] } hyper-trust-dns = { version = "0.5.0", features = ["native-tls"] } miette = { version = "5.10.0", features = ["fancy"] }