We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d69cb commit f4df4e5Copy full SHA for f4df4e5
Cargo.toml
@@ -54,7 +54,7 @@ path = "examples/internal/rbspy-connect.rs"
54
thiserror ="1.0"
55
log = "0.4"
56
names = "0.13.0"
57
-reqwest = { version = "0.11", features = ["blocking"]}
+reqwest = { version = "0.11", features = ["blocking", "rustls-tls-native-roots"]}
58
libc = "^0.2.124"
59
60
[dev-dependencies]
0 commit comments