Skip to content

chore(ci): Update Rust crate cargo_toml to v1#6537

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/cargo_toml-1.x
Open

chore(ci): Update Rust crate cargo_toml to v1#6537
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/cargo_toml-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cargo_toml (source) workspace.dependencies major 0.22.31.0.0

Release Notes

lib.rs/cargo_toml (cargo_toml)

v1.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Jul 7, 2026
@renovate renovate Bot enabled auto-merge (squash) July 7, 2026 05:11
@renovate renovate Bot force-pushed the renovate/cargo_toml-1.x branch 5 times, most recently from c19d5a7 to f8c893b Compare July 7, 2026 18:50
@renovate renovate Bot force-pushed the renovate/cargo_toml-1.x branch from f8c893b to 8d283b3 Compare July 7, 2026 22:53
@lucascolley lucascolley disabled auto-merge July 7, 2026 23:01
};
Ok(Some(
Version::from_str(version).map_err(MetadataError::ParseVersionError)?,
Version::from_str(&version.to_string()).map_err(MetadataError::ParseVersionError)?,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

perhaps it would be better to implement a conversion from https://docs.rs/semver/1.0.28/semver/struct.Version.html directly in rattler_conda_types, rather than going via strings? Worth a TODO comment and an issue maybe?

@lucascolley lucascolley requested a review from Hofer-Julian July 7, 2026 23:14
@renovate

renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant