Skip to content

Bump can-dbc from 6.0.0 to 9.1.0#312

Open
dependabot[bot] wants to merge 1 commit into
Developfrom
dependabot/cargo/can-dbc-9.1.0
Open

Bump can-dbc from 6.0.0 to 9.1.0#312
dependabot[bot] wants to merge 1 commit into
Developfrom
dependabot/cargo/can-dbc-9.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps can-dbc from 6.0.0 to 9.1.0.

Release notes

Sourced from can-dbc's releases.

v9.1.0

Added

  • support multiple access nodes (#79)

v9.0.0

Fixed

  • parse signal min/max as NumericValue (#76)
  • ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test (#77)

v8.1.0

Added

  • add Eq and Hash derive for many types (#74)

v8.0.1

Other

  • update tests, dependencies, MSRV 1.85 (#73)
  • [pre-commit.ci] pre-commit autoupdate (#72)
  • improve MSRV and snapshot testing (#70)
  • minor justfile fix

v8.0.0

Migrate to Pest-based parser, allowing us to parse far greater variety of the .dbc files. Add support for REL parsing.

Added

  • use AttributeDefinition for BA_DEF_REL_ (#67)
  • [breaking] parse attribute definition parts (#22)
  • implement rel parsing (#64)
  • skip serializing empty vectors in various structs (#55)

Fixed

  • fix Windows CI (#69)
  • fix failing tests (#66)
  • [breaking] change EnvType variants: 0-int, 1-float, 2-string (#61)
  • [breaking] trim whitespace from attribute definitions (#58)
  • correctly feature gate default features (#53)

Other

  • update parser library reference from nom to Pest
  • simplify signal parsing (#68)
  • split the attribute_values per type (#63)
  • Try to parse all attributes as integer first (#65)
  • [breaking] clearer errors, stricter integer types, and API tweaks (#62)
  • migrate to can-dbc-pest lexer, parse many new types, parse many new .dbc tests (#48)

... (truncated)

Changelog

Sourced from can-dbc's changelog.

9.1.0 - 2026-05-11

Added

  • support multiple access nodes (#79)

9.0.0 - 2026-03-20

Fixed

  • parse signal min/max as NumericValue (#76)
  • ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test (#77)

8.1.0 - 2026-01-23

Added

  • add Eq and Hash derive for many types (#74)

8.0.1 - 2026-01-22

Other

  • update tests, dependencies, MSRV 1.85 (#73)
  • [pre-commit.ci] pre-commit autoupdate (#72)
  • improve MSRV and snapshot testing (#70)
  • minor justfile fix

8.0.0 - 2025-11-14

Migrate to Pest-based parser, allowing us to parse far greater variety of the .dbc files. Add support for REL parsing.

Added

  • use AttributeDefinition for BA_DEF_REL_ (#67)
  • [breaking] parse attribute definition parts (#22)
  • implement rel parsing (#64)
  • skip serializing empty vectors in various structs (#55)

Fixed

  • fix Windows CI (#69)
  • fix failing tests (#66)
  • [breaking] change EnvType variants: 0-int, 1-float, 2-string (#61)
  • [breaking] trim whitespace from attribute definitions (#58)
  • correctly feature gate default features (#53)

Other

  • update parser library reference from nom to Pest

... (truncated)

Commits

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 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)

Bumps [can-dbc](https://github.com/oxibus/can-dbc) from 6.0.0 to 9.1.0.
- [Release notes](https://github.com/oxibus/can-dbc/releases)
- [Changelog](https://github.com/oxibus/can-dbc/blob/main/CHANGELOG.md)
- [Commits](oxibus/can-dbc@6.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: can-dbc
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 18, 2026
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