diff --git a/examples/observer/Cargo.toml b/examples/observer/Cargo.toml index 7c6e67074..d5f238c3b 100644 --- a/examples/observer/Cargo.toml +++ b/examples/observer/Cargo.toml @@ -9,5 +9,5 @@ publish = false argmin = { version = "*", path = "../../crates/argmin" } argmin-math = { version = "*", features = ["vec"], path = "../../crates/argmin-math" } argmin_testfunctions = { version = "*", path = "../../crates/argmin-testfunctions" } -gnuplot = "0.0.42" +gnuplot = "0.0.43" instant = "0.1.12"