Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
fancy-regex dependencies patch 0.16.1 -> 0.16.2
radix_trie dependencies minor 0.2.1 -> 0.3.0
serde (source) dependencies patch 1.0.223 -> 1.0.226

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

fancy-regex/fancy-regex (fancy-regex)

v0.16.2

Compare Source

Added
  • Add an "oniguruma mode" flag to control whether \< and \> are treated as literals or word-boundary assertions. (#​186)
  • Add support for const-size backrefs in lookbehinds. (#​182)
Changed
  • A few small internal changes which allowed us to expose a web-based playground for fancy-regex. (#​181)
Fixed
  • Fix behavior of repetition on an empty match. (#​179)
  • Always return the original input pattern when as_str is called. (#​185)
  • Fix panic when matching non-ascii text as part of a case insensitive backref. (#​189)
  • The toy example wasn't always showing the correct analysis or compiled program when optimizations were applied. (#​181)
michaelsproul/rust_radix_trie (radix_trie)

v0.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: michaelsproul/rust_radix_trie@v0.2.1...v0.3.0

serde-rs/serde (serde)

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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.

Copy link
Contributor

Benchmark for c681d55

Click to view benchmark
Test Base PR %
vpath_edge_cases 2.2±0.08µs 2.1±0.07µs -4.55%
vpath_mixed_workload 4.6±0.18µs 4.4±0.17µs -4.35%
vpath_native 1316.9±48.92ns 1284.6±63.27ns -2.45%
vpath_virtual 3.3±0.11µs 3.3±0.14µs 0.00%
vpath_virtual_zip 2.9±0.10µs 2.8±0.09µs -3.45%
vpath_zip 1814.6±77.60ns 1836.3±68.63ns +1.20%

@renovate renovate bot force-pushed the renovate/rust-crates branch from f3edbc6 to cb0807e Compare September 21, 2025 20:46
Copy link
Contributor

Benchmark for a3ab116

Click to view benchmark
Test Base PR %
vpath_edge_cases 2.1±0.07µs 2.2±0.06µs +4.76%
vpath_mixed_workload 4.4±0.15µs 4.5±0.14µs +2.27%
vpath_native 1316.0±44.58ns 1287.5±66.88ns -2.17%
vpath_virtual 3.4±0.10µs 3.3±0.10µs -2.94%
vpath_virtual_zip 2.8±0.08µs 2.7±0.11µs -3.57%
vpath_zip 1799.6±61.42ns 1877.0±56.97ns +4.30%

@Boshen Boshen merged commit 4ab9a7d into main Sep 22, 2025
6 checks passed
@Boshen Boshen deleted the renovate/rust-crates branch September 22, 2025 01:40
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.

1 participant