Skip to content

Commit d1ec4e3

Browse files
authored
Merge pull request #53 from rust-bio/dependabot/cargo/petgraph-0.6.3
chore: Bump petgraph from 0.6.0 to 0.6.3
2 parents cb54bc3 + 053be15 commit d1ec4e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -22,5 +22,5 @@ thiserror = "1"
2222
regex = "1.0"
2323
lazy_static = "1.1"
2424
derive-new = "0.5"
25-
petgraph = { version = ">=0.5,<0.7", optional = true }
25+
petgraph = { version = ">=0.5, <0.7", optional = true }
2626
strum_macros = ">=0.20, <0.25"

0 commit comments

Comments
 (0)