Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 7, 2022

This PR contains the following updates:

Package Type Update Change
ron dev-dependencies minor 0.6 -> 0.12

Release Notes

ron-rs/ron (ron)

v0.12.0

Compare Source

API Changes
  • Breaking: Removed the ron::error::Error::Base64Error variant. (#​566)
  • Added into_inner() method to ron::ser::Serializer to retrieve the inner writer. (#​588)
  • Removed the base64 dependency. (#​566)
Format Changes
  • Format-Breaking: Remote base64-encoded byte strings deserialisation, replaced by Rusty byte strings in v0.9.0 (#​566)
Bug Fixes
  • Fixed untagged enum deserialisation for serde >= 1.0.220 with better serde content detection (#​582)

v0.11.0

Compare Source

API Changes
  • Breaking: SpannedError now stores the full error span in span: Span { start: Position, end: Position }`, to facilitate, e.g., language server highlighting of syntax errors.
  • Breaking: Added no_std support via a new std feature (enabled by default). With default features disabled, you must enable the std feature to access de::from_reader, and the std::io operations on Options, such as from_reader, from_reader_seed, to_io_writer, and to_io_writer_pretty (#​567)
  • Breaking: Fixed (again) ron::value::Number to ensure it is non-exhaustive, to avoid breaking matches when feature unification enables more of its variants than expected (#​568)
Examples
  • Add a new example file_read_write_vec.rs for reading and writing Vec<T> to/from files. (#​573)

v0.10.1

API Changes
  • Add ron::Options::to_io_writer and ron::Options::to_io_writer_pretty to allow writing into an io::Writer (#​561)
  • Breaking: ron::value::Number is now non-exhaustive, to avoid breaking matches when feature unification enables more of its variants than expected (#​564)

v0.9.0

Compare Source

API Changes
  • Breaking: Removed the ron::error::Error::Base64Error variant. (#​566)
  • Added into_inner() method to ron::ser::Serializer to retrieve the inner writer. (#​588)
  • Removed the base64 dependency. (#​566)
Format Changes
  • Format-Breaking: Remote base64-encoded byte strings deserialisation, replaced by Rusty byte strings in v0.9.0 (#​566)
Bug Fixes
  • Fixed untagged enum deserialisation for serde >= 1.0.220 with better serde content detection (#​582)

v0.8.1

Compare Source

  • Fix issues #​277 and #​405 with Value::Map IntoIter and extraneous item check for Value::Seq (#​406)
  • Fix issue #​401 with correct raw struct name identifier parsing (#​402)
  • Fix issue #​410 trailing comma parsing in tuples and Some (#​412)
  • Error instead of panic when deserializing non-identifiers as field names (#​415)
  • [Non-API] Breaking: Fix issue #​307 stack overflow with explicit recursion limits in serialising and deserialising (#​420)
  • Fix issue #​423 deserialising an identifier into a borrowed str (#​424)
  • Bump MSRV to 1.57.0 and bump dependency: base64 to 0.20 (#​431)
  • Bump dependency base64 to 0.21 (#​433)
  • Depend on serde_derive directly to potentially enable more compilation parallelism (#​441)
  • [Non-API] Breaking: Bump bitflags dependency to 2.0, changes serde impls of Extensions (#​443)
  • Add Map::retain method (#​460)
  • Bump MSRV to 1.64.0 and bump dependency: indexmap to 2.0 (#​459)

v0.8.0

Compare Source

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#​399)
  • Add integer128 feature that guards i128 and u128 (#​304, #​351)
  • Fix issue #​265 with better missing comma error (#​353)
  • Fix issue #​301 with better error messages (#​354)
  • Fix issue #​337 by removing decimal_floats PrettyConfig option and unconditional decimals in floats (#​363)
  • Fix issue #​203 with full de error positioning (#​356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#​394)
  • Bump MSRV to 1.56.0 (#​396)

v0.7.1

Compare Source

  • Add struct_names option to PrettyConfig (#​329)
  • Fix newtype variant unwrapping around enum, seq and map (#​331)
  • Implement unwrap_newtypes extension during serialization (#​333)
  • Implement unwrap_variant_newtypes extension during serialization (#​336)
  • Add compact_arrays (#​299) and separator options to PrettyConfig (#​349)
  • Fix issue #​338 value map roundtrip (#​341)
  • Fix issue #​289 enumerate_arrays comments (#​344)
  • Report struct name in expected struct error (#​342)
  • Add Options builder to configure the RON serde roundtrip (#​343)
  • Fix issue #​367 with eager implicit some (#​368)
  • Fix issue #​359 with DeserializeSeed support (#​360)
  • Fix issue #​370 with FromStr-equivalent float EBNF and Error::FloatUnderscore (#​371)
  • Fix issue #​374 extraneous .0 for small floats (#​372)
  • Deprecate Serializer::new (#​382)

v0.7.0

Compare Source

  • Add unwrap_variant_newtypes extension (#​319)
  • Change MSRV to 1.36

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ron-0.x branch from 73606ba to 32ff2f5 Compare November 20, 2022 08:56
@renovate renovate bot changed the title Update Rust crate ron to 0.7 Update Rust crate ron to 0.8 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 32ff2f5 to f9a6755 Compare March 17, 2023 04:02
@renovate renovate bot force-pushed the renovate/ron-0.x branch from f9a6755 to cb9e914 Compare May 3, 2024 11:56
@renovate renovate bot changed the title Update Rust crate ron to 0.8 Update Rust crate ron to 0.8.1 May 3, 2024
@renovate renovate bot changed the title Update Rust crate ron to 0.8.1 Update Rust crate ron to 0.8 May 5, 2024
@renovate renovate bot force-pushed the renovate/ron-0.x branch from cb9e914 to 4425d00 Compare May 5, 2024 09:53
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 4425d00 to 757a574 Compare March 18, 2025 22:22
@renovate renovate bot changed the title Update Rust crate ron to 0.8 Update Rust crate ron to 0.9 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 757a574 to e6bf7b4 Compare April 8, 2025 10:44
@renovate renovate bot changed the title Update Rust crate ron to 0.9 Update Rust crate ron to 0.10 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from e6bf7b4 to 5c840ff Compare August 10, 2025 13:57
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 5c840ff to 307d78c Compare August 27, 2025 15:39
@renovate renovate bot changed the title Update Rust crate ron to 0.10 Update Rust crate ron to 0.11 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 307d78c to 867c102 Compare September 25, 2025 15:08
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 867c102 to 369b1c3 Compare November 12, 2025 14:55
@renovate renovate bot changed the title Update Rust crate ron to 0.11 Update Rust crate ron to 0.12 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 369b1c3 to 0e1a492 Compare December 10, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant