1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2026-01-22 10:20:24 +00:00

Minreq/Native TLS: Ignore handshake failure (#487)

* Ignore handshake failure

* Update Cargo.toml
This commit is contained in:
jugeeya
2023-02-19 22:44:21 -08:00
committed by GitHub
parent 9ca84013b7
commit 7fb93ea309

View File

@@ -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]