From e4e3ce6a38c0f0f664d53a46bcf87e22d279162c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:35:25 -0400 Subject: [PATCH] Update Rust crate serde_repr to v0.1.20 (#27146) 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 | |---|---|---|---| | [serde_repr](https://redirect.github.com/dtolnay/serde-repr) | workspace.dependencies | patch | `0.1.19` -> `0.1.20` | --- ### Release Notes
dtolnay/serde-repr (serde_repr) ### [`v0.1.20`](https://redirect.github.com/dtolnay/serde-repr/releases/tag/0.1.20) [Compare Source](https://redirect.github.com/dtolnay/serde-repr/compare/0.1.19...0.1.20) - Documentation improvements
--- ### 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 06d6360647..8ecd0bf3cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12578,9 +12578,9 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote",