chore(deps): Update compatible#1252
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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
a4a14db to
ec80ef6
Compare
40dbcc2 to
b700fa8
Compare
892fcad to
9e1d6f7
Compare
06b892c to
abc515e
Compare
7189730 to
fe7e86b
Compare
143f7e8 to
81ffcac
Compare
5ced203 to
1fbccf0
Compare
3a8b140 to
41a5cad
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:
1.0.13→1.0.141.0.98→1.0.1020.4.41→0.4.444.5.40→4.6.13.0.3→3.0.41.0.4→1.0.51.0.7→1.0.80.11.8→0.11.101.1.2→1.1.92.0.3→2.0.80.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.50.13.0→0.13.31.11.1→1.12.32.0.12→2.0.131.0.140→1.0.1491.0.0→1.2.15.2.0→5.3.03.26.0→3.27.01.0.6+spec-1.1.0→1.1.21.0.0→1.2.0Release Notes
rust-cli/anstyle (anstyle)
v1.0.14Compare Source
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
chronotope/chrono (chrono)
v0.4.44: 0.4.44Compare Source
What's Changed
Cargo.tomlcontents by @coryan in #1772v0.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.6.1Compare Source
Fixes
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)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-cli/env_logger (env_logger)
v0.11.10Compare Source
Internal
v0.11.9Compare Source
rust-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.8Compare Source
Documentation
v2.0.7Compare Source
Fixes
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.5Compare Source
Bug Fixes
delegate to winebrowser under Wine
When running a Windows-targeted binary under Wine, open requests previously fell back to Wine's bundled
explorer.exe, which lacks proper host desktop integration.This change detects the Wine environment at runtime (via
WINEPREFIX,WINELOADER, orWINEDEBUG) and prepends a winebrowser command to the launcher list.winebrowseris Wine's official utility for forwarding file/URL requests to the host OS's default handler (e.g.,xdg-openon Linux,openon macOS).If winebrowser is unavailable or fails, the existing
cmd /c startfallback is used automatically, preserving backward compatibility. No public API changes or compile-time flags are introduced.Commit Statistics
Commit Details
view details
bb28d04)f72e644)db81369)v5.3.4Compare Source
Bug Fixes
On macOS, /usr/bin/open is natively detached. This commit changes
with_detached to use the same logic as with() .avoid double detachment to prevent silent failure
Commit Statistics
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
7db5738)8e122d4)20ea175)7faae87)1ab9c47)5604cee)v5.3.3Compare Source
Documentation
Bug Fixes
ILCreateFromPathWOther
Commit Statistics
Commit Details
view details
ab1b306)a1ca334)c84cade)ILCreateFromPathW(abcd0f4)335146b)314d80a)07b246c)1c4a952)43b6a2d)raphlinus/pulldown-cmark (pulldown-cmark)
v0.13.3: 0.13.3Compare Source
Bug Fixes
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.2...v0.13.3
v0.13.2: 0.13.2Compare Source
Security
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.1...v0.13.2
v0.13.1: 0.13.1Compare Source
Update dependencies.
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.0...v0.13.1
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.rust-syndication/rss (rss)
v2.0.13Compare Source
quick-xmlto 0.39.#186Nevertype from thenevercrate withInfalliblefrom std#187serde-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)
v1.2.1Compare Source
v1.2.0Compare Source
v1.1.0Compare Source
v1.0.2Compare Source
v1.0.1Compare 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.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
toml-rs/toml (toml)
v1.1.2Compare Source
v1.1.1Compare Source
v1.1.0Compare Source
v1.0.7Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.