Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent d50fb98 commit a3abf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.0", features = [] }
serde_json = "1.0"
once_cell = "1.18.0"
percent-encoding = "2.3"
regex = "1.9.1"
regex = "1.10.2"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.2", features = [ "cli", "api-all", "updater", "devtools", "linux-protocol-headers"] }
winapi = { version = "0.3", features = ["fileapi"] }
Expand Down

0 comments on commit a3abf31

Please sign in to comment.