Skip to content

[Renovate] Update Rust crate ron to 0.12.0#1908

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ron-0.x
Open

[Renovate] Update Rust crate ron to 0.12.0#1908
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ron-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2025

This PR contains the following updates:

Package Type Update Change
ron dependencies minor 0.8.10.12.0

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)

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 is behind base branch, 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 requested a review from kevinmatthes as a code owner March 18, 2025 18:52
@renovate renovate bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 18, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from ac53e19 to c446de9 Compare April 8, 2025 13:48
@renovate renovate bot changed the title [Renovate] Update Rust crate ron to 0.9.0 [Renovate] Update Rust crate ron to 0.10.1 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from c446de9 to 272cf36 Compare September 1, 2025 06:35
@renovate renovate bot changed the title [Renovate] Update Rust crate ron to 0.10.1 [Renovate] Update Rust crate ron to 0.11.0 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 272cf36 to ef2d027 Compare November 16, 2025 19:47
@renovate renovate bot changed the title [Renovate] Update Rust crate ron to 0.11.0 [Renovate] Update Rust crate ron to 0.12.0 Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant