summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock56
1 files changed, 28 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1a436e7f..2e31620d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -127,7 +127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "globset"
-version = "0.4.4"
+version = "0.4.5"
dependencies = [
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -142,25 +142,25 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.4"
-dependencies = [
- "grep-cli 0.1.3",
- "grep-matcher 0.1.3",
- "grep-pcre2 0.1.3",
- "grep-printer 0.1.3",
- "grep-regex 0.1.5",
- "grep-searcher 0.1.6",
+version = "0.2.5"
+dependencies = [
+ "grep-cli 0.1.4",
+ "grep-matcher 0.1.4",
+ "grep-pcre2 0.1.4",
+ "grep-printer 0.1.4",
+ "grep-regex 0.1.6",
+ "grep-searcher 0.1.7",
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "grep-cli"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "globset 0.4.4",
+ "globset 0.4.5",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -171,7 +171,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -179,21 +179,21 @@ dependencies = [
[[package]]
name = "grep-pcre2"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
- "grep-matcher 0.1.3",
+ "grep-matcher 0.1.4",
"pcre2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "grep-printer"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.1.3",
- "grep-regex 0.1.5",
- "grep-searcher 0.1.6",
+ "grep-matcher 0.1.4",
+ "grep-regex 0.1.6",
+ "grep-searcher 0.1.7",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -202,11 +202,11 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.1.3",
+ "grep-matcher 0.1.4",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -215,14 +215,14 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"bytecount 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs_io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.1.3",
- "grep-regex 0.1.5",
+ "grep-matcher 0.1.4",
+ "grep-regex 0.1.6",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -238,11 +238,11 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.11"
+version = "0.4.12"
dependencies = [
"crossbeam-channel 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "globset 0.4.4",
+ "globset 0.4.5",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -399,12 +399,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ripgrep"
-version = "11.0.2"
+version = "12.0.0"
dependencies = [
"bstr 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep 0.2.4",
- "ignore 0.4.11",
+ "grep 0.2.5",
+ "ignore 0.4.12",
"jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",