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:
1.2.50->1.2.510.2.16->0.2.170.12.26->0.12.281.0.145->1.0.1482.0.1->2.0.22.0.1->2.0.2Release Notes
rust-lang/cc-rs (cc)
v1.2.51Compare Source
Other
BurntSushi/jiff (jiff)
v0.2.17Compare Source
===================
This release contains binary size improvements to Jiff, more succinct error
messages and some new minor APIs.
While Jiff 1.0 is overdue, I've been doing a lot of experimenting with
improving Jiff's binary size and compile times. In particular, I want to spend
time doing this before Jiff 1.0 so that we don't box ourselves into a corner.
(For example, some binary size improvements may require minor API breaking
changes.)
In this release, Jiff has switched to structured error handling internally
in an effort to provide error predicates and also hopefully improve binary
sizes and compile times. Overall this didn't have as big of an impact on
binary sizes or compile times as I was hoping. I did take this opportunity to
make Jiff's error messages a bit more succinct. In many cases, this involved
de-duplicating some aspects of error messages and omitting user provided input
in the messages. If you feel like there is a significant decrease in error
message quality that isn't easily amended by callers providing additional
context themselves, please open an issue.
This release also updates Jiff's bundled copy of the [IANA Time Zone Database]
to
2025c. See the2025crelease announcement for more details.Enhancements:
Add
Display,FromStr,SerializeandDeserializetrait implementationsfor
jiff::civil::ISOWeekDate. These all use the ISO 8601 week date format.Add some basic predicates to
jiff::Errorfor basic error introspection.#454:
Switch to structured error handling internally.
#457,
#458:
Various improvements to binary size.
seanmonstar/reqwest (reqwest)
v0.12.28Compare Source
v0.12.27Compare Source
ClientBuilder::windows_named_pipe(name)option that will force all requests over that Windows Named Piper.serde-rs/json (serde_json)
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
clflushopt/tpchgen-rs (tpchgen)
v2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: clflushopt/tpchgen-rs@v2.0.1...v2.0.2
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.