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

Comment was adjusted instead of version in cargo.toml #9195

Open
1 task done
pitdicker opened this issue Mar 4, 2024 · 0 comments
Open
1 task done

Comment was adjusted instead of version in cargo.toml #9195

pitdicker opened this issue Mar 4, 2024 · 0 comments
Labels
good first issue L: rust:cargo Rust crates via cargo T: bug 🐞 Something isn't working

Comments

@pitdicker
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Cargo

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

No response

dependabot.yml content

No response

Updated dependency

No response

What you expected to see, versus what you actually saw

Dependabot tried to update the version of a dependency by adjusting a comment instead of the version field.

Before:

[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.53" } # The MSRV of its windows-metatada 0.53 dependency is 1.70

After:

[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.53" } # The MSRV of its windows-metatada 0.54 dependency is 1.70

Expected:

[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.54" } # The MSRV of its windows-metatada 0.53 dependency is 1.70

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

https://github.com/chronotope/chrono/pull/1482/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R56

Smallest manifest that reproduces the issue

No response

@pitdicker pitdicker added the T: bug 🐞 Something isn't working label Mar 4, 2024
@abdulapopoola abdulapopoola added the L: rust:cargo Rust crates via cargo label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue L: rust:cargo Rust crates via cargo T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants