From 1c1dbbd3da084d580d3284dd125dda434223e528 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 27 Oct 2023 00:31:21 +0000 Subject: [PATCH] Update Rust crate hyper-rustls to 0.24.2 --- rust/Cargo.lock | 4 ++-- rust/sea_battle_cli_player/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 475679c..b3be2f1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1060,9 +1060,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http", diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index 99cbd89..0fd35c7 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.105" hostname = "0.3.1" rustls = "0.21.8" -hyper-rustls = { version = "0.24.1", features = ["rustls-native-certs"] } +hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] } reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } \ No newline at end of file