Skip to content

Commit 1d4d67d

Browse files
build(deps): bump indexmap from 2.11.4 to 2.12.0 (#14648)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.11.4 to 2.12.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.4...2.12.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.12.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8be7f16 commit 1d4d67d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Cargo.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,12 @@ dependencies = [
809809
"foldhash",
810810
]
811811

812+
[[package]]
813+
name = "hashbrown"
814+
version = "0.16.0"
815+
source = "registry+https://github.com/rust-lang/crates.io-index"
816+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
817+
812818
[[package]]
813819
name = "headers"
814820
version = "0.4.1"
@@ -1038,12 +1044,12 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
10381044

10391045
[[package]]
10401046
name = "indexmap"
1041-
version = "2.11.4"
1047+
version = "2.12.0"
10421048
source = "registry+https://github.com/rust-lang/crates.io-index"
1043-
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
1049+
checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
10441050
dependencies = [
10451051
"equivalent",
1046-
"hashbrown",
1052+
"hashbrown 0.16.0",
10471053
]
10481054

10491055
[[package]]
@@ -1262,7 +1268,7 @@ dependencies = [
12621268
"backon",
12631269
"educe",
12641270
"futures",
1265-
"hashbrown",
1271+
"hashbrown 0.15.5",
12661272
"hostname",
12671273
"json-patch",
12681274
"k8s-openapi",

0 commit comments

Comments
 (0)