Skip to content

Commit c6e25eb

Browse files
build(deps): bump x509-parser from 0.15.1 to 0.16.0 (#163)
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.15.1 to 0.16.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md">x509-parser's changelog</a>.</em></p> <blockquote> <h2>0.16.0</h2> <h3>Added/Changed/Fixed</h3> <p>Global:</p> <ul> <li>Updated <code>*ring*</code> to 0.17.7 (<a href="https://redirect.github.com/rusticata/x509-parser/issues/148">#148</a>)</li> <li>Updated <code>time</code> to 0.3.20 (<a href="https://redirect.github.com/rusticata/x509-parser/issues/148">#148</a>)</li> <li>Updated asn1-rs to 0.6, der-parser and oid-registry</li> <li>Set MSRV to 1.63 (due to <code>time</code>/<code>ring</code>) (<a href="https://redirect.github.com/rusticata/x509-parser/issues/148">#148</a>)</li> </ul> <p>Code:</p> <ul> <li>Added support for parsing CRL <code>IssuingDistributionPoint</code> extensions (<a href="https://redirect.github.com/rusticata/x509-parser/issues/146">#146</a>)</li> <li>Fixed lifetime signature on <code>TbsCertificate::subject_alt_names</code> function (<a href="https://redirect.github.com/rusticata/x509-parser/issues/151">#151</a>)</li> <li>Fixed parsing of certificate <code>UniqueIdentifier</code> fields to use implicit tagging instead of explicit (<a href="https://redirect.github.com/rusticata/x509-parser/issues/145">#145</a>)</li> <li>Fixed <code>clippy::manual_try_fold</code> findings (<a href="https://redirect.github.com/rusticata/x509-parser/issues/147">#147</a>)</li> </ul> <h3>Thanks</h3> <ul> <li>aggstam, Biagio Festa, Daniel McCarney</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusticata/x509-parser/commit/6f4a7322961e58af078910917c569c7e80705b81"><code>6f4a732</code></a> Update changelog</li> <li><a href="https://github.com/rusticata/x509-parser/commit/6247debb3a2413e4f6ae284b24d6ce8b0184dcc9"><code>6247deb</code></a> Fix warning when building doc (explicit target is redundant)</li> <li><a href="https://github.com/rusticata/x509-parser/commit/817afb3187a983aaf7044f6373da745f72575027"><code>817afb3</code></a> Update dependencies: asn1-rs, oid-registry and der-parser</li> <li><a href="https://github.com/rusticata/x509-parser/commit/222f74e9bf16d4dd6b1b6da8faaebb1f6ee61a3e"><code>222f74e</code></a> Set version to 0.16.0</li> <li><a href="https://github.com/rusticata/x509-parser/commit/e75ac8f18324d1c022c350fcc51ab15dde827176"><code>e75ac8f</code></a> docs: update CHANGELOG</li> <li><a href="https://github.com/rusticata/x509-parser/commit/b2fd6d5e7816436551f8da90b7e9511e93ae7143"><code>b2fd6d5</code></a> extensions: parse CRL issuing distribution point.</li> <li><a href="https://github.com/rusticata/x509-parser/commit/756a0aae267d0eb793c51faa14a3c8a186e3ede8"><code>756a0aa</code></a> proj: add .idea to gitignore</li> <li><a href="https://github.com/rusticata/x509-parser/commit/125e6de5d601d78abc2dc428d0605d2ad710cef3"><code>125e6de</code></a> .github/workflows/rust.yml: updated to correct time crate version</li> <li><a href="https://github.com/rusticata/x509-parser/commit/6911229e6bac01cc91fa701cedad2bcb7a858ac8"><code>6911229</code></a> Cargo.toml: reverted time to 0.3.20 which is the latest version supporting ou...</li> <li><a href="https://github.com/rusticata/x509-parser/commit/a78d16a8d70ff08e95744737731103fcc9fc62f2"><code>a78d16a</code></a> Cargo.toml: pumped ring version to 0.17.7, time to 0.3.34 and MSRV to 1.63</li> <li>Additional commits viewable in <a href="https://github.com/rusticata/x509-parser/compare/x509-parser-0.15.1...x509-parser-0.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=x509-parser&package-manager=cargo&previous-version=0.15.1&new-version=0.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ceb5c8 commit c6e25eb

File tree

2 files changed

+89
-16
lines changed

2 files changed

+89
-16
lines changed

Cargo.lock

Lines changed: 88 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ unsigned-varint = { version = "0.8.0", features = ["codec"] }
4949
url = "2.4.0"
5050
webpki = "0.22.4"
5151
x25519-dalek = "2.0.0"
52-
x509-parser = "0.15.0"
52+
x509-parser = "0.16.0"
5353
yasna = "0.5.0"
5454
zeroize = "1.8.1"
5555
nohash-hasher = "0.2.0"

0 commit comments

Comments
 (0)