summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 13:14:31 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 14:00:22 -0400
commitd14f0b37d651b276fcd6a6938b0da918b17f3326 (patch)
treec06de798b5df66dd9bd51049444c02b93be8163f /Cargo.lock
parent3ddc3c040f7a0a6896738fc1d6dbe57fd75566b4 (diff)
deps: update versions for all crates
I don't think every change here is needed, but this ensures we're using the latest version of every direct dependency.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock54
1 files changed, 27 insertions, 27 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 30a84c00..cc5a0896 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -153,7 +153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "globset"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -165,16 +165,16 @@ dependencies = [
[[package]]
name = "grep"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-cli 0.1.0",
- "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",
+ "grep-cli 0.1.1",
+ "grep-matcher 0.1.1",
+ "grep-pcre2 0.1.1",
+ "grep-printer 0.1.1",
+ "grep-regex 0.1.1",
+ "grep-searcher 0.1.1",
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -182,10 +182,10 @@ dependencies = [
[[package]]
name = "grep-cli"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "globset 0.4.1",
+ "globset 0.4.2",
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -196,7 +196,7 @@ dependencies = [
[[package]]
name = "grep-matcher"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -204,20 +204,20 @@ dependencies = [
[[package]]
name = "grep-pcre2"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
- "grep-matcher 0.1.0",
+ "grep-matcher 0.1.1",
"pcre2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "grep-printer"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep-matcher 0.1.0",
- "grep-regex 0.1.0",
- "grep-searcher 0.1.0",
+ "grep-matcher 0.1.1",
+ "grep-regex 0.1.1",
+ "grep-searcher 0.1.1",
"serde 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.77 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -226,9 +226,9 @@ dependencies = [
[[package]]
name = "grep-regex"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
- "grep-matcher 0.1.0",
+ "grep-matcher 0.1.1",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -238,13 +238,13 @@ dependencies = [
[[package]]
name = "grep-searcher"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"bytecount 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding_rs 0.8.6 (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.1.0",
- "grep-regex 0.1.0",
+ "grep-matcher 0.1.1",
+ "grep-regex 0.1.1",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -253,10 +253,10 @@ dependencies = [
[[package]]
name = "ignore"
-version = "0.4.3"
+version = "0.4.4"
dependencies = [
"crossbeam-channel 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "globset 0.4.1",
+ "globset 0.4.2",
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -479,11 +479,11 @@ dependencies = [
[[package]]
name = "ripgrep"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "grep 0.2.1",
- "ignore 0.4.3",
+ "grep 0.2.2",
+ "ignore 0.4.4",
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",