chore: bump reed-solomon-erasure from 5.0.1 to 5.0.2 (#25081)

* chore: bump reed-solomon-erasure from 5.0.1 to 5.0.2

Bumps [reed-solomon-erasure](https://github.com/darrenldl/reed-solomon-erasure) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/darrenldl/reed-solomon-erasure/releases)
- [Changelog](https://github.com/rust-rse/reed-solomon-erasure/blob/master/CHANGELOG.md)
- [Commits](https://github.com/darrenldl/reed-solomon-erasure/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: reed-solomon-erasure
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <you@example.com>
This commit is contained in:
dependabot[bot] 2022-05-10 10:28:44 -06:00 committed by GitHub
parent c80896b58f
commit 85f4a3e4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3546,9 +3546,9 @@ dependencies = [
[[package]]
name = "reed-solomon-erasure"
version = "5.0.1"
version = "5.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170bac0d8306941e101df0caaa6518b10bc4232dd36c34f1cb78b8a063024db"
checksum = "521342afeca28aec72cefa21941c640549a8d61d9dd13710da63a1c975b78dba"
dependencies = [
"cc",
"libc",

View File

@ -29,7 +29,7 @@ prost = "0.10.3"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.2"
reed-solomon-erasure = { version = "5.0.1", features = ["simd-accel"] }
reed-solomon-erasure = { version = "5.0.2", features = ["simd-accel"] }
serde = "1.0.137"
serde_bytes = "0.11.6"
sha2 = "0.10.2"

View File

@ -3141,9 +3141,9 @@ dependencies = [
[[package]]
name = "reed-solomon-erasure"
version = "5.0.1"
version = "5.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170bac0d8306941e101df0caaa6518b10bc4232dd36c34f1cb78b8a063024db"
checksum = "521342afeca28aec72cefa21941c640549a8d61d9dd13710da63a1c975b78dba"
dependencies = [
"cc",
"libc",