diff --git a/2022/Cargo.toml b/2022/Cargo.toml index e469c9f..2486fbf 100644 --- a/2022/Cargo.toml +++ b/2022/Cargo.toml @@ -9,13 +9,13 @@ edition = "2021" ahash = "0.8.2" anyhow = "1.0.66" clap = { version = "4.0.19", features = ["derive"] } -itertools = "0.10.5" +itertools = "0.11" ndarray = "0.15.6" nom = "7.1.1" strength_reduce = "0.2.4" [dev-dependencies] -criterion = "0.4.0" +criterion = "0.5.0" [profile.release] # Keep debug information in release for better flamegraphs