From f6bba09b0eda9b6f30eb9842b630e6dc75ed41d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 14:16:24 +0000 Subject: [PATCH] Update crc requirement from 1 to 3 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.0.0...3.0.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 608e5f4..db81b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Dan Burkert ", "Andrey Vasnetsov