Skip to content

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.1 -> 0.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: Enabled.

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
Copy link
Contributor Author

renovate bot commented Mar 18, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/ron-0.x branch 3 times, most recently from 71d564f to afd0889 Compare March 26, 2025 22:41
@renovate renovate bot force-pushed the renovate/ron-0.x branch 2 times, most recently from c4ea0ba to 75200ef Compare April 2, 2025 02:39
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 75200ef to 40189cb Compare April 8, 2025 12:26
@renovate renovate bot changed the title fix(deps): update rust crate ron to 0.9.0 fix(deps): update rust crate ron to 0.10.0 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch 3 times, most recently from 180afba to d0f9b89 Compare April 19, 2025 01:39
@renovate renovate bot force-pushed the renovate/ron-0.x branch 3 times, most recently from f7a167a to 999d993 Compare April 29, 2025 07:41
@renovate renovate bot force-pushed the renovate/ron-0.x branch 3 times, most recently from 6e2daaf to 4b7eefb Compare May 11, 2025 05:27
@renovate renovate bot force-pushed the renovate/ron-0.x branch 4 times, most recently from e80d85f to d546176 Compare June 3, 2025 00:22
@renovate renovate bot force-pushed the renovate/ron-0.x branch 3 times, most recently from bad6138 to 5782fb2 Compare June 10, 2025 01:00
@renovate renovate bot force-pushed the renovate/ron-0.x branch 5 times, most recently from b080a06 to 4271a54 Compare July 11, 2025 21:53
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 4271a54 to e51b282 Compare July 20, 2025 05:54
@renovate renovate bot force-pushed the renovate/ron-0.x branch 2 times, most recently from e49bce3 to 562ab66 Compare August 27, 2025 18:10
@renovate renovate bot changed the title fix(deps): update rust crate ron to 0.10.0 fix(deps): update rust crate ron to 0.11.0 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch 3 times, most recently from 4a5ccb8 to 79f420b Compare September 14, 2025 09:58
@renovate renovate bot force-pushed the renovate/ron-0.x branch 9 times, most recently from cf78e97 to b66a4c8 Compare September 21, 2025 04:47
@renovate renovate bot force-pushed the renovate/ron-0.x branch from b66a4c8 to aad6e6d Compare September 25, 2025 19:56
@renovate renovate bot force-pushed the renovate/ron-0.x branch 6 times, most recently from 5eb00b3 to bb052c3 Compare October 14, 2025 23:43
@renovate renovate bot force-pushed the renovate/ron-0.x branch 2 times, most recently from 7765031 to 4bfa6f8 Compare October 22, 2025 16:13
@renovate renovate bot force-pushed the renovate/ron-0.x branch 2 times, most recently from f3ae904 to 5b53845 Compare October 30, 2025 07:30
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 5b53845 to 514f54e Compare November 12, 2025 10:59
@renovate renovate bot changed the title fix(deps): update rust crate ron to 0.11.0 fix(deps): update rust crate ron to 0.12.0 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/ron-0.x branch from 514f54e to 9775eb5 Compare November 18, 2025 10: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