Skip to content

Commit

Permalink
Merge pull request #1097 from foresterre/dependabot/cargo/petgraph-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Jan 1, 2025
2 parents 11dc926 + b86e2d1 commit a1c4d69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dirs = "5.0.1" # common directories
indicatif = "0.17.9" # UI
once_cell = "1.20.2" # lazy data structures and thunking
owo-colors = "4.1.0" # color support for the terminal
petgraph = "0.6.5" # graph data structures
petgraph = "0.7.0" # graph data structures
rust-releases = { version = "0.29.0", default-features = false, features = ["rust-changelog"] } # get the available rust versions
serde = { version = "1.0", features = ["derive"] } # serialization and deserialization
serde_json = "1.0.134" # JSON serialization and deserialization
Expand Down

0 comments on commit a1c4d69

Please sign in to comment.