Skip to content

Commit 64fb51f

Browse files
chore(deps): bump petgraph from 0.7.1 to 0.8.1 (#15669)
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.7.1 to 0.8.1. - [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.1) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9326f0 commit 64fb51f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Cargo.lock

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

datafusion/physical-expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ indexmap = { workspace = true }
5151
itertools = { workspace = true, features = ["use_std"] }
5252
log = { workspace = true }
5353
paste = "^1.0"
54-
petgraph = "0.7.1"
54+
petgraph = "0.8.1"
5555

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

0 commit comments

Comments
 (0)