Skip to content

Commit

Permalink
chore(deps): bump regex from 1.9.6 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.1.
- [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.9.6...1.10.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 26dd1a6 commit 6f237e1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
20 changes: 13 additions & 7 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/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tauri-plugin-app = "2.0.0-alpha"
tauri-plugin-shell = "2.0.0-alpha"
tauri-plugin-dialog = "2.0.0-alpha"
tauri-plugin-clipboard-manager = "2.0.0-alpha"
regex = "1.9.6"
regex = "1.10.1"
mf-utils = { path = "../../../crates/utils" }
file_search = { path = "../../../crates/file_search" }
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/file_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
description = "main rusl library"

[dependencies]
regex = "1.9.6"
regex = "1.10.1"
num_cpus = "1.15.0" # for parallel search
grep = "0.2.12" #ripgrep
ignore = "0.4.20" #parallel walker from ripgrep
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ version = "0.0.1"
edition = "2021"

[dependencies]
regex = "1.9.6"
regex = "1.10.1"
fs_extra = "1.2.0"

0 comments on commit 6f237e1

Please sign in to comment.