Skip to content

Commit 765dbb0

Browse files
Update Rust crate indexmap to 2.10.0 (#8524)
1 parent b5bb6b2 commit 765dbb0

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ id-map = { path = "id-map" }
482482
illumos-utils = { path = "illumos-utils" }
483483
iana-time-zone = "0.1.63"
484484
indent_write = "2.2.0"
485-
indexmap = "2.9.0"
485+
indexmap = "2.10.0"
486486
indicatif = { version = "0.17.11", features = ["rayon"] }
487487
indoc = "2.0.6"
488488
installinator = { path = "installinator" }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
6868
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6969
hyper = { version = "1.6.0", features = ["full"] }
7070
idna = { version = "1.0.3" }
71-
indexmap = { version = "2.9.0", features = ["serde"] }
71+
indexmap = { version = "2.10.0", features = ["serde"] }
7272
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7373
ipnet = { version = "2.11.0", features = ["serde"] }
7474
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
@@ -201,7 +201,7 @@ hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
201201
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
202202
hyper = { version = "1.6.0", features = ["full"] }
203203
idna = { version = "1.0.3" }
204-
indexmap = { version = "2.9.0", features = ["serde"] }
204+
indexmap = { version = "2.10.0", features = ["serde"] }
205205
inout = { version = "0.1.3", default-features = false, features = ["std"] }
206206
ipnet = { version = "2.11.0", features = ["serde"] }
207207
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }

0 commit comments

Comments
 (0)