Skip to content

Commit ca05cf9

Browse files
authored
Update Rust crate indexmap to 2.11.0 (#2533)
1 parent c787581 commit ca05cf9

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -74,7 +74,7 @@ iddqd = "0.3.11"
7474
idna_adapter = "=1.0.0"
7575
indenter = "0.3.4"
7676
indent_write = "2.2.0"
77-
indexmap = "2.10.0"
77+
indexmap = "2.11.0"
7878
indicatif = "0.18.0"
7979
indoc = "2.0.6"
8080
insta = { version = "1.43.1", default-features = false }

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ foldhash = { version = "0.1.5" }
2626
form_urlencoded = { version = "1.2.1" }
2727
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
2828
hashbrown = { version = "0.15.4" }
29-
indexmap = { version = "2.10.0", features = ["serde"] }
29+
indexmap = { version = "2.11.0", features = ["serde"] }
3030
log = { version = "0.4.27", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.5" }
3232
miette = { version = "7.6.0", features = ["fancy"] }

0 commit comments

Comments
 (0)