chore: bump reed-solomon-erasure from 5.0.2 to 5.0.3 (#26492)

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

Bumps [reed-solomon-erasure](https://github.com/darrenldl/reed-solomon-erasure) from 5.0.2 to 5.0.3.
- [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.2...v5.0.3)

---
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-07-08 06:01:31 +00:00 committed by GitHub
parent 734fedea4c
commit b4b1f95b6a
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

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

View File

@ -30,7 +30,7 @@ prost = "0.10.4"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
reed-solomon-erasure = { version = "5.0.2", features = ["simd-accel"] }
reed-solomon-erasure = { version = "5.0.3", features = ["simd-accel"] }
serde = "1.0.138"
serde_bytes = "0.11.6"
sha2 = "0.10.2"

View File

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