-
Notifications
You must be signed in to change notification settings - Fork 107
chore(deps): Update compatible #1252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/compatible
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+352
−181
Conversation
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
224bafc to
14755e7
Compare
71291b4 to
3ac699a
Compare
3ac699a to
f3376b8
Compare
424a6bb to
e3e4796
Compare
e3e4796 to
d464a33
Compare
2736713 to
a936d09
Compare
aee6d60 to
3330009
Compare
bcc351f to
8700679
Compare
4ec98e4 to
bb1c1e2
Compare
0165a5d to
e1cc86e
Compare
5ced203 to
1fbccf0
Compare
41a5cad to
284d430
Compare
c5ce6b8 to
0b5b4f2
Compare
Contributor
Author
|
8e897ae to
59fa0bc
Compare
3b7525f to
1cf066e
Compare
ec8b5ba to
09b076f
Compare
bf937c1 to
5cbd82e
Compare
5cbd82e to
e78502b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.19→0.6.211.0.11→1.0.131.0.98→1.0.1000.4.41→0.4.434.5.40→4.5.573.0.3→3.0.41.1.2→1.1.92.0.3→2.0.60.4.23→0.4.250.26.9→0.26.110.26.9→0.26.110.26.9→0.26.110.4.27→0.4.298.0.0→8.2.05.3.2→5.3.31.11.1→1.12.31.0.219→1.0.2281.0.140→1.0.1490.6.21→0.6.245.2.0→5.3.03.20.0→3.24.00.3.41→0.3.460.9.1→0.9.110.15.10→0.15.11Release Notes
rust-cli/anstyle (anstream)
v0.6.21Compare Source
v0.6.20Compare Source
dtolnay/anyhow (anyhow)
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
chronotope/chrono (chrono)
v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in #1707tzdataparsing by @ldm0 in #1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721from_timestamp_secsmethod toDateTimeby @jasonaowen in #1719clap-rs/clap (clap)
v4.5.57Compare Source
v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpv4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpv4.5.41Compare Source
Features
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--helpclap-rs/clap-verbosity-flag (clap-verbosity-flag)
v3.0.4Compare Source
Features
serdefeature for when mixing CLI and configVerbosityandVerbosityFilterrust-lang/flate2-rs (flate2)
v1.1.9: - upgrade zlib-rs to version0.6.0Compare Source
What's Changed
zlib-rsfor crc32 (when available) by @folkertdev in #5260.6.0by @folkertdev in #529New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9
v1.1.8Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.7...1.1.8
v1.1.7: - depend onzlib-rsdirectly and removelibz-rs-sysCompare Source
What's Changed
zlib_rsapi by @folkertdev in #513New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
v1.1.6: - YANKEDCompare Source
It caused #515.
What's Changed
zlib_rsapi by @folkertdev in #513New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
v1.1.5Compare Source
This bugfix release fixes #508, as flush didn't always work anymore in conjunction with
miniz_oxide.What's Changed
Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5
v1.1.4: - it's 1.1.3 with fixed documentationCompare Source
See here for the changelog of v1.1.3: https://github.com/rust-lang/flate2-rs/releases/tag/1.1.3 .
Full Changelog: rust-lang/flate2-rs@1.1.3...1.1.4
v1.1.3Compare Source
What's Changed
zlibVersion()instead of aconstfor the version by @folkertdev in #491(de)compress_uninitthat accepts&[MaybeUninit<u8>]by @NobodyXu in #502New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3
rust-cli/human-panic (human-panic)
v2.0.6Compare Source
Features
Metadata::repositoryas a fallback forMetadata::homepagev2.0.5Compare Source
Performance
os_infotosysinfov2.0.4Compare Source
BurntSushi/ripgrep (ignore)
v0.4.25Compare Source
v0.4.24Compare Source
cobalt-org/liquid-rust (liquid)
v0.26.11Compare Source
Features
v0.26.10Compare Source
Internal
rust-lang/log (log)
v0.4.29Compare Source
v0.4.28Compare Source
notify-rs/notify (notify)
v8.2.0Compare Source
notify 8.2.0 (2025-08-03)
max_user_watcheshas been reached #698INotifyWatcherignore events with unknown watch descriptors (instead ofEventMask::Q_OVERFLOW) #700debouncer-full 0.6.0 (2025-08-03)
FileIdCachetrait implementations to choose ownership of the returned file-ids #664flumecrate #680Modifyevents right after aCreateevent, unless it's a rename event #701debouncer-mini 0.7.0 (2025-08-03)
flumecrate #680file-id 0.2.3 (2025-08-03)
AsRef<FileId>forFileId#664Full Changelog: notify-rs/notify@notify-8.1.0...notify-8.2.0
v8.1.0: notify v8.1.0Compare Source
What's Changed
filetimedependency by @a1phyr in #690windows-systo v0.60 by @a1phyr in #691Watcher::paths_mutfor adding/removing paths in batch by @branchseer in #692PathsMut::commitconsuming by @branchseer in #695New Contributors
Full Changelog: notify-rs/notify@notify-8.0.0...notify-8.1.0
Byron/open-rs (open)
v5.3.3Compare Source
Documentation
Bug Fixes
ILCreateFromPathWOther
Commit Statistics
Commit Details
view details
a1ca334)c84cade)ILCreateFromPathW(abcd0f4)335146b)314d80a)07b246c)1c4a952)43b6a2d)rust-lang/regex (regex)
v1.12.3Compare Source
===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.
Improvements:
Switch from a Cargo
excludelist to anincludelist, and exclude someunnecessary stuff.
v1.12.2Compare Source
===================
This release fixes a
cargo docbreakage on nightly when--cfg docsrsisenabled. This caused documentation to fail to build on docs.rs.
Bug fixes:
Switches the
doc_auto_cfgfeature todoc_cfgon nightly for docs.rs builds.v1.12.1Compare Source
===================
This release makes a bug fix in the new
regex::Captures::get_matchAPIintroduced in
1.12.0. There was an oversight with the lifetime parameterfor the
Matchreturned. This is technically a breaking change, but giventhat it was caught almost immediately and I've yanked the
1.12.0release,I think this is fine.
v1.12.0Compare Source
===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new
regex::Captures::get_matchAPI.Improvements:
Add
Capture::get_matchfor returning the overall match withoutunwrap().Bug fixes:
Fixes a panic in the lazy DFA (can only occur for especially large regexes).
Fixes a memory usage regression for large regexes (introduced in
regex 1.9).Fix universal start states in sparse DFA.
Fixes a panic when deserializing a corrupted dense DFA.
Make
regex_automata::meta::Regex::findconsistently returnNonewhenWhichCaptures::Noneis used.v1.11.3Compare Source
===================
This is a small patch release with an improvement in memory usage in some
cases.
Improvements:
Improve memory usage by trimming excess memory capacity in some spots.
v1.11.2Compare Source
===================
This is a new patch release of
regexwith some minor fixes. A larger numberof typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.Improvements:
Switch recommendation from
once_celltostd::sync::LazyLock.Add
DFA::set_prefiltertoregex-automata.Bug fixes:
Remove
stddependency fromperf-literal-multisubstringcrate feature.Clarify the meaning of
(?R)$in the documentation.Remove
fuzz/andrecord/directories from published crate on crates.io.serde-rs/serde (serde)
v1.0.228Compare Source
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227Compare Source
v1.0.226Compare Source
v1.0.225Compare Source
v1.0.224Compare Source
v1.0.223Compare Source
v1.0.222Compare Source
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221Compare Source
serde_if_integer128!macro (#2975)v1.0.220Compare Source
serde-rs/json (serde_json)
v1.0.149Compare Source
v1.0.148Compare Source
zmijdependency to 1.0v1.0.147Compare Source
v1.0.146Compare Source
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
assert-rs/snapbox (snapbox)
v0.6.24Compare Source
v0.6.23Compare Source
v0.6.22Compare Source
trishume/syntect (syntect)
v5.3.0Compare Source
Improvements
HighlightLines::from_state()constructor [#569]Fixes
Dependencies
bitflagswith a manual implementation [#590]public-apito work with new lockfile versions [#591]thiserrorto v2 [#594]fancy-regexto0.16.2[#596]rust_onigversion to avoid build failures on newer GCC versions [#584]Stebalien/tempfile (tempfile)
v3.24.0Compare Source
v3.23.0Compare Source
v3.22.0Compare Source
windows-sysrequirement to allow version 0.61.xunstable-windows-keep-open-tempfilefeature.v3.21.0Compare Source
windows-sysrequirement to allow version 0.60.xtime-rs/time (time)
v0.3.46Compare Source
Added
All possible panics are now documented for the relevant methods.
The need to use
#[serde(default)]when using customserdeformats is documented. This appliesonly when deserializing an
Option<T>.Duration::nanoseconds_i128has been made public, mirroringstd::time::Duration::from_nanos_u128.Various methods for truncating components have been added, avoiding the need to call the fallible
replacemethods multiple times.For
PrimitiveDateTime,UtcDateTime, andOffsetDateTime:truncate_to_dayFor
Time,PrimitiveDateTime,UtcDateTime, andOffsetDateTime:truncate_to_hourtruncate_to_minutetruncate_to_secondtruncate_to_millisecondtruncate_to_microsecondChanged
part of this.
error::ComponentRange, along with types that contain it, has been significantlyreduced.
Fixed
PartialOrdandOrdimplementations ofUtcOffsetnow return the expected result.v0.3.45Compare Source
Added
time::format_description::StaticFormatDescriptiontype alias for&'static [BorrowedFormatItem<'static>]. This is the type returned by thetime::macros::format_description!macro.Changed
Durationare nowconst fn.Parsedare nowconst fn.serdedependency has been replaced withserde_core, This reduces compile times by notincluding unused parts of
serde.Date::from_julian_dayuses a new algorithm, resulting in an approximately 16% performanceimprovement. This method is used internally by numerous other methods.
util::is_leap_yearuses a new algorithm, resulting in an approximately 8% performanceimprovement.
v0.3.44Compare Source
Fixed
PrimitiveDateTime,UtcDateTime, andOffsetDateTimewith differing signs (i.e.one negative and one positive year) would return the inverse result of what was expected. This was
introduced in v0.3.42 and has been fixed.
wasm-bindgenenabledserde_json.This has been fixed by explicitly specifying the type in the relevant locations.
v0.3.43Compare Source
Added
rand0.9Fixed
convertmodule, any use ofperwith types that were not the same (such asNanosecond::per(Second)) would not compile due to a bug. This has been fixed.v0.3.42Compare Source
Added
Time::duration_untilTime::duration_sinceper_tmethod for all types intime::convert. This is similar to the existingpermethod, butcan return any of the primitive numeric types that can represent the result. This will cut down on
ascasts while ensuring correctness. Type inference isn't perfect, so you may need to provide atype annotation in some situations.
impl PartialOrd for Monthandimpl Ord for Month; this assumes the months are in the same yearSystemTimeExttrait, adding methods for checked arithmetic withtime::Durationand obtainingthe difference between two
SystemTimes as atime::DurationUtcDateTimewithrand(this was inadvertently omitted previously)impl core::error::Errorfor all error types (now available when thestdfeature is disabled)thread-safe.
#[track_caller]has been added to all relevant methods.Changed
itoahas been removed, as the standard library now has similar functionalityby default.
deterministic, avoiding any subtle differences between platforms or compiler versions.
Fixed
Previously, it could be off by one nanosecond due to floating point imprecision.
OffsetDateTime::to_offsetandUtcDateTime::to_offsethas beenfixed. The bug could result in a value that was invalid. It was unlikely to ever occur in
real-world code, as it involved passing a UTC offset that has never been used in any location.
Miscellaneous
typical use cases of
format_description!.Time,PrimitiveDateTime,UtcDateTime, andOffsetDateTime. The first three have gains of approximately 85% (i.e. 6× faster).#[inline].toml-rs/toml (toml)
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
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.