Skip to content

Commit 085be99

Browse files
build(deps): bump indexmap from 2.9.0 to 2.10.0 (#3986)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.9.0 to 2.10.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.10.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682421c commit 085be99

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
644644
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.52.0",
647+
"windows-sys 0.59.0",
648648
]
649649

650650
[[package]]
@@ -939,7 +939,7 @@ dependencies = [
939939
"futures-core",
940940
"futures-sink",
941941
"http",
942-
"indexmap 2.9.0",
942+
"indexmap 2.10.0",
943943
"slab",
944944
"tokio",
945945
"tokio-util",
@@ -1271,9 +1271,9 @@ dependencies = [
12711271

12721272
[[package]]
12731273
name = "indexmap"
1274-
version = "2.9.0"
1274+
version = "2.10.0"
12751275
source = "registry+https://github.com/rust-lang/crates.io-index"
1276-
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1276+
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
12771277
dependencies = [
12781278
"equivalent",
12791279
"hashbrown 0.15.2",
@@ -1344,7 +1344,7 @@ dependencies = [
13441344
"portable-atomic",
13451345
"portable-atomic-util",
13461346
"serde",
1347-
"windows-sys 0.52.0",
1347+
"windows-sys 0.59.0",
13481348
]
13491349

13501350
[[package]]
@@ -1450,7 +1450,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14501450
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
14511451
dependencies = [
14521452
"cfg-if",
1453-
"windows-targets 0.48.5",
1453+
"windows-targets 0.52.6",
14541454
]
14551455

14561456
[[package]]
@@ -2282,7 +2282,7 @@ dependencies = [
22822282
"ahash",
22832283
"futures",
22842284
"futures-util",
2285-
"indexmap 2.9.0",
2285+
"indexmap 2.10.0",
22862286
"linkerd-error",
22872287
"linkerd-metrics",
22882288
"linkerd-pool",
@@ -3252,7 +3252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32523252
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
32533253
dependencies = [
32543254
"fixedbitset",
3255-
"indexmap 2.9.0",
3255+
"indexmap 2.10.0",
32563256
]
32573257

32583258
[[package]]
@@ -3736,7 +3736,7 @@ dependencies = [
37363736
"errno",
37373737
"libc",
37383738
"linux-raw-sys 0.4.15",
3739-
"windows-sys 0.52.0",
3739+
"windows-sys 0.59.0",
37403740
]
37413741

37423742
[[package]]
@@ -3749,7 +3749,7 @@ dependencies = [
37493749
"errno",
37503750
"libc",
37513751
"linux-raw-sys 0.9.2",
3752-
"windows-sys 0.52.0",
3752+
"windows-sys 0.59.0",
37533753
]
37543754

37553755
[[package]]
@@ -4034,7 +4034,7 @@ dependencies = [
40344034
"getrandom 0.3.1",
40354035
"once_cell",
40364036
"rustix 1.0.2",
4037-
"windows-sys 0.52.0",
4037+
"windows-sys 0.59.0",
40384038
]
40394039

40404040
[[package]]
@@ -4331,7 +4331,7 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
43314331
dependencies = [
43324332
"futures-core",
43334333
"futures-util",
4334-
"indexmap 2.9.0",
4334+
"indexmap 2.10.0",
43354335
"pin-project-lite",
43364336
"sync_wrapper",
43374337
"tokio",

0 commit comments

Comments
 (0)