Skip to content

Update ron requirement from 0.11.0 to 0.12.1#95

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ron-0.12.1
Open

Update ron requirement from 0.11.0 to 0.12.1#95
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ron-0.12.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Updates the requirements on ron to permit the latest version.

Release notes

Sourced from ron's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: ron-rs/ron@v0.12.0...v0.12.1

Changelog

Sourced from ron's changelog.

[0.12.1] - 2026-03-30

Format Changes

  • Ignore #![type = "..."] and #![schema = "..."] attributes (#596)

Bug Fixes

  • Fixed parsing of integer type suffixes for non-decimal numbers (#600)

[0.12.0] - 2025-11-12

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)

[0.11.0] - 2025-08-27

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)

[0.10.1] - 2025-04-08

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)

[0.9.0] - 2025-03-18

API Changes

  • Add ron::value::RawValue helper type which can (de)serialize any valid RON (#407)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version.
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](ron-rs/ron@v0.11.0...v0.12.1)

---
updated-dependencies:
- dependency-name: ron
  dependency-version: 0.12.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 6, 2026
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.

0 participants