From 7162b307fa15854078c7a77dccb352b1bb2cf8a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 21:34:17 +0000 Subject: [PATCH] Bump crc-catalog from 1.1.1 to 2.1.0 Bumps [crc-catalog](https://github.com/akhilles/crc-catalog) from 1.1.1 to 2.1.0. - [Release notes](https://github.com/akhilles/crc-catalog/releases) - [Commits](https://github.com/akhilles/crc-catalog/compare/1.1.1...2.1.0) --- updated-dependencies: - dependency-name: crc-catalog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- crates/workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5795818525e2..620e3c47d9ba7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,7 +1111,7 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" dependencies = [ - "crc-catalog", + "crc-catalog 1.1.1", ] [[package]] @@ -1120,6 +1120,12 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" +[[package]] +name = "crc-catalog" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff" + [[package]] name = "crc32fast" version = "1.3.2" @@ -8542,7 +8548,7 @@ dependencies = [ "constant_time_eq", "core2", "crc", - "crc-catalog", + "crc-catalog 2.1.0", "crc32fast", "criterion", "criterion-plot", diff --git a/crates/workspace-hack/Cargo.toml b/crates/workspace-hack/Cargo.toml index b1ef402fccc9c..327b8f18f8ad0 100644 --- a/crates/workspace-hack/Cargo.toml +++ b/crates/workspace-hack/Cargo.toml @@ -95,7 +95,7 @@ console-subscriber = { version = "0.1", features = ["env-filter"] } constant_time_eq = { version = "0.1", default-features = false } core2 = { version = "0.4", default-features = false, features = ["alloc"] } crc = { version = "2", default-features = false } -crc-catalog = { version = "1", default-features = false } +crc-catalog = { version = "2", default-features = false } crc32fast = { version = "1", features = ["std"] } criterion = { version = "0.3", features = ["cargo_bench_support"] } criterion-plot = { version = "0.4", default-features = false } @@ -648,7 +648,7 @@ console-subscriber = { version = "0.1", features = ["env-filter"] } constant_time_eq = { version = "0.1", default-features = false } core2 = { version = "0.4", default-features = false, features = ["alloc"] } crc = { version = "2", default-features = false } -crc-catalog = { version = "1", default-features = false } +crc-catalog = { version = "2", default-features = false } crc32fast = { version = "1", features = ["std"] } criterion = { version = "0.3", features = ["cargo_bench_support"] } criterion-plot = { version = "0.4", default-features = false }