diff --git a/discord-frontend/Cargo.lock b/discord-frontend/Cargo.lock index 233d54796..b2c2775e8 100644 --- a/discord-frontend/Cargo.lock +++ b/discord-frontend/Cargo.lock @@ -875,9 +875,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel", diff --git a/discord-frontend/hartex-discord-commands-manager/Cargo.toml b/discord-frontend/hartex-discord-commands-manager/Cargo.toml index b445fa37f..f91e8b46d 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_eyre = { path = "../../rust-utilities/hartex-eyre" } clap = "4.1.4" -hyper = { version = "0.14.23", features = ["client", "http2"] } +hyper = { version = "0.14.24", features = ["client", "http2"] } hyper-trust-dns = { version = "0.5.0", features = ["native-tls"] } owo-colors = "3.5.0" serde = { version = "1.0.152", features = ["derive"] }