From 7ccb1afd036ab41e0ba772c9637509c9b45e8fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 07:32:58 +0000 Subject: [PATCH] chore(deps): update crc-any requirement from 2.3.5 to 3.0.0 Updates the requirements on [crc-any](https://github.com/magiclen/crc-any) to permit the latest version. - [Commits](https://github.com/magiclen/crc-any/compare/v2.3.5...v3.0.0) --- updated-dependencies: - dependency-name: crc-any dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b114f75caf..1455cf6f74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["mavlink", "mavlink-bindgen", "mavlink-core"] resolver = "1" [workspace.dependencies] -crc-any = { version = "2.3.5", default-features = false } +crc-any = { version = "3.0.0", default-features = false } num-traits = { version = "0.2", default-features = false } num-derive = "0.4" bitflags = { version = "2.9.1", default-features = false }