Skip to content

Commit

Permalink
[MCC-1977] Fix dependabot parsing issue (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming authored Oct 15, 2020
1 parent fb67499 commit aa60fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgx/epid-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mc-sgx-core-types-sys = { path = "../core-types-sys" }
mc-sgx-epid-types-sys = { path = "../epid-types-sys" }

base64 = "0.12"
bytes = { version = "0.5", optional = true , default-features = false}
bytes = { version = "0.5", optional = true, default-features = false}
hex = "0.4"
hex_fmt = "0.3"
prost = { version = "0.6.1", optional = true, default-features = false }
Expand Down

0 comments on commit aa60fcb

Please sign in to comment.