Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Updates the requirements on can-dbc to permit the latest version.
Updates can-dbc to 7.0.0

Release notes

Sourced from can-dbc's releases.

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)
  • move tests to the end (#43)
  • move test files to submodule, default with serde feature (#40)
  • allow space after message ID (#25)
  • upgrade to nom 8 (#36)
  • clippy lints
  • use insta to test all parsing results
  • use clap-derive in example
  • run cargo fmt
  • bump dependencies and minor cleanup
  • Simplify tests, test for other escaped characters
  • Remove obsolete is_quote function
  • Add support for escaped strings within comments
  • Derive the Deserialize trait when serde is enabled
  • consolidate docs with readme

CI improvements

  • auto-release and cargo deny (#39)
  • update README to oxibus org (#37)
  • add automatic validation with precommit on CI side (#30)
  • modernize CI (#33)
Changelog

Sourced from can-dbc's changelog.

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

  • relicense as MIT OR Apache-2.0 (#38)
  • update README with usage examples and license information (#46)
  • move tests to the end (#43)
  • move test files to submodule, default with serde feature (#40)
  • allow space after message ID (#25)
  • upgrade to nom 8 (#36)
  • clippy lints
  • use insta to test all parsing results
  • use clap-derive in example
  • run cargo fmt
  • bump dependencies and minor cleanup
  • Simplify tests, test for other escaped characters
  • Remove obsolete is_quote function
  • Add support for escaped strings within comments
  • Derive the Deserialize trait when serde is enabled
  • consolidate docs with readme

CI improvements

  • auto-release and cargo deny (#39)
  • update README to oxibus org (#37)
  • add automatic validation with precommit on CI side (#30)
  • modernize CI (#33)

6.0.0 (2024-02-08)

  • Update dependencies.
  • Breaking: PR #13 and #14. Thank you @​erzoe and @​kistenklaus. Replace u32 in MessageId with enum type to raise awareness that the raw dbc message ids contain the extended bit. Add MessageId.raw() which returns the previous raw identifier including the extended id!

5.0.0 (2022-06-22)

  • Add support for dbcs with extended multiplex messages. Thank you @​pbert519!
  • Breaking: fn message_multiplexor_switch now returns Result<Option<&Signal>, Error> instead of Option<&Signal>. This is necessary due to the possibility of a message having multiple multiplexor switches.

4.0.0 (2021-11-15)

... (truncated)

Commits
  • bffba84 chore: release v7.0.0 (#41)
  • ab9be16 chore!: major struct and enum naming refactoring (#45)
  • c088b4c chore: update README with usage examples and license information (#46)
  • b652367 feat!: support cp1252, rm from_slice, improve README examples (#44)
  • 28b4f51 chore!: rename DBCDbc and feature with-serdeserde (#42)
  • 1a7cf44 chore: move tests to the end (#43)
  • 7fc63f8 chore: relicense as MIT OR Apache-2.0 (#38)
  • 12c2c68 chore: auto-release and cargo deny (#39)
  • 4b87588 chore: move test files to submodule, default with serde feature (#40)
  • 18d1028 chore: upload coverage reports
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [can-dbc](https://github.com/oxibus/can-dbc) to permit the latest version.

Updates `can-dbc` to 7.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...v7.0.0)

---
updated-dependencies:
- dependency-name: can-dbc
  dependency-version: 7.0.0
  dependency-type: direct:production
  dependency-group: all-cargo-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 21, 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