Skip to content

Commit 904cc0a

Browse files
Bump pem-rfc7468 from 0.7.0 to 1.0.0 (RustPython#6369)
Bumps [pem-rfc7468](https://github.com/RustCrypto/formats) from 0.7.0 to 1.0.0. - [Commits](RustCrypto/formats@pem-rfc7468/v0.7.0...pem-rfc7468/v1.0.0) --- updated-dependencies: - dependency-name: pem-rfc7468 dependency-version: 1.0.0 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 0760551 commit 904cc0a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 additions & 2 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
@@ -125,7 +125,7 @@ rustls-platform-verifier = { version = "0.6", optional = true }
125125
x509-cert = { version = "0.2.5", features = ["pem", "builder"], optional = true }
126126
x509-parser = { version = "0.18", optional = true }
127127
der = { version = "0.7", features = ["alloc", "oid"], optional = true }
128-
pem-rfc7468 = { version = "0.7", optional = true }
128+
pem-rfc7468 = { version = "1.0", features = ["alloc"], optional = true }
129129
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 }

0 commit comments

Comments
 (0)