Skip to content

fix(deps): update rust crate semver from 1.0.7 to 1.0.28#81

Open
figure-renovate[bot] wants to merge 1 commit intomainfrom
renovate/semver-1.x
Open

fix(deps): update rust crate semver from 1.0.7 to 1.0.28#81
figure-renovate[bot] wants to merge 1 commit intomainfrom
renovate/semver-1.x

Conversation

@figure-renovate
Copy link
Copy Markdown
Contributor

@figure-renovate figure-renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change
semver dependencies patch =1.0.7 -> =1.0.28

Release Notes

dtolnay/semver (semver)

v1.0.28

Compare Source

  • Documentation improvements

v1.0.27

Compare Source

  • Switch serde dependency to serde_core (#​333)

v1.0.26

Compare Source

  • Documentation improvements

v1.0.25

Compare Source

v1.0.24

Compare Source

  • Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (#​328, thanks @​Eh2406)

v1.0.23

Compare Source

  • Resolve unexpected_cfgs warning (#​318)

v1.0.22

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.21

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.20

Compare Source

  • Add a method for comparing versions by precedence (#​305)

v1.0.19

Compare Source

v1.0.18

Compare Source

  • Documentation improvements

v1.0.17

Compare Source

  • Improve error message when Version is being parsed from an empty string (#​296)

v1.0.16

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.15

Compare Source

  • Documentation improvements

v1.0.14

Compare Source

  • Fix segfault on OOM to instead deterministically abort with message (#​290)

v1.0.13

Compare Source

  • Add categories and keywords to crates.io metadata

v1.0.12

Compare Source

  • Fix rustdoc error when compiling documentation of downstream crates (#​285)

v1.0.11

Compare Source

  • Add serde Serialize and Deserialize impls for semver::Comparator (#​282)

v1.0.10

Compare Source

  • Work around rustdoc issue affecting the Prerelease and BuildMetadata docs (#​281)

v1.0.9

Compare Source

  • Make compatible with Miri's -Zmiri-tag-raw-pointers mode (#​273)
  • Fix Send/Sync impls for Prerelease and BuildMetadata (#​275)

v1.0.8

Compare Source

(yanked)


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

@figure-renovate figure-renovate bot requested review from a team as code owners November 25, 2024 01:39
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate semver from 1.0.7 to 1.0.23 fix(deps): update rust crate semver from 1.0.7 to 1.0.24 Dec 13, 2024
@figure-renovate figure-renovate bot force-pushed the renovate/semver-1.x branch from 5a50298 to d48eb01 Compare January 20, 2025 05:52
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate semver from 1.0.7 to 1.0.24 fix(deps): update rust crate semver from 1.0.7 to 1.0.25 Jan 20, 2025
@figure-renovate figure-renovate bot force-pushed the renovate/semver-1.x branch from d48eb01 to ecb6618 Compare March 4, 2025 15:30
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate semver from 1.0.7 to 1.0.25 fix(deps): update rust crate semver from 1.0.7 to 1.0.26 Mar 4, 2025
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate semver from 1.0.7 to 1.0.26 fix(deps): update rust crate semver from 1.0.7 to 1.0.27 Sep 16, 2025
@figure-renovate figure-renovate bot force-pushed the renovate/semver-1.x branch from c95c07b to 539eb3d Compare April 7, 2026 03:30
@figure-renovate figure-renovate bot changed the title fix(deps): update rust crate semver from 1.0.7 to 1.0.27 fix(deps): update rust crate semver from 1.0.7 to 1.0.28 Apr 7, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 539eb3d. Configure here.

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unintended Cargo.lock version bump from 3 to 4

Low Severity

The Cargo.lock format version was bumped from 3 to 4 as an incidental side effect of this dependency update. Lockfile v4 requires Cargo/Rust 1.78+. While the project's CI uses stable (fine in 2026), any contributor or tooling using Rust < 1.78 would fail with an incomprehensible error. This change is outside the stated PR scope of updating semver and may warrant deliberate consideration.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 539eb3d. Configure here.

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.

0 participants