chore: update pulp and bytemuck

This commit is contained in:
Nicolas Sarlin
2025-11-18 15:23:55 +01:00
committed by Nicolas Sarlin
parent bf2e9ef504
commit 8e566c5765
4 changed files with 5 additions and 5 deletions

View File

@@ -26,11 +26,11 @@ rust-version = "1.91.1"
[workspace.dependencies]
aligned-vec = { version = "0.6", default-features = false }
bytemuck = "<1.24"
bytemuck = "1.24"
dyn-stack = { version = "0.11", default-features = false }
itertools = "0.14"
num-complex = "0.4"
pulp = { version = "0.21", default-features = false }
pulp = { version = "0.22", default-features = false }
rand = "0.8"
rayon = "1.11"
serde = { version = "1.0", default-features = false }