Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent 4ce98d6 commit a3a4c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tauri = { version = "1.4", features = [
] }
discord-rich-presence = "0.2.3"
directories = "5.0.1"
regex = "1.9.1"
regex = "1.9.3"
sea-orm = { version = "0.12", features = ["sqlx-sqlite", "runtime-tokio"] }
lazy_static = "1.4.0"
async_once = "0.2.6"
Expand Down

0 comments on commit a3a4c0e

Please sign in to comment.