summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
Diffstat (limited to 'globset')
-rw-r--r--globset/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 96d47e3f..145166d1 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -21,7 +21,7 @@ bench = false
[dependencies]
aho-corasick = "0.6.0"
fnv = "1.0"
-log = "0.3"
+log = "0.4"
memchr = "2"
regex = "0.2.1"