Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Jul 13, 2024
1 parent 2ec94fb commit a04f8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ num = "0.4"
num_cpus = "1"
rlst = { version = "0.2", features = ["sleef"] }
rand = "0.8.5"
itertools = { version = "0.12.1", default-features = false }
itertools = { version = "0.13.0", default-features = false }
coe-rs = "0.1.2"
pulp = { version = "0.18.12" }
bytemuck = "1.16.0"
hexf = "0.2.1"

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
rand_chacha = "0.3"

[package.metadata.docs.rs]
Expand Down

0 comments on commit a04f8d8

Please sign in to comment.