fix(deps): update rust crate regex to 1.10.4

This commit is contained in:
renovate[bot] 2024-03-23 02:46:31 +00:00 committed by GitHub
parent 7809f0a6ae
commit 0fc8dc8e40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ ring = "0.17.8"
trust-dns-resolver = "0.23.2"
# Used to find matching events for appservices
regex = "1.10.3"
regex = "1.10.4"
# Used to load forbidden room/user regex from config
serde_regex = "1.1.0"