Skip to content

Commit df7694c

Browse files
Bump x509-parser from 0.16.0 to 0.18.0 (RustPython#6364)
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.16.0 to 0.18.0. - [Changelog](https://github.com/rusticata/x509-parser/blob/x509-parser-0.18.0/CHANGELOG.md) - [Commits](rusticata/x509-parser@x509-parser-0.16.0...x509-parser-0.18.0) --- updated-dependencies: - dependency-name: x509-parser dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 087e812 commit df7694c

File tree

2 files changed

+48
-12
lines changed

2 files changed

+48
-12
lines changed

Cargo.lock

Lines changed: 47 additions & 11 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
@@ -123,7 +123,7 @@ rustls-native-certs = { version = "0.8", optional = true }
123123
rustls-pemfile = { version = "2.2", optional = true }
124124
rustls-platform-verifier = { version = "0.6", optional = true }
125125
x509-cert = { version = "0.2.5", features = ["pem", "builder"], optional = true }
126-
x509-parser = { version = "0.16", optional = true }
126+
x509-parser = { version = "0.18", optional = true }
127127
der = { version = "0.7", features = ["alloc", "oid"], optional = true }
128128
pem-rfc7468 = { version = "0.7", optional = true }
129129
webpki-roots = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)