From 24a6a1805b18d4ae937a5aa2d7297baea8bf2c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 23:33:35 +0000 Subject: [PATCH] build: Bump crc-any from 2.4.4 to 2.5.0 Bumps [crc-any](https://github.com/magiclen/crc-any) from 2.4.4 to 2.5.0. - [Commits](https://github.com/magiclen/crc-any/compare/v2.4.4...v2.5.0) --- updated-dependencies: - dependency-name: crc-any dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- block/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8a5c59ce..c097d6975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,9 +487,9 @@ dependencies = [ [[package]] name = "crc-any" -version = "2.4.4" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c01a5e1f881f6fb6099a7bdf949e946719fd4f1fefa56264890574febf0eb6d0" +checksum = "a62ec9ff5f7965e4d7280bd5482acd20aadb50d632cf6c1d74493856b011fa73" dependencies = [ "debug-helper", ] diff --git a/block/Cargo.toml b/block/Cargo.toml index 2c96ce9d7..55e6d61b9 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -10,7 +10,7 @@ io_uring = ["dep:io-uring"] [dependencies] byteorder = "1.5.0" -crc-any = "2.4.4" +crc-any = "2.5.0" io-uring = { version = "0.6.4", optional = true } libc = "0.2.167" log = "0.4.22"