Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Bump regex from 1.4.4 to 1.4.5 in /src-tauri (#323)
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.4.4...1.4.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
  • Loading branch information
dependabot[bot] and crapStone authored Mar 15, 2021
1 parent c9cb4d4 commit 478c1f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src-tauri/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 src-tauri/cabr2_load_save/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
lopdf = "0.26.0"
quick-xml = { version = "0.22.0", features = ["serialize"] }
regex = "1.4.4"
regex = "1.4.5"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
tauri = { version = "0.11.1", default-features = false }
Expand Down

0 comments on commit 478c1f2

Please sign in to comment.