-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Error parsing Cargo.toml file due to ZoD schema validation error #32528
Comments
I added the rustup toml/lock to fixtures in #32529 so that we have a "failing" case to then fix |
@rarkins Thanks a lot for the quick response! Looking at:
The direct cause of this issue on our side seems to be the migration to workspace-wide properties (rust-lang/rustup@72e2e76). |
Sorry for that, I've attempted a fix in #32530. This basically comes from: [package]
version.workspace = true The schema always expects a string for |
@mkniewallner I'm not sure about how this project consumes manifest schemata in general, but we do have a schema for |
Nice, @zharinov So you know a way to validate a zod schema agains a json schema? that would probably helpful |
@viceice Thanks a lot for the hard work! May I ask when I am expected to get this fix on Mend.io-hosted instances though? |
Discussed in #32523
Originally posted by rami3l November 14, 2024
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Coming from Rustup, we are using the following configuration WRT
cargo
dependencies:https://github.com/rust-lang/rustup/blob/c8eddcb4c1dc9aea8067fa73179ce1791aa24d1d/.github/renovate.json#L24-L41
... and we set the lock file maintenance to be executed every Monday. It used to be working alright, at least till the point of 2024/10/28 (rust-lang/rustup#4066), but after that I can no longer see
cargo
on the dependency dashboard (rust-lang/rustup#3142, you can refer to the editing history of that post as well). The logs say the same:Many thanks in advance!
The text was updated successfully, but these errors were encountered: