build(deps): bump regex from 1.11.2 to 1.11.3

Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.11.3.
- [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.2...1.11.3)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 1.11.3
  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-09-29 18:41:27 +00:00 committed by GitHub
commit 23d585a34c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ smol = "2.0.2"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = "1.0.145"
base64 = "0.22.1"
regex = "1.11.2"
regex = "1.11.3"
ratatui = "0.29.0"
crossterm = "0.29.0"
unicode-segmentation = "1.12.0"