Skip to content

Commit 4e6ef41

Browse files
Bump webpki-roots from 0.26.11 to 1.0.4 (RustPython#6347)
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.11 to 1.0.4. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.11...v/1.0.4) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7250b1f commit 4e6ef41

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ x509-cert = { version = "0.2.5", features = ["pem", "builder"], optional = true
126126
x509-parser = { version = "0.16", optional = true }
127127
der = { version = "0.7", features = ["alloc", "oid"], optional = true }
128128
pem-rfc7468 = { version = "0.7", optional = true }
129-
webpki-roots = { version = "0.26", optional = true }
129+
webpki-roots = { version = "1.0", optional = true }
130130
aws-lc-rs = { version = "1.14.1", optional = true }
131131
oid-registry = { version = "0.7", features = ["x509", "pkcs1", "nist_algs"], optional = true }
132132
pkcs8 = { version = "0.10", features = ["encryption", "pkcs5", "pem"], optional = true }

0 commit comments

Comments
 (0)