Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 30, 2022

Updates the requirements on der-oid-macro to permit the latest version.

Changelog

Sourced from der-oid-macro's changelog.

0.5.0

  • Allow use of crate without extra use statements
  • Use constants for u32 errors instead of magical numbers
  • Rename tag_of_der_content() to DerObjectContent::tag
  • Rename DerElementxxx structs to have a consistent naming scheme
  • Add documentation for parsing DER sequences and sets, and fix wrong return type for sets
  • Fix a lot of clippy warnings
  • QA: add pragma rules (disable unsafe code, unstable features etc.)
  • More documentation
  • Switch license to MIT + APLv2

0.4.4

  • Add macro parse_der_defined_m, to parse a defined sequence or set This macro differs from parse_der_defined because it allows using macros
  • Rename DerObject::new_int to DerObject::from_int_slice
  • Rename Oid::to_hex to Oid::to_string
  • Document more functions

0.4.1

  • Add new feature 'bigint' to export DER integers
  • OID is now a specific type
  • Add new types T61String and BmpString
  • Fix wrong expected tag in parse_der_set_of

0.4.0

  • Der Integers are now represented as slices (byte arrays) since they can be larger than u64.
Commits
  • 8a85555 Release 0.5.0
  • 307a9a0 Update rusticata-macros
  • 9cab995 Update license badges
  • bdb8c75 Switch license to MIT + APLv2
  • ec4b8e6 Rename DerElement* structs to have a consistent naming scheme
  • a3adbd8 Document top-level module
  • 288d914 QA: add pragma rules (disable unsafe code, unstable features etc.)
  • 6144771 Fix a lot of clippy warnings
  • e6ef463 Rename tag_of_der_content() to DerObjectContent::tag()
  • 2076780 Use constants for u32 errors instead of magical numbers
  • 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.


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)

Updates the requirements on [der-oid-macro](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-0.3.0...der-parser-0.5.0)

---
updated-dependencies:
- dependency-name: der-oid-macro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant