Skip to content

Commit 9dd3c2b

Browse files
chore(deps): update indexmap requirement from 1.9.2 to 2.0.0 (#6766)
* 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]>
1 parent 7d3cae0 commit 9dd3c2b

File tree

3 files changed

+58
-41
lines changed

3 files changed

+58
-41
lines changed

datafusion-cli/Cargo.lock

Lines changed: 56 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ flate2 = { version = "1.0.24", optional = true }
7272
futures = "0.3"
7373
glob = "0.3.0"
7474
hashbrown = { version = "0.14", features = ["raw"] }
75-
indexmap = "1.9.2"
75+
indexmap = "2.0.0"
7676
itertools = "0.11"
7777
lazy_static = { version = "^1.4.0" }
7878
log = "^0.4"

datafusion/physical-expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ datafusion-expr = { path = "../expr", version = "26.0.0" }
5555
datafusion-row = { path = "../row", version = "26.0.0" }
5656
half = { version = "2.1", default-features = false }
5757
hashbrown = { version = "0.14", features = ["raw"] }
58-
indexmap = "1.9.2"
58+
indexmap = "2.0.0"
5959
itertools = { version = "0.11", features = ["use_std"] }
6060
lazy_static = { version = "^1.4.0" }
6161
libc = "0.2.140"

0 commit comments

Comments
 (0)