tversteeg / emplace

👩‍❤️‍💋‍👩 Synchronize installed packages on multiple machines
GNU Affero General Public License v3.0
257 stars 23 forks source link

Update Rust crate ron to 0.8.1 - autoclosed #331

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ron dependencies minor 0.7.1 -> 0.8.1

Release Notes

ron-rs/ron (ron) ### [`v0.8.1`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#081---2023-08-17) [Compare Source](https://togithub.com/ron-rs/ron/compare/v0.8.0...v0.8.1) - Fix issues [#​277](https://togithub.com/ron-rs/ron/issues/277) and [#​405](https://togithub.com/ron-rs/ron/issues/405) with `Value::Map` `IntoIter` and extraneous item check for `Value::Seq` ([#​406](https://togithub.com/ron-rs/ron/pull/406)) - Fix issue [#​401](https://togithub.com/ron-rs/ron/issues/401) with correct raw struct name identifier parsing ([#​402](https://togithub.com/ron-rs/ron/pull/402)) - Fix issue [#​410](https://togithub.com/ron-rs/ron/issues/410) trailing comma parsing in tuples and `Some` ([#​412](https://togithub.com/ron-rs/ron/pull/412)) - Error instead of panic when deserializing non-identifiers as field names ([#​415](https://togithub.com/ron-rs/ron/pull/415)) - \[Non-API] Breaking: Fix issue [#​307](https://togithub.com/ron-rs/ron/issues/307) stack overflow with explicit recursion limits in serialising and deserialising ([#​420](https://togithub.com/ron-rs/ron/pull/420)) - Fix issue [#​423](https://togithub.com/ron-rs/ron/issues/423) deserialising an identifier into a borrowed str ([#​424](https://togithub.com/ron-rs/ron/pull/424)) - Bump MSRV to 1.57.0 and bump dependency: `base64` to 0.20 ([#​431](https://togithub.com/ron-rs/ron/pull/431)) - Bump dependency `base64` to 0.21 ([#​433](https://togithub.com/ron-rs/ron/pull/433)) - Depend on `serde_derive` directly to potentially enable more compilation parallelism ([#​441](https://togithub.com/ron-rs/ron/pull/441)) - \[Non-API] Breaking: Bump `bitflags` dependency to 2.0, changes `serde` impls of `Extensions` ([#​443](https://togithub.com/ron-rs/ron/pull/443)) - Add `Map::retain` method ([#​460](https://togithub.com/ron-rs/ron/pull/460)) - Bump MSRV to 1.64.0 and bump dependency: `indexmap` to 2.0 ([#​459](https://togithub.com/ron-rs/ron/pull/459)) ### [`v0.8.0`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#080---2022-08-17) [Compare Source](https://togithub.com/ron-rs/ron/compare/v0.7.1...v0.8.0) - Bump dependencies: `bitflags` to 1.3, `indexmap` to 1.9 ([#​399](https://togithub.com/ron-rs/ron/pull/399)) - Add `integer128` feature that guards `i128` and `u128` ([#​304](https://togithub.com/ron-rs/ron/pull/304), [#​351](https://togithub.com/ron-rs/ron/pull/351)) - Fix issue [#​265](https://togithub.com/ron-rs/ron/issues/265) with better missing comma error ([#​353](https://togithub.com/ron-rs/ron/pull/353)) - Fix issue [#​301](https://togithub.com/ron-rs/ron/issues/301) with better error messages ([#​354](https://togithub.com/ron-rs/ron/pull/354)) - Fix issue [#​337](https://togithub.com/ron-rs/ron/issues/337) by removing `decimal_floats` PrettyConfig option and unconditional decimals in floats ([#​363](https://togithub.com/ron-rs/ron/pull/363)) - Fix issue [#​203](https://togithub.com/ron-rs/ron/issues/203) with full de error positioning ([#​356](https://togithub.com/ron-rs/ron/pull/356)) - Expand the `ron::Error` enum to distinguish `serde` errors like `NoSuchEnumVariant` and `MissingStructField` with error positioning ([#​394](https://togithub.com/ron-rs/ron/pull/394)) - Bump MSRV to 1.56.0 ([#​396](https://togithub.com/ron-rs/ron/pull/396))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.