diff --git a/Cargo.lock b/Cargo.lock index 5143bd3..b6cb44f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "plotters" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" +checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" dependencies = [ "num-traits", "plotters-backend", diff --git a/Cargo.toml b/Cargo.toml index 84bd138..24a1105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.22" notify = "6.1.1" num-traits = "0.2.19" parking_lot = "0.12.3" -plotters = {version = "0.3.6", default-features = false, features = ["line_series"]} +plotters = {version = "0.3.7", default-features = false, features = ["line_series"]} plotters-ratatui-backend = {version = "0.1.2", features = ["widget"]} portrait = "0.3.0" rand = "0.8.5"