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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-23 17:20:54 +00:00 committed by GitHub
parent 0b9137f522
commit 82eee4e1c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -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"