From 66cbc455a5de01f836296577462ca838ea2f744f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 04:00:16 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.0.0 to 2.0.1 Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.0 to 2.0.1. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/commits) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e27a69d..14606e91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,9 +1501,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" dependencies = [ "equivalent", "hashbrown 0.14.0", @@ -3133,7 +3133,7 @@ dependencies = [ "dns-lookup", "etherparse", "iced", - "indexmap 2.0.0", + "indexmap 2.0.1", "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.0", + "indexmap 2.0.1", "toml_datetime", "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 6f3d83cf..8049f2f3 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.0" +indexmap = "2.0.1" 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"