Closed quittle closed 4 years ago
Dependabot currently doesn't fetch or run this Build.rs
file which is why it's failing. We're looking into adding a dummy version of this file as we have disabled evaluating user-code when running updates.
Related issue: https://github.com/bytecodealliance/wasmtime/issues/1684#issuecomament-634686521
I've fixed this behavior in dependabot-core, will try to roll out the change to production today, thanks for flagging it @quittle and thanks for the direction for the fix @feelepxyz 🎉
Package manage/ecosystem Rust
Manifest contents prior to update
Cargo.toml
There is also a
build.rs
in the same directory.Updated dependency N/A
What you expected to see, versus what you actually saw Dependabot should be able to succeed in analyzing my project and suggesting updates.
It doesn't, however, and fails to parse the manifest with the error
Images of the diff or a link to the PR, issue or logs Repository: https://github.com/quittle/wowser Root
Cargo.toml
: https://github.com/quittle/wowser/blob/master/Cargo.toml SubcrateCargo.toml
: https://github.com/quittle/wowser/blob/master/wowser-glfw-sys/Cargo.toml Subcratebuild.rs
: https://github.com/quittle/wowser/blob/master/wowser-glfw-sys/build.rsc Dependabot-raised issue: https://github.com/quittle/wowser/issues Dependabot run logs: dependabot-build-log.txtPotentially related issue: https://github.com/dependabot/dependabot-core/issues/1627