Merge pull request #29 from mehcode/feature/up-native-tls

Upgrade native-tls 0.1 -> 0.2
pull/37/head
Alexey Galakhov 6 years ago committed by GitHub
commit 82f5a2e22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Cargo.toml

@ -30,10 +30,7 @@ utf-8 = "0.7.1"
[dependencies.native-tls]
optional = true
version = "0.1.5"
version = "0.2"
[dev-dependencies]
env_logger = "0.5.3"
[patch.crates-io]
native-tls = { git = "https://github.com/sfackler/rust-native-tls.git" }

Loading…
Cancel
Save