diff --git a/Cargo.lock b/Cargo.lock index acfb7738..bf85b3d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3102,9 +3102,9 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[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 548d8e58..6872b0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ strip = true pcap = "2.2.0" etherparse = "0.15.0" chrono = { version = "0.4.38", default-features = false, features = ["clock"] } -plotters = { version = "0.3.6", default-features = false, features = ["area_series"] } +plotters = { version = "0.3.7", default-features = false, features = ["area_series"] } iced = { version = "0.12.1", features = ["tokio", "svg", "advanced", "lazy"] } plotters-iced = "0.10.0" maxminddb = "0.24.0"