From 66b3fa6ec2cf075a05f95997054498c8a3d481d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:36:16 +0200 Subject: [PATCH] Update Rust crate serde-untagged to v0.1.8 (#15504) 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-untagged](https://redirect.github.com/dtolnay/serde-untagged) | workspace.dependencies | patch | `0.1.7` -> `0.1.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
dtolnay/serde-untagged (serde-untagged) ### [`v0.1.8`](https://redirect.github.com/dtolnay/serde-untagged/releases/tag/0.1.8) [Compare Source](https://redirect.github.com/dtolnay/serde-untagged/compare/0.1.7...0.1.8) - Add support for `visit_none` ([#​10](https://redirect.github.com/dtolnay/serde-untagged/issues/10), thanks [@​epage](https://redirect.github.com/epage))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). 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 144f76d2a..46869960e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3821,9 +3821,9 @@ dependencies = [ [[package]] name = "serde-untagged" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "299d9c19d7d466db4ab10addd5703e4c615dec2a5a16dbbafe191045e87ee66e" +checksum = "34836a629bcbc6f1afdf0907a744870039b1e14c0561cb26094fa683b158eff3" dependencies = [ "erased-serde", "serde",