From 419a29af08af5b8f9b385e51b50ea3cdf95481ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:32:16 +0000 Subject: [PATCH] Update textplots requirement from 0.5.0 to 0.6.0 Updates the requirements on [textplots](https://github.com/loony-bean/textplots-rs) to permit the latest version. - [Release notes](https://github.com/loony-bean/textplots-rs/releases) - [Commits](https://github.com/loony-bean/textplots-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 659ba7c..98da2e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" oping = "0.3.3" clap = "2.32.0" cast = "0.2.2" -textplots = "0.5.0" +textplots = "0.6.0" [profile.release] opt-level = 3