Skip to content

Commit 44a5253

Browse files
authored
Merge pull request #715 from fortanix/dependabot/cargo/petgraph-0.7.1
Bump petgraph from 0.6.4 to 0.7.1
2 parents a5c7f69 + ed020c5 commit 44a5253

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

intel-sgx/sgxs-tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ yansi = "0.5" # MIT/Apache-2.0
4949
atty = "0.2" # MIT
5050
quote = "0.6" # MIT/Apache-2.0
5151
proc-macro2 = "0.4" # MIT/Apache-2.0
52-
petgraph = "0.6" # MIT/Apache-2.0
52+
petgraph = "0.7" # MIT/Apache-2.0
5353
mopa = "0.2" # MIT/Apache-2.0
5454
syn = { version = "0.15", features = ["full"] } # MIT/Apache-2.0
5555
fnv = "1" # MIT/Apache-2.0

0 commit comments

Comments
 (0)