Skip to content

Commit

Permalink
chore(deps): bump grep-cli from 0.1.9 to 0.1.10
Browse files Browse the repository at this point in the history
Bumps [grep-cli](https://github.com/BurntSushi/ripgrep) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@grep-cli-0.1.9...0.1.10)

---
updated-dependencies:
- dependency-name: grep-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rodmoioliveira committed Dec 3, 2023
1 parent 701b4d3 commit 3639f09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 31 deletions.
37 changes: 7 additions & 30 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/main.rs"
clap = { version = "4.4.10", features = ["derive", "env", "cargo", "help"] }
clap_complete = "4.4.4"
csv = "1.3.0"
grep-cli = "0.1.6"
grep-cli = "0.1.10"
libc = "0.2.150"
once_cell = "1.14.0"
rayon = "1.8.0"
Expand Down

0 comments on commit 3639f09

Please sign in to comment.