Moving from native-tls-vendored to rustls

This commit is contained in:
Ludo Galabru
2020-06-16 12:16:34 -04:00
parent 78e154f988
commit be246a023a

View File

@@ -22,7 +22,7 @@ base64 = "0.12.0"
[dev-dependencies]
warp = "0.2"
tokio = "0.2.21"
reqwest = { version = "0.10", features = ["blocking", "json", "native-tls-vendored"] }
reqwest = { version = "0.10", features = ["blocking", "json", "rustls"] }
[[bin]]
name = "stacks-node"