diff --git a/examples/observer/Cargo.toml b/examples/observer/Cargo.toml index f17820999..698f34417 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.43" +gnuplot = "0.0.44" web-time = "1.1.0"