remove patch version lock for ripgrep crates

This commit is contained in:
Jakub Panek 2024-06-01 17:50:16 +02:00
parent f467fd8a81
commit 90a6378e60
No known key found for this signature in database
GPG Key ID: D5E8A1F82F3BDA9D
1 changed files with 4 additions and 4 deletions

View File

@ -57,10 +57,10 @@ git2 = { version = "0.18.2", features = ["vendored-openssl"] }
trash = "3.0.6"
# search
ignore = "0.4.18"
grep-searcher = "0.1.13"
grep-matcher = "0.1.6"
grep-regex = "0.1.12"
ignore = "0.4"
grep-searcher = "0.1"
grep-matcher = "0.1"
grep-regex = "0.1"
# wasm
wasmtime = "14.0.0"