From 7fb93ea30993cc28f27d9dcc20b83cbe3c4d72f7 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 19 Feb 2023 22:44:21 -0800 Subject: [PATCH] Minreq/Native TLS: Ignore handshake failure (#487) * Ignore handshake failure * Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f53a03e..6e2c5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.17" byte-unit = "4.0.18" [patch.crates-io] -native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", rev = "f202fca" } +native-tls = { git = "https://github.com/skyline-rs/rust-native-tls", rev = "8166dae" } nnsdk = { git = "https://github.com/ultimate-research/nnsdk-rs" } [profile.dev]