Skip to content

Commit 74f0847

Browse files
author
Julius de Bruijn
committed
Back to mainline tokio-native-tls
1 parent 064a6a5 commit 74f0847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres-native-tls/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ circle-ci = { repository = "sfackler/rust-postgres" }
1414
[features]
1515
default = ["runtime"]
1616
runtime = ["tokio-postgres/runtime"]
17-
vendored-openssl = ["tokio-native-tls/vendored-openssl", "native-tls/vendored"]
17+
vendored-openssl = ["tokio-native-tls/vendored", "native-tls/vendored"]
1818

1919
[dependencies]
2020
native-tls = "0.2"
2121
tokio = "1.0"
22-
tokio-native-tls = { git = "https://github.com/pimeys/tls", branch = "vendored-openssl" }
22+
tokio-native-tls = "0.3"
2323
tokio-postgres = { version = "0.7.0", path = "../tokio-postgres", default-features = false }
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)