From cf4d63795fde1a71dcf2cdcb9748990bda596122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 17:30:08 +0800 Subject: [PATCH] build(deps): bump crc-fast from 1.4.0 to 1.5.0 in the dependencies group (#481) Bumps the dependencies group with 1 update: [crc-fast](https://github.com/awesomized/crc-fast-rust). Updates `crc-fast` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/awesomized/crc-fast-rust/releases) - [Changelog](https://github.com/awesomized/crc-fast-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awesomized/crc-fast-rust/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: crc-fast dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: weisd --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bffc6599..a69afd07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,9 +1660,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc-fast" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9f79df9b0383475ae6df8fcf35d4e29528441706385339daf0fe3f4cce040b" +checksum = "61dd931a9d071dc6e36b8735c501601428c5aa5dfd6d2506b935498ef57e0098" dependencies = [ "crc", "digest 0.10.7", diff --git a/Cargo.toml b/Cargo.toml index 87b10933..c9935b19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ bytes = { version = "1.10.1", features = ["serde"] } bytesize = "2.0.1" byteorder = "1.5.0" cfg-if = "1.0.3" -crc-fast = "1.4.0" +crc-fast = "1.5.0" chacha20poly1305 = { version = "0.10.1" } chrono = { version = "0.4.41", features = ["serde"] } clap = { version = "4.5.46", features = ["derive", "env"] }