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] committed Oct 16, 2023
1 parent ae1b949 commit 4c3f8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.1"
regex = "1.10.2"
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 4c3f8a4

Please sign in to comment.