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: update rasn requirement from 0.18.0 to 0.20.0 in /sdk #605

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on rasn to permit the latest version.

Release notes

Sourced from rasn's releases.

rasn-cap-v0.20.0

Other

  • Use workspace metadata
  • Implement Unpacked Encoding Rules (UPER)
Changelog

Sourced from rasn's changelog.

0.20.0 - 2024-09-30

Added

  • [breaking] update snafu to 0.8.5, impl core::error::Error for error types

Fixed

  • Reroll back to BTreeMap for field presence tracking (#338)

0.19.0 - 2024-09-22

Added

  • Export rasn-compiler as optional feature

Fixed

  • [breaking] Change *_constraint macros to accept extensible keyword over bool

Other

  • Use OR operator in Cargo.toml license field (#335)
  • Document more of rasn, add warning on missing documentation
  • Document more of rasn, remove unintentionally public items
  • Add rustdoc lint check
  • documentation lint fixes
  • Add module level top-line doc for JER
  • clippy fixes
  • move common macros into dedicated module
  • ObjectIdentifier::new: first arc may be 2 (#331)

0.18.0 - 2024-09-17

Added

  • [breaking] Rework for SetOf type (#325)
  • Change LDAPString to be newtype wrapper around String (#327)
  • [breaking] Remove option_type (#329)
  • Constraint utilities, const default, more const functions (#321)

Fixed

  • macros: include license texts in the packaged crate (#330)
  • [breaking] Remove jer feature, jer is enabled by default
  • [breaking] Remove Tag and TagTree from module root
  • [breaking] Make codec module private

Other

... (truncated)

Commits
  • 6b3cb01 chore: release (#337)
  • b1149eb fix: Reroll back to BTreeMap for field presence tracking (#338)
  • efdfdd4 feat!: update snafu to 0.8.5, impl core::error::Error for error types
  • ff3139d chore: release (#332)
  • e161db4 Use OR operator in Cargo.toml license field (#335)
  • e138ff9 chore: Document more of rasn, add warning on missing documentation
  • b133e07 Document more of rasn, remove unintentionally public items
  • ed8d606 chore: Add rustdoc lint check
  • 93373f3 fix!: Change *_constraint macros to accept extensible keyword over bool
  • 1ab23c9 chore: documentation lint fixes
  • 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 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 dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 1, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rasn-0.20.0 branch from 34fdbca to c122219 Compare October 3, 2024 06:48
Updates the requirements on [rasn](https://github.com/librasn/rasn) to permit the latest version.
- [Release notes](https://github.com/librasn/rasn/releases)
- [Changelog](https://github.com/librasn/rasn/blob/main/CHANGELOG.md)
- [Commits](librasn/rasn@rasn-v0.18.0...rasn-v0.20.0)

---
updated-dependencies:
- dependency-name: rasn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/sdk/rasn-0.20.0 branch from c122219 to ee774d4 Compare October 4, 2024 21:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Superseded by #614.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/cargo/sdk/rasn-0.20.0 branch October 7, 2024 09:28
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