diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a911f33..c2ff182 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1057,9 +1057,7 @@ dependencies = [ "futures-util", "http 0.2.11", "hyper", - "log", "rustls 0.21.10", - "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", ] @@ -1639,18 +1637,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "rustls-native-certs" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" -dependencies = [ - "openssl-probe", - "rustls-pemfile 1.0.4", - "schannel", - "security-framework", -] - [[package]] name = "rustls-native-certs" version = "0.7.0" @@ -1774,7 +1760,6 @@ dependencies = [ "env_logger", "futures", "hostname", - "hyper-rustls", "lazy_static", "log", "num", @@ -1782,7 +1767,7 @@ dependencies = [ "num-traits", "reqwest", "rustls 0.22.2", - "rustls-native-certs 0.7.0", + "rustls-native-certs", "sea_battle_backend", "serde_json", "serde_urlencoded", @@ -2170,7 +2155,7 @@ dependencies = [ "futures-util", "log", "rustls 0.22.2", - "rustls-native-certs 0.7.0", + "rustls-native-certs", "rustls-pki-types", "tokio", "tokio-rustls 0.25.0", diff --git a/rust/sea_battle_cli_player/Cargo.toml b/rust/sea_battle_cli_player/Cargo.toml index 64bebb6..cb4dc62 100644 --- a/rust/sea_battle_cli_player/Cargo.toml +++ b/rust/sea_battle_cli_player/Cargo.toml @@ -30,6 +30,5 @@ futures = "0.3.30" serde_json = "1.0.110" hostname = "0.3.1" rustls = "0.22.0" -hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] } reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } rustls-native-certs = {version = "0.7.0"} \ No newline at end of file