Skip to content

Commit

Permalink
chore(deps): update indexmap requirement from 1.9.2 to 2.0.0 (#6766)
Browse files Browse the repository at this point in the history
* chore(deps): update indexmap requirement from 1.9.2 to 2.0.0

Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@1.9.2...2.0.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update datafusion-cli Cargo.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
dependabot[bot] and alamb committed Jun 27, 2023
1 parent 7d3cae0 commit 9dd3c2b
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 41 deletions.
95 changes: 56 additions & 39 deletions datafusion-cli/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 datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ flate2 = { version = "1.0.24", optional = true }
futures = "0.3"
glob = "0.3.0"
hashbrown = { version = "0.14", features = ["raw"] }
indexmap = "1.9.2"
indexmap = "2.0.0"
itertools = "0.11"
lazy_static = { version = "^1.4.0" }
log = "^0.4"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ datafusion-expr = { path = "../expr", version = "26.0.0" }
datafusion-row = { path = "../row", version = "26.0.0" }
half = { version = "2.1", default-features = false }
hashbrown = { version = "0.14", features = ["raw"] }
indexmap = "1.9.2"
indexmap = "2.0.0"
itertools = { version = "0.11", features = ["use_std"] }
lazy_static = { version = "^1.4.0" }
libc = "0.2.140"
Expand Down

0 comments on commit 9dd3c2b

Please sign in to comment.