diff --git a/Cargo.toml b/Cargo.toml index 55d0340..f0c581d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ arrow = { version = "53.1.0", default-features = false, features = ["ffi"] } rand_chacha = "0.3.1" anyhow = "1.0.72" faer = { version = "0.19.4", default-features = false, features = ["std"] } -pulp = "0.19.6" +pulp = "0.20.1" rayon = "1.10.0" [dev-dependencies]