Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent b519944 commit 6b33b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -153,7 +153,7 @@ derivative = "2.2.0"
dyn-clone = "1"
futures = "0.3.30"
html-escape = "0.2.13"
indexmap = "2.1.0"
indexmap = "2.5.0"
itertools = "0.11"
jaq-core = "1.2.0"
jaq-interpret = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/arrow2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ hash_hasher = "^2.0.3"
# A Rust port of SwissTable
hashbrown = {version = "0.14", default-features = false, features = ["ahash"]}
hex = {version = "^0.4", optional = true}
indexmap = {version = "^1.6", optional = true}
indexmap = {version = "^2.5", optional = true}
itertools = {version = "^0.10", optional = true}
json-deserializer = {version = "0.4.4", optional = true, features = [
"preserve_order"
Expand Down

0 comments on commit 6b33b41

Please sign in to comment.