fix(deps): update rust crate regex to v1.11.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
regex | dependencies | patch |
1.11.0 -> 1.11.1
|
Release Notes
rust-lang/regex (regex)
v1.11.1
===================
This is a new patch release of regex
that fixes compilation on nightly
Rust when the unstable pattern
crate feature is enabled. Users on nightly
Rust without this feature enabled are unaffected.
Bug fixes:
-
BUG #1231:
Fix the
Pattern
trait implementation as a result of nightly API breakage.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.