From e4656fe67d14828120ea18d196fe903d67937673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 15:47:16 +0000 Subject: [PATCH] Bump crc32fast from 1.4.2 to 1.5.0 Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.4.2 to 1.5.0. - [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: crc32fast dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 605465b..87d5bcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "crc32fast" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" dependencies = [ "cfg-if", ] diff --git a/Cargo.toml b/Cargo.toml index 81f6504..cd6e2ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ name = "pycrc32" crate-type = ["cdylib"] [dependencies] -crc32fast = "1.4.2" +crc32fast = "1.5.0" pyo3 = "0.25.1"