From cc2ea24227b3da763f6c20e33eb90d9e6c9c4b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:19:51 +0000 Subject: [PATCH] chore(deps): update crc-any requirement from 2.3.5 to 3.0.1 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.1) --- updated-dependencies: - dependency-name: crc-any dependency-version: 3.0.1 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..818208d25bd 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.1", default-features = false } num-traits = { version = "0.2", default-features = false } num-derive = "0.4" bitflags = { version = "2.9.1", default-features = false }