From 82eee4e1c5bc5ee0682c3767f6d86a4e78c47fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:20:54 +0000 Subject: [PATCH] build(deps): bump simd-adler32 from 0.3.4 to 0.3.7 (#30184) Bumps [simd-adler32](https://github.com/mcountryman/simd-adler32) from 0.3.4 to 0.3.7. - [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md) - [Commits](https://github.com/mcountryman/simd-adler32/commits/v0.3.7) --- updated-dependencies: - dependency-name: simd-adler32 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a43b76b807d..698d0007bdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5866,9 +5866,9 @@ source = "git+https://github.com/pcwalton/signpost.git#7ed712507f343c38646b9d1fe [[package]] name = "simd-adler32" -version = "0.3.4" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14a5df39617d7c8558154693a1bb8157a4aab8179209540cc0b10e5dc24e0b18" +checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" [[package]] name = "simpleservo"