File fix.patch of Package rust-criterion-plot
diff --git a/Cargo.toml b/Cargo.toml index 9d64276..1000b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ repository = "https://github.com/bheisler/criterion.rs" version = "0.3" [dependencies.itertools] -version = "0.10" +version = "0.12" [dev-dependencies.itertools-num] version = "0.1"