From 64923fc8f8b8349ec43607271ae73efa77f02dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 04:44:06 +0000 Subject: [PATCH] Update gnuplot requirement from 0.0.40 to 0.0.41 Updates the requirements on [gnuplot](https://github.com/SiegeLord/RustGnuplot) to permit the latest version. - [Commits](https://github.com/SiegeLord/RustGnuplot/commits) --- updated-dependencies: - dependency-name: gnuplot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/observer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/observer/Cargo.toml b/examples/observer/Cargo.toml index 1f89f09b9..9a666c7d1 100644 --- a/examples/observer/Cargo.toml +++ b/examples/observer/Cargo.toml @@ -9,5 +9,5 @@ publish = false argmin = { version = "*", path = "../../argmin" } argmin-math = { version = "*", features = ["vec"], path = "../../argmin-math" } argmin_testfunctions = "*" -gnuplot = "0.0.40" +gnuplot = "0.0.41" instant = "0.1.12"