From a0b012b146252c32fffa34f0d78b10edb64319cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 04:31:19 +0000 Subject: [PATCH] build(deps): bump crc32fast from 1.2.2 to 1.3.0 Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/srijs/rust-crc32fast/releases) - [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: crc32fast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c85818c831ed7..6f701e777a444 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,9 +1055,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3825b1e8580894917dc4468cb634a1b4e9745fddc854edad72d9c04644c0319f" +checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836" dependencies = [ "cfg-if", ] diff --git a/src/avro/Cargo.toml b/src/avro/Cargo.toml index 68b95142e852e..45330dae74582 100644 --- a/src/avro/Cargo.toml +++ b/src/avro/Cargo.toml @@ -15,7 +15,7 @@ autobenches = false anyhow = "1.0.51" byteorder = { version = "1.4.3", optional = true } chrono = { version = "0.4.0", default-features = false, features = ["std"] } -crc32fast = { version = "1.2.2", optional = true } +crc32fast = { version = "1.3.0", optional = true } digest = "0.9.0" enum-kinds = "0.5.1" flate2 = "1.0.22"