Skip to content

Commit 7af6aa9

Browse files
Update petgraph requirement from 0.6.2 to 0.7.1 (#14045)
* Update petgraph requirement from 0.6.2 to 0.7.1 Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.7.1) --- updated-dependencies: - dependency-name: petgraph 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 05b6f93 commit 7af6aa9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

datafusion-cli/Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/physical-expr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ indexmap = { workspace = true }
5252
itertools = { workspace = true, features = ["use_std"] }
5353
log = { workspace = true }
5454
paste = "^1.0"
55-
petgraph = "0.6.2"
55+
petgraph = "0.7.1"
5656

5757
[dev-dependencies]
5858
arrow = { workspace = true, features = ["test_utils"] }

0 commit comments

Comments
 (0)