diff --git a/Cargo.lock b/Cargo.lock index b2cee351..c3ffcc99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,9 +1485,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -3117,7 +3117,7 @@ dependencies = [ "dns-lookup", "etherparse", "iced", - "indexmap 2.0.2", + "indexmap 2.1.0", "maxminddb", "pcap", "plotters", @@ -3521,7 +3521,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "toml_datetime", "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index abd60383..36e0e8a8 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.2" +indexmap = "2.1.0" 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"