Skip to content

Commit 6f9c156

Browse files
Update petgraph requirement from 0.6.2 to 0.8.3
Updates the requirements on [petgraph](https://github.com/petgraph/petgraph) to permit the latest version. - [Release notes](https://github.com/petgraph/petgraph/releases) - [Changelog](https://github.com/petgraph/petgraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.8.3) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit 6f9c156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ indexmap = { workspace = true }
6464
itertools = { workspace = true, features = ["use_std"] }
6565
log = { workspace = true }
6666
paste = "^1.0"
67-
petgraph = "0.6.2"
67+
petgraph = "0.8.3"
6868
regex = { workspace = true, optional = true }
6969

7070
[dev-dependencies]

0 commit comments

Comments
 (0)