Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): bump x509-parser from 0.15.1 to 0.17.0 #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps x509-parser from 0.15.1 to 0.17.0.

Changelog

Sourced from x509-parser's changelog.

0.17.0

Added/Changed/Fixed

Global:

  • Upgrade asn1-rs to version 0.6.2. (#161)
  • Update asn1-rs to 0.7, der-parser to 10.0 and oid-registry to 0.8
  • Upgrade time to 0.3.35 to make the crate compatible with rust >1.79.0 (#168, #175)
  • Update MSRV to 1.67 (due to time 0.3.35, see #168)
  • Add Visitor traits for X.509 Certificates and Certificate Revocation Lists (#179)

Code:

  • Add support for RSA-PSS signature verification (#156)
  • ASN1Time: store the kind of time (UTC or Generalized) in ASN1Time (#163)
  • X509StructureValidator: add validation for dates encoding (#163)
  • X509StructureValidator: enforce version > 1 for issuerUniqueID or subjectUniqueID (Closes #162)

Thanks

  • Daniel McCarney, DefiCake, Victor M. Alvarez, Nikolaus Thuemmel

0.16.0

Added/Changed/Fixed

Global:

  • Updated *ring* to 0.17.7 (#148)
  • Updated time to 0.3.20 (#148)
  • Updated asn1-rs to 0.6, der-parser and oid-registry
  • Set MSRV to 1.63 (due to time/ring) (#148)

Code:

  • Added support for parsing CRL IssuingDistributionPoint extensions (#146)
  • Fixed lifetime signature on TbsCertificate::subject_alt_names function (#151)
  • Fixed parsing of certificate UniqueIdentifier fields to use implicit tagging instead of explicit (#145)
  • Fixed clippy::manual_try_fold findings (#147)

Thanks

  • aggstam, Biagio Festa, Daniel McCarney
Commits
  • eb3adc5 Add missing files to manifest
  • 958f01c Prepare release 0.17.0
  • 13ce91c Re-export asn1-rs
  • 60c6662 Improve the visitor trait for Certificate Revocation List
  • daabf02 Improve the visitor trait for X.509 Certificates
  • 6294270 Add initial version of X509CertificateVisitor trait
  • 9665f0c Update MSRV to 1.67.1 (due to time-macros v0.2.19)
  • baa9e40 Update MSRV to 1.67 (due to time 0.3.35, see #168)
  • c2825d0 Merge branch 'DefiCake-deficake/upgrade-time'
  • 6d1e0d4 Merge branch 'master' into deficake/upgrade-time
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
x509-parser [>= 0.16.a, < 0.17]

Dependabot compatibility score

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 commands and options

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)

Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.15.1 to 0.17.0.
- [Release notes](https://github.com/rusticata/x509-parser/releases)
- [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md)
- [Commits](rusticata/x509-parser@x509-parser-0.15.1...x509-parser-0.17.0)

---
updated-dependencies:
- dependency-name: x509-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants