chore(deps): update rust crate regex to 1.12.1 (#5017)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-11 13:12:27 +08:00
committed by GitHub
parent 59dd71ebaa
commit 79d14f1d51
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ tokio = { version = "1.47.1", features = [
] }
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.23", features = ["json", "cookies"] }
regex = "1.11.3"
regex = "1.12.1"
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs" }
tauri = { version = "2.8.5", features = [
"protocol-asset",