Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps can-dbc from 6.0.0 to 8.0.0.

Release notes

Sourced from can-dbc's releases.

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)
  • move tests to separate files (#52)
  • reorganize tests (#49)

v7.0.0

NOTE: can-dbc has moved to the OxiBUS GitHub org - a community focused on Rust development for automotive and industrial communication. If you maintain an open-source Rust project in this area, consider joining us - collaboration makes maintenance easier!

Breaking

  • major struct and enum naming refactoring. See (#45) for the full list of changes.
  • remove from_slice - use cp1252 decoder and pass in a &str instead (#44)
  • rename DBCDbc and feature with-serdeserde (#42)

Added

  • added cp1252 decoding support (#44)

Other

  • relicense as MIT OR Apache-2.0 (#38)
  • update README with usage examples and license information (#46)

... (truncated)

Changelog

Sourced from can-dbc's changelog.

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)
  • 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)
  • move tests to separate files (#52)
  • reorganize tests (#49)

7.0.0 - 2025-10-19

NOTE: can-dbc has moved to the OxiBUS GitHub org - a community developing Rust code with focus on communication in automotive and related spaces. If you are maintaining an open source Rust project in this area, consider joining us - it is always easier to maintain projects together!

Breaking

  • major struct and enum naming refactoring. See (#45) for the full list of changes.
  • remove from_slice - use cp1252 decoder and pass in a &str instead (#44)
  • rename DBCDbc and feature with-serdeserde (#42)

Added

  • added cp1252 decoding support (#44)

Other

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [can-dbc](https://github.com/oxibus/can-dbc) from 6.0.0 to 8.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...v8.0.0)

---
updated-dependencies:
- dependency-name: can-dbc
  dependency-version: 8.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 Dec 1, 2025
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.

1 participant