Skip to content

Commit 37421f0

Browse files
committed
Update rustls-pemfile to 1
1 parent 46bd7d4 commit 37421f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] }
2222
hyper-rustls = { version = "0.23.0", default-features = false, features = ["native-tokio", "http1", "http2"] }
2323
ring = "0.16.20"
2424
rustls = "0.20.2"
25-
rustls-pemfile = "0.3.0"
25+
rustls-pemfile = "1"
2626
serde = {version = "1.0", features = ["derive", "rc"]}
2727
serde_json = "1.0"
2828
thiserror = "1.0"

0 commit comments

Comments
 (0)