radium-io / sanity

procedurally generated roguelike game written with rust and amethyst
https://wastrel.itch.io/moonsanity
19 stars 0 forks source link

Update Rust crate ron to 0.8.0 #21

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
ron dependencies minor 0.6.2 -> 0.8.0

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)) ### [`v0.7.1`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#071---2022-06-15) [Compare Source](https://togithub.com/ron-rs/ron/compare/v0.7.0...v0.7.1) - Add `struct_names` option to `PrettyConfig` ([#​329](https://togithub.com/ron-rs/ron/pull/329)) - Fix newtype variant unwrapping around enum, seq and map ([#​331](https://togithub.com/ron-rs/ron/pull/331)) - Implement `unwrap_newtypes` extension during serialization ([#​333](https://togithub.com/ron-rs/ron/pull/333)) - Implement `unwrap_variant_newtypes` extension during serialization ([#​336](https://togithub.com/ron-rs/ron/pull/336)) - Add `compact_arrays` ([#​299](https://togithub.com/ron-rs/ron/pull/299)) and `separator` options to `PrettyConfig` ([#​349](https://togithub.com/ron-rs/ron/pull/349)) - Fix issue [#​338](https://togithub.com/ron-rs/ron/issues/338) value map roundtrip ([#​341](https://togithub.com/ron-rs/ron/pull/341)) - Fix issue [#​289](https://togithub.com/ron-rs/ron/issues/289) enumerate_arrays comments ([#​344](https://togithub.com/ron-rs/ron/pull/344)) - Report struct name in expected struct error ([#​342](https://togithub.com/ron-rs/ron/pull/342)) - Add `Options` builder to configure the RON serde roundtrip ([#​343](https://togithub.com/ron-rs/ron/pull/343)) - Fix issue [#​367](https://togithub.com/ron-rs/ron/issues/367) with eager implicit some ([#​368](https://togithub.com/ron-rs/ron/pull/368)) - Fix issue [#​359](https://togithub.com/ron-rs/ron/issues/359) with `DeserializeSeed` support ([#​360](https://togithub.com/ron-rs/ron/pull/360)) - Fix issue [#​370](https://togithub.com/ron-rs/ron/issues/370) with `FromStr`-equivalent float EBNF and `Error::FloatUnderscore` ([#​371](https://togithub.com/ron-rs/ron/pull/371)) - Fix issue [#​374](https://togithub.com/ron-rs/ron/issues/374) extraneous .0 for small floats ([#​372](https://togithub.com/ron-rs/ron/pull/372)) - Deprecate `Serializer::new` ([#​382](https://togithub.com/ron-rs/ron/issues/382)) ### [`v0.7.0`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#070---2021-10-22) [Compare Source](https://togithub.com/ron-rs/ron/compare/v0.6.6...v0.7.0) - Add `unwrap_variant_newtypes` extension ([#​319](https://togithub.com/ron-rs/ron/pull/319)) - Change MSRV to 1.36 ### [`v0.6.6`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#066---2021-10-21) - Fix serialization of raw identifiers ([#​323](https://togithub.com/ron-rs/ron/pull/323)) ### [`v0.6.5`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#065---2021-09-09) - support serde renames that start with a digit ### [`v0.6.3`](https://togithub.com/ron-rs/ron/blob/HEAD/CHANGELOG.md#063---2020-12-18) - bump `base64` dependency to 0.13

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 was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 months ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: sanity-bin/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path sanity-bin/Cargo.toml --package ron@0.6.2 --precise 0.8.1
error: package ID specification `ron@0.6.2` did not match any packages
Did you mean one of these?

  ron@0.5.1
  ron@0.8.1