1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]