Update deps

This commit is contained in:
2023-10-29 20:48:45 +01:00
parent 722f5205ff
commit aacbc0e94a

View File

@@ -9,13 +9,13 @@ edition = "2021"
ahash = "0.8.2" ahash = "0.8.2"
anyhow = "1.0.66" anyhow = "1.0.66"
clap = { version = "4.0.19", features = ["derive"] } clap = { version = "4.0.19", features = ["derive"] }
itertools = "0.10.5" itertools = "0.11"
ndarray = "0.15.6" ndarray = "0.15.6"
nom = "7.1.1" nom = "7.1.1"
strength_reduce = "0.2.4" strength_reduce = "0.2.4"
[dev-dependencies] [dev-dependencies]
criterion = "0.4.0" criterion = "0.5.0"
[profile.release] [profile.release]
# Keep debug information in release for better flamegraphs # Keep debug information in release for better flamegraphs