diff --git a/Cargo.lock b/Cargo.lock index 14606e91..4503c091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1154,9 +1154,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" dependencies = [ "ahash 0.8.3", "allocator-api2", @@ -1501,12 +1501,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" +checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.1", ] [[package]] @@ -1713,7 +1713,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5" dependencies = [ - "hashbrown 0.14.0", + "hashbrown 0.14.1", ] [[package]] @@ -3133,7 +3133,7 @@ dependencies = [ "dns-lookup", "etherparse", "iced", - "indexmap 2.0.1", + "indexmap 2.0.2", "maxminddb", "pcap", "plotters", @@ -3517,7 +3517,7 @@ version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ - "indexmap 2.0.1", + "indexmap 2.0.2", "toml_datetime", "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 8049f2f3..f17d7d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ strip = true pcap = "1.1.0" etherparse = "0.13.0" chrono = { version = "0.4.31", default_features = false, features = ["clock"] } -indexmap = "2.0.1" +indexmap = "2.0.2" plotters = { version = "0.3.5", default_features = false, features = ["area_series"] } iced = { version = "0.10.0", features = ["tokio", "svg", "advanced", "lazy"] } plotters-iced = "0.9.0"