From 3fd79fe5181bfe8decda55d5f266024296e574b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 02:25:46 +0000 Subject: [PATCH] build(deps): update can-dbc requirement 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](https://github.com/oxibus/can-dbc/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88472d7..aa88408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.79" proc-macro = true [dependencies] -can-dbc = "6.0.0" +can-dbc = "7.0.0" proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] }