aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:27:28 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:27:28 -0700
commitaed7adac5562e74e20a432db994fdbd62ed2b6a8 (patch)
treeb4d3be92288b3a5010750233ca15b60145381a4a /Cargo.toml.orig
parent6e12cc3f1fc475268e492ae0f6c3941f635c2230 (diff)
downloadcriterion-plot-aed7adac5562e74e20a432db994fdbd62ed2b6a8.tar.gz
Upgrade rust/crates/criterion-plot to 0.4.4
Test: make Change-Id: I5e48bc125de6f35280bc571dafa2995235f02613
Diffstat (limited to 'Cargo.toml.orig')
-rwxr-xr-xCargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 162931a..76e0064 100755
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
name = "criterion-plot"
-version = "0.4.3"
+version = "0.4.4"
edition = "2018"
description = "Criterion's plotting library"
@@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
[dependencies]
cast = "0.2"
-itertools = "0.9"
+itertools = "0.10"
[dev-dependencies]
itertools-num = "0.1"