Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2025

This PR contains the following updates:

Package Type Update Change
ron workspace.dependencies minor 0.8 -> 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)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 added the dependencies Pull requests that update a dependency file label Oct 29, 2025
@flihp
Copy link
Collaborator

flihp commented Oct 29, 2025

AFAIK we don't use ron for anything real so it may be easier to just drop whatever code is using this

@renovate renovate bot force-pushed the renovate/ron-0.x branch from 89ee42f to 995d787 Compare October 30, 2025 03:12
@renovate renovate bot force-pushed the renovate/ron-0.x branch 2 times, most recently from 2e3033f to fae920a Compare November 13, 2025 07:02
@renovate renovate bot changed the title Update Rust crate ron to 0.11 Update Rust crate ron to 0.12 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from fae920a to 803b95e Compare November 19, 2025 04:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants