build(deps): bump regex from 1.11.1 to 1.11.2

Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.11.1...1.11.2)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-26 18:00:22 +00:00
committed by GitHub
parent 359f72ad43
commit d69efd3792
2 changed files with 3 additions and 3 deletions

View File

@@ -498,7 +498,7 @@ version = "0.6.4"
# Regular expressions
[workspace.dependencies.regex]
version = "1.11.1"
version = "1.11.2"
# High-level HTTP client
[workspace.dependencies.reqwest]