Skip to content

Bump can-dbc from 6.0.0 to 9.0.0#285

Open
dependabot[bot] wants to merge 1 commit intoDevelopfrom
dependabot/cargo/can-dbc-9.0.0
Open

Bump can-dbc from 6.0.0 to 9.0.0#285
dependabot[bot] wants to merge 1 commit intoDevelopfrom
dependabot/cargo/can-dbc-9.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps can-dbc from 6.0.0 to 9.0.0.

Release notes

Sourced from can-dbc's releases.

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)
  • [breaking] remove getters because all fields are public (#60)
  • make all fields pub and move structs/enums to individual ast/* files (#59) (#59)
  • rework testing framework (#57)
  • [breaking] remove deprecated from_str method from Dbc implementation (#50)
  • [breaking] change Node to hold a single string, i.e. nodes: Vec<Node> (#54)

... (truncated)

Changelog

Sourced from can-dbc's changelog.

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
  • 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)
  • [breaking] remove getters because all fields are public (#60)

... (truncated)

Commits
  • 1e0299b chore: release v9.0.0 (#78)
  • 3cafcb1 fix: parse signal min/max as NumericValue (#76)
  • c681ff2 fix: ast/message_id: use 0x1FFF_FFFF (1<<29 - 1) instead of 2^29 in test (#77)
  • ce451cb chore: release v8.1.0 (#75)
  • 54f38c9 feat: add Eq and Hash derive for many types (#74)
  • 287037b chore: release v8.0.1 (#71)
  • dc0f869 chore: update tests, dependencies, MSRV 1.85 (#73)
  • f2375cc [pre-commit.ci] pre-commit autoupdate (#72)
  • 070ab70 chore: improve MSRV and snapshot testing (#70)
  • 5a07358 chore: minor justfile fix
  • 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 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.0.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.0.0)

---
updated-dependencies:
- dependency-name: can-dbc
  dependency-version: 9.0.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 Mar 23, 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