Skip to content

Commit

Permalink
Update Rust crate petgraph to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 2, 2023
1 parent 985ee11 commit c62df2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ indexmap = "1.9.3"
itertools = "0.11.0"
once_cell = "1.18.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.3", default-features = false }
petgraph = { version = "0.6.4", default-features = false }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
rayon = { version = "1.7.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ guppy = { version = "0.17.1", path = "../../guppy", features = [
"summaries",
] }
once_cell = "1.18.0"
petgraph = { version = "0.6.3", default-features = false, features = [
petgraph = { version = "0.6.4", default-features = false, features = [
"graphmap",
] }
rayon = "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.5.0" }
num-traits = { version = "0.2.16", features = ["libm"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.6.3", default-features = false, features = ["graphmap"] }
petgraph = { version = "0.6.4", default-features = false, features = ["graphmap"] }
regex = { version = "1.9.1", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.3.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal"] }
semver = { version = "1.0.18", features = ["serde"] }
Expand Down

0 comments on commit c62df2d

Please sign in to comment.