From e6b8d1337848ee1a6a4e16bee1f83d3bba0f4bcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:39:34 +0000 Subject: [PATCH] Update Rust crate crc to 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7be80b7..98f64a8 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 = "2.1.0" tokio-util = { version = "0.7", features = ["codec"], optional = true } bytes = { version = "1.4.0", optional = true }