From 30abf9e5a6e021ca1b43785a030debaefcd8046b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:55:18 +0300 Subject: [PATCH] Bump crc32fast from 1.4.0 to 1.4.2 in /lang/rust (#2916) Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.4.0 to 1.4.2. - [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.0...v1.4.2) --- updated-dependencies: - dependency-name: crc32fast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 2becfae92b9..579490383f3 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -339,9 +339,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index b9a8102ecc2..3b07688b740 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -57,7 +57,7 @@ name = "single" apache-avro-derive = { default-features = false, version = "0.17.0", path = "../avro_derive", optional = true } bigdecimal = { default-features = false, version = "0.4.3", features = ["std", "serde"] } bzip2 = { default-features = false, version = "0.4.4", optional = true } -crc32fast = { default-features = false, version = "1.4.0", optional = true } +crc32fast = { default-features = false, version = "1.4.2", optional = true } digest = { default-features = false, version = "0.10.7", features = ["core-api"] } libflate = { default-features = false, version = "2.1.0", features = ["std"] } log = { workspace = true }