From c39cde0817270a003fb781d8b9fb6e8f1b8cd1f1 Mon Sep 17 00:00:00 2001
From: Pierre Hubert <pierre.git@communiquons.org>
Date: Wed, 5 Jul 2023 00:09:43 +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 5295126..4e5b782 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 c40c910..78b4fc5 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.47.2