summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock34
1 files changed, 17 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d11b1608..e0b38992 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -142,18 +142,18 @@ name = "grep"
version = "0.2.0"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.0.1",
- "grep-pcre2 0.0.1",
- "grep-printer 0.0.1",
- "grep-regex 0.0.1",
- "grep-searcher 0.0.1",
+ "grep-matcher 0.1.0",
+ "grep-pcre2 0.1.0",
+ "grep-printer 0.1.0",
+ "grep-regex 0.1.0",
+ "grep-searcher 0.1.0",
"termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "grep-matcher"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -161,20 +161,20 @@ dependencies = [
[[package]]
name = "grep-pcre2"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
- "grep-matcher 0.0.1",
+ "grep-matcher 0.1.0",
"pcre2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "grep-printer"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.0.1",
- "grep-regex 0.0.1",
- "grep-searcher 0.0.1",
+ "grep-matcher 0.1.0",
+ "grep-regex 0.1.0",
+ "grep-searcher 0.1.0",
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -183,9 +183,9 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
- "grep-matcher 0.0.1",
+ "grep-matcher 0.1.0",
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -195,13 +195,13 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"bytecount 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs_io 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.0.1",
- "grep-regex 0.0.1",
+ "grep-matcher 0.1.0",
+ "grep-regex 0.1.0",
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",