From 9bd3a36283c55a547373e2f6b8f2ce590468dfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:10:57 +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 9.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/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: can-dbc dependency-version: 9.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 dfbfdbb..54e9ea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.87" proc-macro = true [dependencies] -can-dbc = "8.0.0" +can-dbc = "9.0.0" proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full", "extra-traits"] }