diff --git a/buildsystem/Cargo.lock b/buildsystem/Cargo.lock index 0bdc41d3d..28068f24e 100644 --- a/buildsystem/Cargo.lock +++ b/buildsystem/Cargo.lock @@ -130,18 +130,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.21" +version = "4.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" +checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.3.21" +version = "4.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" +checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4" dependencies = [ "anstream", "anstyle", @@ -595,18 +595,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.44" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" +checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.44" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" +checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" dependencies = [ "proc-macro2", "quote", diff --git a/buildsystem/hartexbuild-driver/Cargo.toml b/buildsystem/hartexbuild-driver/Cargo.toml index ed1fd1ffa..b3666802d 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.3.21" +clap = "4.3.22" miette = { version = "5.10.0", features = ["fancy"] } [features] diff --git a/discord-frontend/hartex-discord-commands-manager/Cargo.toml b/discord-frontend/hartex-discord-commands-manager/Cargo.toml index 859add8b5..7015fe7b4 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.3.21" +clap = "4.3.22" hyper = { version = "0.14.27", features = ["client", "http2"] } hyper-trust-dns = { version = "0.5.0", features = ["native-tls"] } miette = { version = "5.10.0", features = ["fancy"] }