From 0cfd2fc3f29a084f3871efaf684b74c5c231399a Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 7 Jul 2023 00:15:56 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.24.1 --- rust/Cargo.lock | 5 +++-- rust/sea_battle_cli_player/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1442669..5c3d370 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1044,10 +1044,11 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" +checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" dependencies = [ + "futures-util", "http", "hyper", "log", diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index f2b6b90..b4ed70a 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -30,5 +30,5 @@ futures = "0.3.23" serde_json = "1.0.99" hostname = "0.3.1" rustls = "0.21.2" -hyper-rustls = { version = "0.24.0", features = ["rustls-native-certs"] } +hyper-rustls = { version = "0.24.1", features = ["rustls-native-certs"] } reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } \ No newline at end of file -- 2.45.2