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 46bd7d4 commit 37421f0Copy full SHA for 37421f0
Cargo.toml
@@ -22,7 +22,7 @@ hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] }
22
hyper-rustls = { version = "0.23.0", default-features = false, features = ["native-tokio", "http1", "http2"] }
23
ring = "0.16.20"
24
rustls = "0.20.2"
25
-rustls-pemfile = "0.3.0"
+rustls-pemfile = "1"
26
serde = {version = "1.0", features = ["derive", "rc"]}
27
serde_json = "1.0"
28
thiserror = "1.0"
0 commit comments