updates reed-solomon-erasure crate version to 6.0.0 (#28033)

Need to pick up:
https://github.com/rust-rse/reed-solomon-erasure/pull/104
in order to unblock:
https://github.com/solana-labs/solana/pull/27510
This commit is contained in:
behzad nouri 2022-09-24 15:00:13 +00:00 committed by GitHub
parent b93392cfca
commit f02fe9c7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 11 deletions

11
Cargo.lock generated
View File

@ -2549,11 +2549,11 @@ dependencies = [
[[package]]
name = "lru"
version = "0.7.7"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
dependencies = [
"hashbrown 0.11.2",
"hashbrown 0.12.3",
]
[[package]]
@ -3843,13 +3843,14 @@ dependencies = [
[[package]]
name = "reed-solomon-erasure"
version = "5.0.3"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2fe31452b684b8b33f65f8730c8b8812c3f5a0bb8a096934717edb1ac488641"
checksum = "7263373d500d4d4f505d43a2a662d475a894aa94503a1ee28e9188b5f3960d4f"
dependencies = [
"cc",
"libc",
"libm",
"lru",
"parking_lot 0.11.2",
"smallvec",
"spin 0.9.2",

View File

@ -30,7 +30,7 @@ prost = "0.11.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
reed-solomon-erasure = { version = "5.0.3", features = ["simd-accel"] }
reed-solomon-erasure = { version = "6.0.0", features = ["simd-accel"] }
serde = "1.0.144"
serde_bytes = "0.11.7"
sha2 = "0.10.5"

View File

@ -2334,11 +2334,11 @@ dependencies = [
[[package]]
name = "lru"
version = "0.7.7"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
dependencies = [
"hashbrown 0.11.2",
"hashbrown 0.12.3",
]
[[package]]
@ -3489,13 +3489,14 @@ dependencies = [
[[package]]
name = "reed-solomon-erasure"
version = "5.0.3"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2fe31452b684b8b33f65f8730c8b8812c3f5a0bb8a096934717edb1ac488641"
checksum = "7263373d500d4d4f505d43a2a662d475a894aa94503a1ee28e9188b5f3960d4f"
dependencies = [
"cc",
"libc",
"libm",
"lru",
"parking_lot 0.11.2",
"smallvec",
"spin 0.9.3",