Skip to content

Commit 4ea4dbc

Browse files
authored
chore(deps): update rust crate indexmap to 2.9.0 (#2270)
1 parent 7efc7d0 commit 4ea4dbc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -70,7 +70,7 @@ humantime-serde = "1.1.1"
7070
idna_adapter = "=1.0.0"
7171
indenter = "0.3.3"
7272
indent_write = "2.2.0"
73-
indexmap = "2.8.0"
73+
indexmap = "2.9.0"
7474
indicatif = "0.17.11"
7575
indoc = "2.0.6"
7676
insta = { version = "1.42.2", 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 @@ console = { version = "0.15.10" }
2626
either = { version = "1.13.0" }
2727
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["std"] }
2828
idna_adapter = { version = "1.0.0", default-features = false, features = ["compiled_data"] }
29-
indexmap = { version = "2.8.0", features = ["serde"] }
29+
indexmap = { version = "2.9.0", features = ["serde"] }
3030
log = { version = "0.4.27", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.4" }
3232
miette = { version = "7.5.0", features = ["fancy"] }

0 commit comments

Comments
 (0)