fix(deps): update rust crate lazy-regex to 3.6.0

This commit is contained in:
renovate[bot]
2026-02-11 21:44:56 +00:00
committed by GitHub
parent 1b36bb5ab5
commit f73b4d26e4
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ config = { version = "0.15.19", default-features = false, features = [
env_logger = "0.11.9"
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
hyper-rustls = { version = "0.27.7", features = ["http1"] }
lazy-regex = "3.5.1"
lazy-regex = "3.6.0"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"