Skip to content

Commit 9728286

Browse files
Bump petgraph from 0.8.2 to 0.8.3 (#325)
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.8.2 to 0.8.3. - [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.8.2...petgraph@v0.8.3) --- updated-dependencies: - dependency-name: petgraph dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a57a509 commit 9728286

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ crate-type = ["cdylib", "rlib"]
3535
[dependencies]
3636
itertools = "0.14.0"
3737
ndarray = "0.16.1"
38-
petgraph = {version = "0.8.2", default-features = false, features = ["stable_graph"]}
38+
petgraph = {version = "0.8.3", default-features = false, features = ["stable_graph"]}
3939
regex = "1.11.3"
4040
unic-char-range = "0.9.0"
4141
unic-ucd-category = "0.9.0"

0 commit comments

Comments
 (0)