chore(monorepo): update cargo pre-1.0 packages (minor)#529
Open
renovate[bot] wants to merge 1 commit into
Open
chore(monorepo): update cargo pre-1.0 packages (minor)#529renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. |
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
February 26, 2025 23:29
9b033b4 to
857563b
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
March 18, 2025 22:14
857563b to
a1fa64a
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
April 8, 2025 11:10
a1fa64a to
dbcd5ee
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
May 6, 2025 22:19
5c3d398 to
384a124
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
July 8, 2025 15:05
384a124 to
66e72a4
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
July 11, 2025 16:48
e3cfbec to
83f3a81
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
3 times, most recently
from
August 4, 2025 21:42
7ee5850 to
e291cc6
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
August 10, 2025 14:49
e291cc6 to
4327240
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
August 27, 2025 13:04
4327240 to
8994060
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
September 19, 2025 22:34
0cc9c66 to
512566e
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
September 28, 2025 11:07
512566e to
ed82952
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
October 12, 2025 11:36
ed82952 to
a35f28a
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
3 times, most recently
from
November 9, 2025 23:20
113253a to
70583a8
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
November 12, 2025 16:54
2c87aac to
646f1d0
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
November 27, 2025 16:11
02ae612 to
941e015
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
2 times, most recently
from
December 10, 2025 12:54
efce254 to
47e1418
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
5 times, most recently
from
December 18, 2025 14:08
75e2bde to
87f42d0
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
December 31, 2025 14:50
87f42d0 to
8f6b6af
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
January 9, 2026 16:44
8f6b6af to
1be0a73
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
February 1, 2026 11:01
1be0a73 to
7c07189
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
February 15, 2026 11:27
7c07189 to
7977f3d
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
April 15, 2026 21:30
7977f3d to
a858627
Compare
renovate
Bot
force-pushed
the
renovate/cargo-all-pre-1.0
branch
from
April 29, 2026 00:27
a858627 to
09740e2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.0→^0.11.0^0.8.1→^0.12.1^0.8.14→^0.9.12Release Notes
ron-rs/ron (ron)
v0.12.1Compare Source
Format Changes
#![type = "..."]and#![schema = "..."]attributes (#596)Bug Fixes
v0.12.0Compare Source
API Changes
ron::error::Error::Base64Errorvariant. (#566)into_inner()method toron::ser::Serializerto retrieve the inner writer. (#588)base64dependency. (#566)Format Changes
Bug Fixes
v0.11.0Compare Source
API Changes
SpannedErrornow stores the full error span in span: Span { start: Position, end: Position }`, to facilitate, e.g., language server highlighting of syntax errors.no_stdsupport via a newstdfeature (enabled by default). With default features disabled, you must enable thestdfeature to accessde::from_reader, and thestd::iooperations onOptions, such asfrom_reader,from_reader_seed,to_io_writer, andto_io_writer_pretty(#567)ron::value::Numberto ensure it is non-exhaustive, to avoid breakingmatches when feature unification enables more of its variants than expected (#568)Examples
file_read_write_vec.rsfor reading and writingVec<T>to/from files. (#573)v0.10.1API Changes
ron::Options::to_io_writerandron::Options::to_io_writer_prettyto allow writing into anio::Writer(#561)ron::value::Numberis now non-exhaustive, to avoid breakingmatches when feature unification enables more of its variants than expected (#564)v0.9.0Compare Source
API Changes
ron::error::Error::Base64Errorvariant. (#566)into_inner()method toron::ser::Serializerto retrieve the inner writer. (#588)base64dependency. (#566)Format Changes
Bug Fixes
toml-rs/toml (toml)
v0.9.12Compare Source
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
v0.9.8Compare Source
v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
v0.9.4Compare Source
v0.9.3Compare Source
v0.9.2Compare Source
v0.9.1Compare Source
v0.9.0Compare Source
v0.8.23Compare Source
v0.8.22Compare Source
v0.8.21Compare Source
v0.8.20Compare Source
v0.8.19Compare Source
v0.8.18Compare Source
v0.8.17Compare Source
v0.8.16Compare Source
v0.8.15Compare Source
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.