From b9480f0f93c8effb7667d8eae6e5505dc730d504 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 06:58:38 +0000 Subject: [PATCH] Update plotters-backend requirement from ^0.0.* to ^0.3.* Updates the requirements on [plotters-backend](https://github.com/plotters-rs/plotters-backend) to permit the latest version. - [Release notes](https://github.com/plotters-rs/plotters-backend/releases) - [Commits](https://github.com/plotters-rs/plotters-backend/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 72bd4c0..7ce1a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -plotters-backend = "^0.0.*" +plotters-backend = "^0.3.*"