Skip to content

chore(deps): Update compatible#1252

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/compatible
Open

chore(deps): Update compatible#1252
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/compatible

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 1, 2025

This PR contains the following updates:

Package Type Update Change
anstyle dependencies patch 1.0.131.0.14
anyhow dependencies patch 1.0.981.0.102
chrono dependencies patch 0.4.410.4.44
clap dependencies minor 4.5.404.6.1
clap-verbosity-flag dependencies patch 3.0.33.0.4
colorchoice dependencies patch 1.0.41.0.5
colorchoice-clap dependencies patch 1.0.71.0.8
env_logger dependencies patch 0.11.80.11.10
flate2 dependencies patch 1.1.21.1.9
human-panic dependencies patch 2.0.32.0.8
ignore (source) dependencies patch 0.4.230.4.25
liquid dependencies patch 0.26.90.26.11
liquid-core dependencies patch 0.26.90.26.11
liquid-lib dependencies patch 0.26.90.26.11
log dependencies patch 0.4.270.4.29
notify dependencies minor 8.0.08.2.0
open dependencies patch 5.3.25.3.5
pulldown-cmark dependencies patch 0.13.00.13.3
regex dependencies minor 1.11.11.12.3
rss dependencies patch 2.0.122.0.13
serde_json dependencies patch 1.0.1401.0.149
snapbox dev-dependencies minor 1.0.01.2.1
syntect dependencies minor 5.2.05.3.0
tempfile (source) dependencies minor 3.26.03.27.0
toml dependencies minor 1.0.6+spec-1.1.01.1.2
trycmd dev-dependencies minor 1.0.01.2.0

Release Notes

rust-cli/anstyle (anstyle)

v1.0.14

Compare Source

dtolnay/anyhow (anyhow)

v1.0.102

Compare Source

v1.0.101

Compare Source

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)

v1.0.99

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​420)
chronotope/chrono (chrono)

v0.4.44: 0.4.44

Compare Source

What's Changed

v0.4.43: 0.4.43

Compare Source

What's Changed

v0.4.42: 0.4.42

Compare Source

What's Changed

clap-rs/clap (clap)

v4.6.1

Compare Source

Fixes
  • (derive) Ensure rebuilds happen when an read env variable is changed

v4.6.0

Compare Source

Compatibility
  • Update MSRV to 1.85

v4.5.61

Compare Source

Internal
  • Update dependencies

v4.5.60

Compare Source

Fixes
  • (help) Quote empty default values, possible values

v4.5.59

Compare Source

Fixes
  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
clap-rs/clap-verbosity-flag (clap-verbosity-flag)

v3.0.4

Compare Source

Features
  • Add serde feature for when mixing CLI and config
  • Add comparison operators to types
  • Add conversions between Verbosity and VerbosityFilter
rust-cli/env_logger (env_logger)

v0.11.10

Compare Source

Internal
  • Update dependencies

v0.11.9

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.9: - upgrade zlib-rs to version 0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9

v1.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.7...1.1.8

v1.1.7: - depend on zlib-rs directly and remove libz-rs-sys

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6

v1.1.6: - YANKED

Compare Source

It caused #​515.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6

v1.1.5

Compare 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 documentation

Compare 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.3

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.2...1.1.3

rust-cli/human-panic (human-panic)

v2.0.8

Compare Source

Documentation
  • Add and improve examples

v2.0.7

Compare Source

Fixes
  • Don't write to tmpdir in CI
  • Remove "embarrassing" comment
  • Skip file write failure message since it is redundant

v2.0.6

Compare Source

Features
  • Added Metadata::repository as a fallback for Metadata::homepage

v2.0.5

Compare Source

Performance
  • Improve build times on some platforms by changing from os_info to sysinfo

v2.0.4

Compare Source

BurntSushi/ripgrep (ignore)

v0.4.25

Compare Source

v0.4.24

Compare Source

cobalt-org/liquid-rust (liquid)

v0.26.11

Compare Source

Features
  • Implicitly convert timestamps to date-times

v0.26.10

Compare Source

Internal
  • Remove some dependencies
rust-lang/log (log)

v0.4.29

Compare Source

v0.4.28

Compare Source

notify-rs/notify (notify)

v8.2.0

Compare Source

notify 8.2.0 (2025-08-03)

  • FEATURE: notify user if inotify's max_user_watches has been reached #​698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #​700

debouncer-full 0.6.0 (2025-08-03)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #​664
  • FEATURE: added support for the flume crate #​680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #​701

debouncer-mini 0.7.0 (2025-08-03)

file-id 0.2.3 (2025-08-03)

  • CHANGE: implement AsRef<FileId> for FileId #​664

Full Changelog: notify-rs/notify@notify-8.1.0...notify-8.2.0

