From 75a7afa07eedffeeb308cae90aa113dd52c35427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:39:47 +0000 Subject: [PATCH] Update Rust crate crc to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7be80b7..afeae71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/arkedge/eb90-rs" [dependencies] heapless = "0.7" -crc = "2" +crc = "3.2.1" tokio-util = { version = "0.7", features = ["codec"], optional = true } bytes = { version = "1.4.0", optional = true }