summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-04 21:12:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-11-04 21:12:08 -0400
commit1aeae3e22da4e9ffa78ece485369e7a24744b2d4 (patch)
treedf24dbeb4970ab247e492e0ffb30208fbb20aee3
parent60d537c43d668aa791215e54317c2aeaa3aa7291 (diff)
update ripgrep
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7bf1de79..6e171451 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "ripgrep"
-version = "0.2.5"
+version = "0.2.6"
dependencies = [
"ctrlc 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",