v8.1.0: notify v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: notify-rs/notify@notify-8.0.0...notify-8.1.0

Byron/open-rs (open)

v5.3.5

Compare 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, or WINEDEBUG) and prepends a winebrowser command to the launcher list. winebrowser is Wine's official utility for forwarding file/URL requests to the host OS's default handler (e.g., xdg-open on Linux, open on macOS).

    If winebrowser is unavailable or fails, the existing cmd /c start fallback is used automatically, preserving backward compatibility. No public API changes or compile-time flags are introduced.

Commit Statistics
  • 3 commits contributed to the release.
  • 22 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized

v5.3.4

Compare Source

Bug Fixes
  • align with_detached() implementation with with()
    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
  • 6 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details
view details
  • Uncategorized
    • Merge pull request #​119 from benzeneringlq/fix-macos-detach-silent-failure (7db5738)
    • Align with_detached() implementation with with() (8e122d4)
    • Merge pull request #​117 from ChrisDenton/absolute (20ea175)
    • Thanks clippy (on Windows) (7faae87)
    • Enable clippy deny on CI, with all features, but allow incompatible MRSV there (1ab9c47)
    • Use absolute instead of canonicalize (5604cee)

v5.3.3

Compare Source

Documentation
  • point to webbrowser crate for users that seek this specific functionality.
Bug Fixes
  • pass canonicalized path to ILCreateFromPathW
Other
  • remove whitespace.
Commit Statistics
  • 9 commits contributed to the release.
  • 316 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Release open v5.3.3 (ab1b306)
    • Merge pull request #​116 from Legend-Master/canonicalize-ILCreateFromPathW (a1ca334)
    • Fix CI by using a more recent Windows image (c84cade)
    • Pass canonicalized path to ILCreateFromPathW (abcd0f4)
    • Merge pull request #​111 from bjones1/docs (335146b)
    • Remove whitespace. (314d80a)
    • Point to webbrowser crate for users that seek this specific functionality. (07b246c)
    • Merge pull request #​110 from bjones1/codespaces (1c4a952)
    • Add Codespaces setup. (43b6a2d)
raphlinus/pulldown-cmark (pulldown-cmark)

v0.13.3: 0.13.3

Compare Source

Bug Fixes
  • Fix Wikilink offset.

Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.2...v0.13.3

v0.13.2: 0.13.2

Compare Source

Security
  • Bump tar to 0.4.45.

Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.1...v0.13.2

v0.13.1: 0.13.1

Compare Source

Update dependencies.

Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.0...v0.13.1

rust-lang/regex (regex)

v1.12.3

Compare 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:

  • #​1319:
    Switch from a Cargo exclude list to an include list, and exclude some
    unnecessary stuff.

v1.12.2

Compare Source

===================
This release fixes a cargo doc breakage on nightly when --cfg docsrs is
enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

  • BUG #​1305:
    Switches the doc_auto_cfg feature to doc_cfg on nightly for docs.rs builds.

v1.12.1

Compare Source

===================
This release makes a bug fix in the new regex::Captures::get_match API
introduced in 1.12.0. There was an oversight with the lifetime parameter
for the Match returned. This is technically a breaking change, but given
that it was caught almost immediately and I've yanked the 1.12.0 release,
I think this is fine.

v1.12.0

Compare Source

===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new regex::Captures::get_match API.

Improvements:

  • FEATURE #​1146:
    Add Capture::get_match for returning the overall match without unwrap().

Bug fixes:

  • BUG #​1083:
    Fixes a panic in the lazy DFA (can only occur for especially large regexes).
  • BUG #​1116:
    Fixes a memory usage regression for large regexes (introduced in regex 1.9).
  • BUG #​1195:
    Fix universal start states in sparse DFA.
  • BUG #​1295:
    Fixes a panic when deserializing a corrupted dense DFA.
  • BUG 8f5d9479:
    Make regex_automata::meta::Regex::find consistently return None when
    WhichCaptures::None is used.

v1.11.3

Compare Source

===================
This is a small patch release with an improvement in memory usage in some
cases.

Improvements:

  • BUG #​1297:
    Improve memory usage by trimming excess memory capacity in some spots.

v1.11.2

Compare Source

===================
This is a new patch release of regex with some minor fixes. A larger number
of typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock.

Improvements:

  • BUG #​1217:
    Switch recommendation from once_cell to std::sync::LazyLock.
  • BUG #​1225:
    Add DFA::set_prefilter to regex-automata.

Bug fixes:

  • BUG #​1165:
    Remove std dependency from perf-literal-multisubstring crate feature.
  • BUG #​1165:
    Clarify the meaning of (?R)$ in the documentation.
  • BUG #​1281:
    Remove fuzz/ and record/ directories from published crate on crates.io.
