Skip to content

Commit

Permalink
chore(deps): update rust crate indexmap to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Dec 1, 2024
1 parent 50d1c8a commit c7c8de1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ http = "1.1.0"
humantime-serde = "1.1.1"
indenter = "0.3.3"
indent_write = "2.2.0"
indexmap = "2.6.0"
indexmap = "2.7.0"
indicatif = "0.17.9"
indoc = "2.0.5"
insta = { version = "1.41.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clap_builder = { version = "4.5.21", default-features = false, features = ["colo
console = { version = "0.15.8" }
either = { version = "1.13.0" }
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
indexmap = { version = "2.6.0", features = ["serde"] }
indexmap = { version = "2.7.0", features = ["serde"] }
log = { version = "0.4.22", default-features = false, features = ["std"] }
memchr = { version = "2.7.4" }
miette = { version = "7.4.0", features = ["fancy"] }
Expand Down

0 comments on commit c7c8de1

Please sign in to comment.