Skip to content

Commit 1bdfd0a

Browse files
chore(deps): bump petgraph from 0.7.1 to 0.8.1
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/petgraph@v0.7.1...petgraph@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] <support@github.com>
1 parent 5ab5a03 commit 1bdfd0a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Cargo.lock

+14-2
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
@@ -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)