chore(deps): pin codec avx2 stack fix

Co-Authored-By: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-24 00:16:15 +08:00
parent 5131ba8271
commit 7aa2b56a36
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ pretty_assertions = "1.4.1"
rand = { version = "0.10.2" }
ratelimit = "0.10.1"
rayon = "1.12.0"
reed-solomon-erasure = { package = "rustfs-erasure-codec", version = "8.0.1" }
reed-solomon-erasure = { package = "rustfs-erasure-codec", git = "https://github.com/houseme/reed-solomon-erasure", rev = "f3bcf37f2c3bb67f4c552b63442409afe93d7216" }
reed-solomon-simd = "3.1.0"
regex = { version = "1.13.1" }
rumqttc = { package = "rumqttc-next", version = "0.33.3" }