Skip to content

fix(deps): update rust crate ron to ^0.11.0#67

Merged
wislertt merged 1 commit intomainfrom
renovate/ron-0.x
Aug 27, 2025
Merged

fix(deps): update rust crate ron to ^0.11.0#67
wislertt merged 1 commit intomainfrom
renovate/ron-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

Package Type Update Change
ron dependencies minor ^0.10.0 -> ^0.11.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ron-rs/ron (ron)

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)

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.

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@wislertt wislertt merged commit e75d502 into main Aug 27, 2025
12 checks passed
@wislertt wislertt deleted the renovate/ron-0.x branch August 27, 2025 13:51
@github-actions
Copy link

🎉 This PR is included in version 0.7.36 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant