fix(deps): update rust crate regex to 1.10.3

This commit is contained in:
renovate[bot] 2024-01-21 15:54:16 +00:00 committed by GitHub
parent 42431c20f5
commit 841e2e8ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ anyhow = "1.0.79"
argv = "0.1.11"
copypasta = { version = "0.10.0", default-features = false, features = ["x11"] }
dirs = "5.0.1"
regex = "1.10.2"
regex = "1.10.3"
serde = "1.0.195"
serde_derive = "1.0.195"
toml = "0.8.8"