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

Bump asn1-rs from 0.6.2 to 0.7.0 #10200

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps asn1-rs from 0.6.2 to 0.7.0.

Changelog

Sourced from asn1-rs's changelog.

0.7.0

Changed/Fixed

  • Update thiserror to 2.0 and derive Error for error types (even with no_std)

Added

  • Add ToStatic custom derive attribute
  • Add ToDerSequence custom derive attribute (#44)
Commits
  • f0bf28d Prepare release 0.7.0
  • 839f537 Prepare release asn-rs-derive 0.6.0
  • ee897b0 asn1-rs-derive: add Cargo.lock
  • 57dcade Add more tests for ToDerSequence
  • 02c0609 Doc: reorder sections to match parsing/serialization
  • e910536 Fix links in documentation
  • df789ec Add more documentation for the ToDerSequence attribute
  • 2171df0 ToDerSequence: add support for struct lifetime
  • d5de9ba Derive: add documentation for ToDerSequence custom attribute
  • 0acc389 Add ToDerSequence custom derive
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Bumps [asn1-rs](https://github.com/rusticata/asn1-rs) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/rusticata/asn1-rs/releases)
- [Changelog](https://github.com/rusticata/asn1-rs/blob/master/CHANGELOG.md)
- [Commits](rusticata/asn1-rs@asn1-rs-0.6.2...asn1-rs-0.7.0)

---
updated-dependencies:
- dependency-name: asn1-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/asn1-rs-0.7.0 branch from 9445a3a to 1937f8c Compare January 21, 2025 19:54
@strseb strseb requested a review from oskirby January 23, 2025 11:48
@strseb
Copy link
Collaborator

strseb commented Jan 23, 2025

@oskirby - this seems to bust balrog, do we want to update or keep it for now?

@oskirby
Copy link
Collaborator

oskirby commented Jan 23, 2025

I'll find some time to resolve this. Looks like an API changed and we'll need to update the signature code to match.

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.

2 participants