mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-26 14:36:20 +08:00
Moving from native-tls-vendored to rustls
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user