summaryrefslogtreecommitdiffstats
path: root/grep-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'grep-cli/Cargo.toml')
-rw-r--r--grep-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-cli/Cargo.toml b/grep-cli/Cargo.toml
index eecba548..00f5f76d 100644
--- a/grep-cli/Cargo.toml
+++ b/grep-cli/Cargo.toml
@@ -14,7 +14,7 @@ license = "Unlicense/MIT"
[dependencies]
atty = "0.2.11"
-bstr = "0.1.2"
+bstr = "0.2.0"
globset = { version = "0.4.3", path = "../globset" }
lazy_static = "1.1.0"
log = "0.4.5"