Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Aug 6, 2020

Updates the requirements on der-parser to permit the latest version.

Changelog

Sourced from der-parser's changelog.

4.0.2

Changed/Fixed

  • Upgrade dependencies on num-bigint and der-oid-macro

4.0.1

Changed/Fixed

  • Add workaround to fix parsing of empty sequence or set

4.0.0

Attention This is a major release, with several API-breaking changes. See UPGRADING.md for instructions.

Thanks

  • Jannik Schürg (oid, string verifications)

Added

  • Add functions parse_ber_recursive and parse_der_recursive, allowing to specify maximum recursion depth when parsing
  • The string types IA5String, NumericString, PrintableString and UTF8String do now only parse if the characters are valid.
  • as_str() was added to BerObjectContent to obtain a &str for the types above. as_slice() works as before.
  • Implement Error trait for BerError
  • Add method to extract raw tag from header
    • BerObjectHeader now has a lifetime and a raw_tag field
    • BerObject now has a raw_tag field
    • Implement PartialEq manually for BerObject: raw_tag is compared only if both fields provide it
  • Add type BerClass
  • Start adding serialization support (experimental) using the serialize feature

Changed/Fixed

  • Make header part of BerObject, remove duplicate fields
  • Maximum recursion logic has changed. Instead of providing the current depth, the argument is now the maximum possible depth.
  • Change the api around Oid to achieve zero-copy. The following changed:
    • The Oid struct now has a lifetime and uses Cow internally.
    • The procedural macro oid! was added.
    • Oid::from returns a Result now.
    • The Oid struct now encodes whether the oid is relative or not.
    • The Debug implementation now shows whether the oid is relative and uses the bigint feature if available.
    • The Oid::iter method now returns an Option. Oid::iter_bigint was added.
Commits
  • 463c46f Prepare release 4.0.2
  • c8ed82f Upgrade dependency on der-oid-macro
  • 975d9f2 der-oid-macro release 0.2.0
  • 1f7540f CI: add security audit action
  • 032ca2f Upgrade num-bigint
  • bebdbdd Prepare release 4.0.1
  • 2a78cb2 CI: add workaround to build with 1.34
  • 3558cb0 Fix clippy warnings in tests
  • f452e18 Add github actions
  • 114c0e8 Add workaround to fix parsing of empty sequence or set
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 6, 2020
@dependabot-preview
Copy link
Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

Updates the requirements on [der-parser](https://github.com/rusticata/der-parser) to permit the latest version.
- [Release notes](https://github.com/rusticata/der-parser/releases)
- [Changelog](https://github.com/rusticata/der-parser/blob/master/CHANGELOG.md)
- [Commits](rusticata/der-parser@der-parser-3.0.0...der-parser-4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/der-parser-4 branch from 5a5701a to 75353e3 Compare August 6, 2020 11:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant