aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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
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')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ae1c42..5ddfdc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "criterion-plot"
-version = "0.4.3"
+version = "0.4.4"
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
description = "Criterion's plotting library"
readme = "README.md"
@@ -25,7 +25,7 @@ repository = "https://github.com/bheisler/criterion.rs"
version = "0.2"
[dependencies.itertools]
-version = "0.9"
+version = "0.10"
[dev-dependencies.itertools-num]
version = "0.1"