From fee9f2f15c0bf289db9399785a57774b2212d52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:17:05 +0000 Subject: [PATCH] build(deps): bump crc32fast from 1.4.0 to 1.4.2 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] --- Cargo.lock | 4 ++-- services/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 333046c..456433f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,9 +550,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[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/services/Cargo.toml b/services/Cargo.toml index f3f78cb..a8f3626 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -10,7 +10,7 @@ goval-ident = ["dep:serde_json"] [dependencies] anyhow = "1.0.81" async-trait = "0.1.80" -crc32fast = { version = "1.4.0", features = ["nightly"] } +crc32fast = { version = "1.4.2", features = ["nightly"] } deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] } futures-util = "0.3.28" goval = { package = "protobuf", path = "../protobuf"}