Skip to content

Commit

Permalink
[meta] update petgraph and fixedbitset
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 28, 2025
1 parent 21f5fcb commit d462494
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ cargo_metadata = "0.19.1"
cfg-if = "1.0.0"
debug-ignore = "1.0.5"
guppy-summaries = { version = "0.7.1", path = "../guppy-summaries", optional = true }
fixedbitset = { version = "0.4.2", default-features = false }
fixedbitset = { version = "0.5.7", default-features = false }
nested = "0.1.1"
indexmap = "2.7.1"
itertools = "0.14.0"
once_cell = "1.20.2"
pathdiff = { version = "0.2.3", features = ["camino"] }
petgraph = { version = "0.6.5", default-features = false }
petgraph = { version = "0.7.1", default-features = false }
proptest = { version = "1.6.0", optional = true }
proptest-derive = { version = "0.5.1", optional = true }
rayon = { version = "1.10.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 @@ -33,7 +33,7 @@ guppy = { version = "0.17.12", path = "../../guppy", features = [
"summaries",
] }
once_cell = "1.20.2"
petgraph = { version = "0.6.5", default-features = false, features = [
petgraph = { version = "0.7.1", default-features = false, features = [
"graphmap",
] }
rayon = "1.10.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 @@ -32,7 +32,7 @@ miette = { version = "7.4.0", features = ["fancy"] }
num-traits = { version = "0.2.19" }
once_cell = { version = "1.20.2" }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.6.5", default-features = false, features = ["graphmap"] }
petgraph = { version = "0.7.1", default-features = false, features = ["graphmap"] }
regex = { version = "1.10.5", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.5" }
Expand Down

0 comments on commit d462494

Please sign in to comment.