summaryrefslogtreecommitdiffstats
path: root/globset/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'globset/Cargo.toml')
-rw-r--r--globset/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index ce9637e3..1b541258 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -20,7 +20,7 @@ bench = false
[dependencies]
aho-corasick = "0.7.3"
-bstr = { version = "0.1.2", default-features = false, features = ["std"] }
+bstr = { version = "0.2.0", default-features = false, features = ["std"] }
fnv = "1.0.6"
log = "0.4.5"
regex = "1.1.5"