mirror of https://github.com/astral-sh/uv
Update Rust crate serde-untagged to v0.1.8 (#15504)
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 <details> <summary>dtolnay/serde-untagged (serde-untagged)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b053ad1f9d
commit
66b3fa6ec2
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue