summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-29 02:10:30 +0000
committerFujiApple <fujiapple852@gmail.com>2024-02-29 22:05:00 +0900
commit4994aece9d3b4bf1af0fb295276353aac2845be0 (patch)
treef08a612ab616ba66cd939cc75f18cb168236d860
parent6d72ce59bd0f45b4b6604a145e6316c50d86b3f6 (diff)
build(deps): bump indexmap from 2.2.3 to 2.2.4
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.3 to 2.2.4. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.2.4) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b143b7e..a5489b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -859,9 +859,9 @@ dependencies = [
[[package]]
name = "indexmap"
-version = "2.2.3"
+version = "2.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
+checksum = "967d6dd42f16dbf0eb8040cb9e477933562684d3918f7d253f2ff9087fb3e7a3"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
@@ -1205,7 +1205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
"fixedbitset",
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
]
[[package]]
@@ -1492,7 +1492,7 @@ dependencies = [
"chrono",
"hex",
"indexmap 1.9.3",
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"serde",
"serde_derive",
"serde_json",
@@ -1518,7 +1518,7 @@ version = "0.9.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f"
dependencies = [
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"itoa",
"ryu",
"serde",
@@ -1870,7 +1870,7 @@ version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
dependencies = [
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"serde",
"serde_spanned",
"toml_datetime",
@@ -1984,7 +1984,7 @@ dependencies = [
"hex-literal",
"hickory-resolver",
"humantime",
- "indexmap 2.2.3",
+ "indexmap 2.2.4",
"ipnetwork",
"itertools",
"maxminddb",
diff --git a/Cargo.toml b/Cargo.toml
index a2d2554..80879d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ comfy-table = { version = "7.1.0", default-features = false }
strum = { version = "0.26.1", default-features = false, features = [ "std", "derive" ] }
etcetera = "0.8.0"
toml = { version = "0.8.10", default-features = false, features = [ "parse" ] }
-indexmap = { version = "2.2.3", default-features = false }
+indexmap = { version = "2.2.4", default-features = false }
maxminddb = "0.24.0"
tracing-subscriber = { version = "0.3.18", default-features = false, features = [ "json", "env-filter" ] }
tracing-chrome = "0.7.1"