Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MCC-1977] Fix dependabot parsing issue #512

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

kylefleming
Copy link
Contributor

@kylefleming kylefleming commented Oct 15, 2020

Motivation

Dependabot is failing with the following error:

Dependabot couldn't parse the Cargo.toml found at /sgx/epid-types/Cargo.toml.

The error Dependabot encountered was:

Dependabot::DependencyFileNotParseable

(see: https://github.com/mobilecoinofficial/mobilecoin/network/updates/65925226)

Running it locally reveals the underlying issue:

/home/dependabot/dependabot-script/vendor/ruby/2.6.0/gems/citrus-3.0.2/lib/citrus.rb:669:in `parse': Failed to parse input on line 32 at offset 43 (Citrus::ParseError)
bytes = { version = "0.5", optional = true , default-features = false}

                                           ^

In this PR

  • Fixes a parsing issue with sgx/epid-types/Cargo.toml

Fixes MCC-1977

@kylefleming kylefleming requested a review from a team October 15, 2020 01:07
Copy link
Contributor

@cbeck88 cbeck88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@kylefleming kylefleming merged commit aa60fcb into mobilecoinfoundation:master Oct 15, 2020
@kylefleming kylefleming deleted the dependabot-fix branch October 15, 2020 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants