Skip to content

Commit 98fb4ad

Browse files
committed
version
1 parent 8ccba94 commit 98fb4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ rustls = { version = "0.23.35", default-features = false, features = ["std", "tl
124124
rustls-native-certs = { version = "0.8", optional = true }
125125
rustls-pemfile = { version = "2.2", optional = true }
126126
rustls-platform-verifier = { version = "0.6", optional = true }
127-
x509-cert = { version = "0.2", features = ["pem", "builder"], optional = true }
127+
x509-cert = { version = "0.2.5", features = ["pem", "builder"], optional = true }
128128
x509-parser = { version = "0.16", optional = true }
129129
der = { version = "0.7", features = ["alloc", "oid"], optional = true }
130130
pem-rfc7468 = { version = "0.7", optional = true }
131131
webpki-roots = { version = "0.26", optional = true }
132-
aws-lc-rs = { version = "1.10", optional = true }
132+
aws-lc-rs = { version = "1.14.1", optional = true }
133133
oid-registry = { version = "0.7", features = ["x509", "pkcs1", "nist_algs"], optional = true }
134134
pkcs8 = { version = "0.10", features = ["encryption", "pkcs5", "pem"], optional = true }
135135

0 commit comments

Comments
 (0)