Skip to content

Commit 48ba509

Browse files
authored
Update rustls-pemfile to 2.2.0. (NLnetLabs#49)
1 parent ab40341 commit 48ba509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ maybe-async = "0.2.6"
2828
openssl = { version = "0.10.35", optional = true }
2929
r2d2 = { version = "0.8.10", optional = true }
3030
rustls = { version = "0.23.31", default-features = false, features = ["std", "logging", "tls12", "ring"], optional = true }
31-
rustls-pemfile = {version = "0.2.1", optional = true }
31+
rustls-pemfile = {version = "2.2.0", optional = true }
3232
serde = "1.0.126"
3333
serde_derive = "1.0.126"
3434
serde_bytes = "0.11.5"

0 commit comments

Comments
 (0)