summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Cargo.lock54
-rw-r--r--Cargo.toml24
-rw-r--r--globset/Cargo.toml14
-rw-r--r--grep-cli/Cargo.toml14
-rw-r--r--grep-matcher/Cargo.toml6
-rw-r--r--grep-pcre2/Cargo.toml6
-rw-r--r--grep-printer/Cargo.toml18
-rw-r--r--grep-regex/Cargo.toml12
-rw-r--r--grep-searcher/Cargo.toml18
-rw-r--r--grep/Cargo.toml14
-rw-r--r--ignore/Cargo.toml22
11 files changed, 101 insertions, 101 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)",
diff --git a/Cargo.toml b/Cargo.toml
index 92375b79..7a40ae5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.9.0" #:version
+version = "0.10.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
ripgrep is a line-oriented search tool that recursively searches your current
@@ -45,14 +45,14 @@ members = [
]
[dependencies]
-grep = { version = "0.2.1", path = "grep" }
-ignore = { version = "0.4.0", path = "ignore" }
-lazy_static = "1"
-log = "0.4"
-num_cpus = "1"
-regex = "1"
-serde_json = "1"
-termcolor = "1"
+grep = { version = "0.2.2", path = "grep" }
+ignore = { version = "0.4.4", path = "ignore" }
+lazy_static = "1.1.0"
+log = "0.4.5"
+num_cpus = "1.8.0"
+regex = "1.0.5"
+serde_json = "1.0.23"
+termcolor = "1.0.3"
[dependencies.clap]
version = "2.32.0"
@@ -60,7 +60,7 @@ default-features = false
features = ["suggestions"]
[build-dependencies]
-lazy_static = "1"
+lazy_static = "1.1.0"
[build-dependencies.clap]
version = "2.32.0"
@@ -68,8 +68,8 @@ default-features = false
features = ["suggestions"]
[dev-dependencies]
-serde = "1"
-serde_derive = "1"
+serde = "1.0.77"
+serde_derive = "1.0.77"
[features]
avx-accel = ["grep/avx-accel"]
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index d7efa872..113919e8 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "globset"
-version = "0.4.1" #:version
+version = "0.4.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Cross platform single glob and glob set matching. Glob set matching is the
@@ -19,14 +19,14 @@ name = "globset"
bench = false
[dependencies]
-aho-corasick = "0.6.0"
-fnv = "1.0"
-log = "0.4"
-memchr = "2"
-regex = "1"
+aho-corasick = "0.6.8"
+fnv = "1.0.6"
+log = "0.4.5"
+memchr = "2.0.2"
+regex = "1.0.5"
[dev-dependencies]
-glob = "0.2"
+glob = "0.2.11"
[features]
simd-accel = []
diff --git a/grep-cli/Cargo.toml b/grep-cli/Cargo.toml
index 1d5fda22..cb299161 100644
--- a/grep-cli/Cargo.toml
+++ b/grep-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-cli"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Utilities for search oriented command line applications.
@@ -14,12 +14,12 @@ license = "Unlicense/MIT"
[dependencies]
atty = "0.2.11"
-globset = { version = "0.4.1", path = "../globset" }
-lazy_static = "1.1"
-log = "0.4"
-regex = "1"
-same-file = "1"
-termcolor = "1"
+globset = { version = "0.4.2", path = "../globset" }
+lazy_static = "1.1.0"
+log = "0.4.5"
+regex = "1.0.5"
+same-file = "1.0.3"
+termcolor = "1.0.3"
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"
diff --git a/grep-matcher/Cargo.toml b/grep-matcher/Cargo.toml
index 4de336e1..c7b2c9b0 100644
--- a/grep-matcher/Cargo.toml
+++ b/grep-matcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-matcher"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A trait for regular expressions, with a focus on line oriented search.
@@ -14,10 +14,10 @@ license = "Unlicense/MIT"
autotests = false
[dependencies]
-memchr = "2"
+memchr = "2.0.2"
[dev-dependencies]
-regex = "1"
+regex = "1.0.5"
[[test]]
name = "integration"
diff --git a/grep-pcre2/Cargo.toml b/grep-pcre2/Cargo.toml
index 93459190..1ec12302 100644
--- a/grep-pcre2/Cargo.toml
+++ b/grep-pcre2/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-pcre2"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use PCRE2 with the 'grep' crate.
@@ -13,5 +13,5 @@ keywords = ["regex", "grep", "pcre", "backreference", "look"]
license = "Unlicense/MIT"
[dependencies]
-grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
-pcre2 = "0.1"
+grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+pcre2 = "0.1.0"
diff --git a/grep-printer/Cargo.toml b/grep-printer/Cargo.toml
index fbdcd524..b4f589a4 100644
--- a/grep-printer/Cargo.toml
+++ b/grep-printer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-printer"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
An implementation of the grep crate's Sink trait that provides standard
@@ -18,13 +18,13 @@ default = ["serde1"]
serde1 = ["base64", "serde", "serde_derive", "serde_json"]
[dependencies]
-base64 = { version = "0.9", optional = true }
-grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
-grep-searcher = { version = "0.1.0", path = "../grep-searcher" }
-termcolor = "1"
-serde = { version = "1", optional = true }
-serde_derive = { version = "1", optional = true }
-serde_json = { version = "1", optional = true }
+base64 = { version = "0.9.2", optional = true }
+grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
+termcolor = "1.0.3"
+serde = { version = "1.0.77", optional = true }
+serde_derive = { version = "1.0.77", optional = true }
+serde_json = { version = "1.0.27", optional = true }
[dev-dependencies]
-grep-regex = { version = "0.1.0", path = "../grep-regex" }
+grep-regex = { version = "0.1.1", path = "../grep-regex" }
diff --git a/grep-regex/Cargo.toml b/grep-regex/Cargo.toml
index e37ba499..351b0789 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.
@@ -13,9 +13,9 @@ keywords = ["regex", "grep", "search", "pattern", "line"]
license = "Unlicense/MIT"
[dependencies]
-log = "0.4"
-grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
-regex = "1"
-regex-syntax = "0.6"
+log = "0.4.5"
+grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+regex = "1.0.5"
+regex-syntax = "0.6.2"
thread_local = "0.3.6"
-utf8-ranges = "1"
+utf8-ranges = "1.0.1"
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index 4218a598..fb0750b8 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
@@ -13,17 +13,17 @@ keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"
[dependencies]
-bytecount = "0.3.1"
-encoding_rs = "0.8"
+bytecount = "0.3.2"
+encoding_rs = "0.8.6"
encoding_rs_io = "0.1.2"
-grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
-log = "0.4"
-memchr = "2"
-memmap = "0.6"
+grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+log = "0.4.5"
+memchr = "2.0.2"
+memmap = "0.6.2"
[dev-dependencies]
-grep-regex = { version = "0.1.0", path = "../grep-regex" }
-regex = "1"
+grep-regex = { version = "0.1.1", path = "../grep-regex" }
+regex = "1.0.5"
[features]
avx-accel = [
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 5d3a00dd..8faf7082 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.1" #:version
+version = "0.2.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
@@ -13,12 +13,12 @@ keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"
[dependencies]
-grep-cli = { version = "0.1.0", path = "../grep-cli" }
-grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
-grep-pcre2 = { version = "0.1.0", path = "../grep-pcre2", optional = true }
-grep-printer = { version = "0.1.0", path = "../grep-printer" }
-grep-regex = { version = "0.1.0", path = "../grep-regex" }
-grep-searcher = { version = "0.1.0", path = "../grep-searcher" }
+grep-cli = { version = "0.1.1", path = "../grep-cli" }
+grep-matcher = { version = "0.1.1", path = "../grep-matcher" }
+grep-pcre2 = { version = "0.1.1", path = "../grep-pcre2", optional = true }
+grep-printer = { version = "0.1.1", path = "../grep-printer" }
+grep-regex = { version = "0.1.1", path = "../grep-regex" }
+grep-searcher = { version = "0.1.1", path = "../grep-searcher" }
[dev-dependencies]
atty = "0.2.11"
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index c2a47b90..164a8518 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ignore"
-version = "0.4.3" #:version
+version = "0.4.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
A fast library for efficiently matching ignore files such as `.gitignore`
@@ -18,21 +18,21 @@ name = "ignore"
bench = false
[dependencies]
-crossbeam-channel = "0.2"
-globset = { version = "0.4.0", path = "../globset" }
-lazy_static = "1"
-log = "0.4"
-memchr = "2"
-regex = "1"
-same-file = "1"
-thread_local = "0.3.2"
-walkdir = "2.2.2"
+crossbeam-channel = "0.2.4"
+globset = { version = "0.4.2", path = "../globset" }
+lazy_static = "1.1.0"
+log = "0.4.5"
+memchr = "2.0.2"
+regex = "1.0.5"
+same-file = "1.0.3"
+thread_local = "0.3.6"
+walkdir = "2.2.5"
[target.'cfg(windows)'.dependencies.winapi-util]
version = "0.1.1"
[dev-dependencies]
-tempdir = "0.3.5"
+tempdir = "0.3.7"
[features]
simd-accel = ["globset/simd-accel"]