rust-syndication/rss (rss)

v2.0.13

Compare Source

  • Update quick-xml to 0.39. #186
  • Replace Never type from the never crate with Infallible from std #187
serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)

v1.0.143

Compare Source

v1.0.142

Compare Source

v1.0.141

Compare Source

assert-rs/snapbox (snapbox)

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

trishume/syntect (syntect)

v5.3.0

Compare Source

Improvements
  • Add HighlightLines::from_state() constructor [#​569]
Fixes
  • Ignore UTF-8 BOM on syntax detection [#​530]
  • Escape CSS class names [#​539]
  • Avoid an infinite loop when a syntax definition continually pushes contexts without consuming any input [#​597]
  • Return an error when a syntax definition contains an unescaped trailing backslash instead of panicking at runtime [#​548]
Dependencies
  • Replace bitflags with a manual implementation [#​590]
  • Update public-api to work with new lockfile versions [#​591]
  • Update thiserror to v2 [#​594]
  • Update fancy-regex to 0.16.2 [#​596]
  • Bump rust_onig version to avoid build failures on newer GCC versions [#​584]
Stebalien/tempfile (tempfile)

v3.27.0

Compare Source

This release adds TempPath::try_from_path and deprecates TempPath::from_path.

Prior to this release, TempPath::from_path made no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:

let tmp_path = TempPath::from_path("foo")
std::env::set_current_dir("/some/other/path").unwrap();
drop(tmp_path);

Now:

  1. TempPath::from_path will attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to call std::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.
  2. The TempPath::try_from_path behaves exactly like TempPath::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.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 5am on the first day of the month"
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) July 1, 2025 02:14
@epage epage force-pushed the renovate/compatible branch from 224bafc to 14755e7 Compare July 1, 2025 18:21
@renovate renovate Bot force-pushed the renovate/compatible branch 2 times, most recently from 71291b4 to 3ac699a Compare July 1, 2025 18:42
@renovate renovate Bot changed the title chore(deps): Update compatible chore(deps): Update compatible to v0.26.11 Jul 1, 2025
@renovate renovate Bot force-pushed the renovate/compatible branch from 3ac699a to f3376b8 Compare July 3, 2025 17:35
@renovate renovate Bot changed the title chore(deps): Update compatible to v0.26.11 chore(deps): Update compatible Jul 3, 2025
@renovate renovate Bot force-pushed the renovate/compatible branch 4 times, most recently from 424a6bb to e3e4796 Compare July 11, 2025 16:15
@renovate renovate Bot force-pushed the renovate/compatible branch from e3e4796 to d464a33 Compare July 18, 2025 22:36
@renovate renovate Bot force-pushed the renovate/compatible branch 5 times, most recently from 2736713 to a936d09 Compare August 4, 2025 21:12
@renovate renovate Bot force-pushed the renovate/compatible branch 5 times, most recently from aee6d60 to 3330009 Compare August 12, 2025 04:11
@renovate renovate Bot force-pushed the renovate/compatible branch 2 times, most recently from bcc351f to 8700679 Compare August 19, 2025 05:09
@renovate renovate Bot force-pushed the renovate/compatible branch 3 times, most recently from 4ec98e4 to bb1c1e2 Compare August 26, 2025 16:48
@renovate renovate Bot force-pushed the renovate/compatible branch 3 times, most recently from 0165a5d to e1cc86e Compare September 9, 2025 18:11
@renovate renovate Bot force-pushed the renovate/compatible branch 2 times, most recently from a4a14db to ec80ef6 Compare September 23, 2025 06:03
@renovate renovate Bot force-pushed the renovate/compatible branch 6 times, most recently from 40dbcc2 to b700fa8 Compare October 16, 2025 04:31
@renovate renovate Bot force-pushed the renovate/compatible branch 2 times, most recently from 892fcad to 9e1d6f7 Compare October 24, 2025 07:56
@renovate renovate Bot force-pushed the renovate/compatible branch 6 times, most recently from 06b892c to abc515e Compare November 3, 2025 17:45
@renovate renovate Bot force-pushed the renovate/compatible branch 2 times, most recently from 7189730 to fe7e86b Compare November 19, 2025 21:48
@renovate renovate Bot force-pushed the renovate/compatible branch 6 times, most recently from 143f7e8 to 81ffcac Compare December 7, 2025 08:38
@renovate renovate Bot force-pushed the renovate/compatible branch 2 times, most recently from 5ced203 to 1fbccf0 Compare December 12, 2025 03:47
@renovate renovate Bot force-pushed the renovate/compatible branch 3 times, most recently from 3a8b140 to 41a5cad Compare December 22, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants