From 7262874baefa393e1d95bb4481f079913b477205 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 21 Dec 2024 23:25:14 -0800 Subject: [PATCH] Update Rust crate semver to 1.0.24 (#356) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [semver](https://redirect.github.com/dtolnay/semver) | dependencies | patch | `1.0.23` -> `1.0.24` | --- ### Release Notes
dtolnay/semver (semver) ### [`v1.0.24`](https://redirect.github.com/dtolnay/semver/releases/tag/1.0.24) [Compare Source](https://redirect.github.com/dtolnay/semver/compare/1.0.23...1.0.24) - Optimize Ord impls for semver::Prerelease and semver::BuildMetadata ([#​328](https://redirect.github.com/dtolnay/semver/issues/328), thanks [@​Eh2406](https://redirect.github.com/Eh2406))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- Cargo.lock | 4 ++-- guppy-summaries/Cargo.toml | 2 +- guppy/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87c3773a747..21d67668feb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3653,9 +3653,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" dependencies = [ "serde", ] diff --git a/guppy-summaries/Cargo.toml b/guppy-summaries/Cargo.toml index f322a4b18c8..cc0ffa199cf 100644 --- a/guppy-summaries/Cargo.toml +++ b/guppy-summaries/Cargo.toml @@ -30,7 +30,7 @@ camino = { version = "1.1.9", features = ["serde1"] } cfg-if = "1.0.0" diffus = "0.10.0" toml = { version = "0.5.11", features = ["preserve_order"] } -semver = { version = "1.0.23", features = ["serde"] } +semver = { version = "1.0.24", features = ["serde"] } serde = { version = "1.0.215", features = ["derive"] } guppy-workspace-hack.workspace = true diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index 4b1b7b35eec..fa950e04e09 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -45,7 +45,7 @@ petgraph = { version = "0.6.5", default-features = false } proptest = { version = "1.5.0", optional = true } proptest-derive = { version = "0.5.1", optional = true } rayon = { version = "1.10.0", optional = true } -semver = "1.0.23" +semver = "1.0.24" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" smallvec = "1.13.2"