Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2025

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.47 -> 4.5.48
ctor dependencies minor 0.5 -> 0.6
hyper-util (source) workspace.dependencies patch 0.1.16 -> 0.1.17
json-patch dependencies minor 4.0.0 -> 4.1.0
regex workspace.dependencies minor 1.11.2 -> 1.12.1
rustls workspace.dependencies patch 0.23.31 -> 0.23.32
serde_json workspace.dependencies patch 1.0.144 -> 1.0.145
tempfile (source) dev-dependencies minor 3.22.0 -> 3.23.0

Release Notes

clap-rs/clap (clap)

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
hyperium/hyper-util (hyper-util)

v0.1.17

Compare Source

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.
idubrov/json-patch (json-patch)

v4.1.0

Compare Source

rust-lang/regex (regex)

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.
serde-rs/json (serde_json)

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220
Stebalien/tempfile (tempfile)

v3.23.0

Compare Source

  • Remove need for the "nightly" feature to compile with "wasip2".

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • 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 changed the title chore(deps): update rust crate serde_json to v1.0.145 chore(deps): update all Sep 15, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 61a5e9f to f4e9f5f Compare September 16, 2025 18:14
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Sep 16, 2025
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a756d3e to 0c35f22 Compare September 25, 2025 13:28
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Oct 8, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants