Skip to content

Commit

Permalink
Merge pull request #16 from mwatts/dependabot/cargo/petgraph-approx-0.6
Browse files Browse the repository at this point in the history
Update petgraph requirement from ~0.5 to ~0.6
  • Loading branch information
mwatts authored Aug 22, 2021
2 parents e64e2cf + 071a916 commit 1f6620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy_static = "~1.4"
log = "~0.4"
ordered-float = "~2.5"
time = "~0.2"
petgraph = "~0.5"
petgraph = "~0.6"
serde = { version = "~1.0", optional = true }
serde_json = { version = "~1.0", optional = true }
serde_derive = { version = "~1.0", optional = true }
Expand Down

0 comments on commit 1f6620b

Please sign in to comment.