rusticata / x509-parser

X.509 parser written in pure Rust. Fast, zero-copy, safe.
Other
206 stars 67 forks source link

Update asn1-rs requirement from 0.4 to 0.5 #125

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on asn1-rs to permit the latest version.

Changelog

Sourced from asn1-rs's changelog.

0.5.0

This release adds some new methods and custom derive attributes. It also adds a lot of tests to improve code coverage.

asn1-rs:

  • Add helper types for Application/Private tagged values
  • Any: add methods from_ber_and_then (and _der)
  • TaggedParser: add documentation for from_ber_and_then (and _der)
  • Oid: add method starts_with
  • Fix documentation of application and private tagged helpers
  • Fix clippy warnings

derive:

  • Add custom derive BerAlias and DerAlias

coverage:

  • Add many tests to improve coverage

0.4.2

Bugfix release:

  • Remove explicit output lifetime in traits
  • Fix wrong encoding BmpString when using ToDer
  • Fix parsing of some EmbeddedPdv subtypes
  • Fix encoded length for Enumerated
  • Add missing DerAutoDerive impl for bool
  • Add missing DerAutoDerive impl for f32/f64
  • Remove redundant check, Any::from_der checks than length is definite
  • Length: fix potential bug when adding Length + Indefinite
  • Fix inverted logic in Header::assert_definite()

0.4.1

Minor fix:

  • add missing file in distribution (fix docs.rs build)

0.4.0

asn1-rs:

  • Add generic error parameter in traits and in types
    • This was added for all types except a few (like Vec<T> or BTreeSet<T>) due to Rust compiler limitations
  • Add DerAutoDerive trait to control manual/automatic implementation of FromDer
    • This allow controlling automatic trait implementation, and providing manual implementations of both FromDer and CheckDerConstraints

... (truncated)

Commits


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 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.