From 848f29831e366a5558dbd622e38978c642e752ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:11:47 -0500 Subject: [PATCH] Update Rust crate semver to v1.0.25 (#23497) 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) | workspace.dependencies | patch | `1.0.24` -> `1.0.25` | --- ### Release Notes
dtolnay/semver (semver) ### [`v1.0.25`](https://redirect.github.com/dtolnay/semver/releases/tag/1.0.25) [Compare Source](https://redirect.github.com/dtolnay/semver/compare/1.0.24...1.0.25) - Enable serde impls on play.rust-lang.org ([#​330](https://redirect.github.com/dtolnay/semver/issues/330), thanks [@​jofas](https://redirect.github.com/jofas))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74ecbe3212..1260428fe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11580,9 +11580,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" dependencies = [ "serde", ]