Skip to content

Commit

Permalink
Auto merge of #801 - gigaroby:master, r=jackh726
Browse files Browse the repository at this point in the history
chalk-solve: upgrade petgraph to version 0.6.4

Version 0.5.1 contained a soundness bug that has since been fixed: petgraph/petgraph@618af3d.
  • Loading branch information
bors committed Aug 30, 2023
2 parents eee2bab + 34f45e2 commit 671308f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 9 deletions.
54 changes: 46 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chalk-solve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
ena = "0.14.0"
itertools = "0.10.0"
petgraph = "0.5.1"
petgraph = "0.6.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", optional = true, features = ["env-filter"] }
tracing-tree = { version = "0.2", optional = true }
Expand Down

0 comments on commit 671308f

Please sign in to comment.