From f683b55f16d7153683d8347ccef7b3c9188719c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:08:18 +0000 Subject: [PATCH] Update crc requirement from 1.8.1 to 3.2.0 Updates the requirements on [crc](https://github.com/mrhooray/crc-rs) to permit the latest version. - [Release notes](https://github.com/mrhooray/crc-rs/releases) - [Commits](https://github.com/mrhooray/crc-rs/compare/1.8.1...3.2.0) --- updated-dependencies: - dependency-name: crc 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 3fc606c..b62dd87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ thiserror = "1.0.22" nom = "7.0.0" nom-derive = "0.7.0" bzip2 = "0.4.1" -crc = "1.8.1" +crc = "3.2.0"