Skip to content

Commit

Permalink
Bump petgraph from 0.4.13 to 0.6.4
Browse files Browse the repository at this point in the history
Bumps [petgraph](https://github.com/petgraph/petgraph) from 0.4.13 to 0.6.4.
- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)
- [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.4)

---
updated-dependencies:
- dependency-name: petgraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 12b7fb9 commit 1333f5d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
42 changes: 29 additions & 13 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 intel-sgx/sgxs-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ yansi = "0.5" # MIT/Apache-2.0
atty = "0.2" # MIT
quote = "0.6" # MIT/Apache-2.0
proc-macro2 = "0.4" # MIT/Apache-2.0
petgraph = "0.4" # MIT/Apache-2.0
petgraph = "0.6" # MIT/Apache-2.0
mopa = "0.2" # MIT/Apache-2.0
syn = { version = "0.15", features = ["full"] } # MIT/Apache-2.0
fnv = "1" # MIT/Apache-2.0
Expand Down

0 comments on commit 1333f5d

Please sign in to comment.