From 4c9578d04818b3bd9fd6549edca113a66e3c854e Mon Sep 17 00:00:00 2001 From: Charles Khoury Date: Thu, 3 Oct 2024 21:12:19 -0400 Subject: [PATCH] Update all dependencies --- Cargo.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6443f8f..0715f8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,15 +12,14 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -piston_window = "0.120.0" - -[dependencies.plotters-backend] -git = "https://github.com/plotters-rs/plotters" +piston_window = "0.132.0" +plotters = "0.3.7" +plotters-backend = "0.3.7" [dev-dependencies] -systemstat = "0.1.5" +systemstat = "0.2.3" [dev-dependencies.plotters] -default_features = false +default-features = false features = ["ttf", "all_series"] -git = "https://github.com/plotters-rs/plotters" +version = "0.3.7" \ No newline at end of file