Skip to content

Commit

Permalink
chore: bump indexmap from 2.6.0 to 2.7.0
Browse files Browse the repository at this point in the history
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.6.0 to 2.7.0.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.6.0...2.7.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benfdking committed Dec 2, 2024
1 parent 7630302 commit 2633a66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -26,7 +26,7 @@ codegen-units = 1

[workspace.dependencies]
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
indexmap = "2.5.0"
indexmap = "2.7.0"
sqruff-lib = { version = "0.21.7", path = "crates/lib" }
sqruff-lsp = { version = "0.21.7", path = "crates/lsp" }
sqruff-lib-core = { version = "0.21.7", path = "crates/lib-core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/lib-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ smol_str = "0.3.1"
ahash = { version = "0.8.11", features = ["compile-time-rng", "serde"] }
strum.workspace = true
strum_macros.workspace = true
indexmap = "2.5.0"
indexmap = "2.7.0"
nohash-hasher = "0.2.0"
itertools = "0.13.0"
fancy-regex = "0.14.0"
Expand Down

0 comments on commit 2633a66

Please sign in to comment.