summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-09 10:39:43 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-09 10:39:43 -0400
commit72807462e8cdecc54c224a202baca5462f44b983 (patch)
treedc288807c1ce3d35fa81136f5cec30a3ca5d5918 /crates
parent08dee094ddbcc7a3449a1953efefe581a67a0bf0 (diff)
deps: update minimal versions for dependencies
Diffstat (limited to 'crates')
-rw-r--r--crates/cli/Cargo.toml2
-rw-r--r--crates/ignore/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index b21ad0cf..809f18dd 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -15,7 +15,7 @@ license = "Unlicense/MIT"
[dependencies]
atty = "0.2.11"
bstr = "0.2.0"
-globset = { version = "0.4.3", path = "../globset" }
+globset = { version = "0.4.5", path = "../globset" }
lazy_static = "1.1.0"
log = "0.4.5"
regex = "1.1"
diff --git a/crates/ignore/Cargo.toml b/crates/ignore/Cargo.toml
index 9a089ecb..0bc56de6 100644
--- a/crates/ignore/Cargo.toml
+++ b/crates/ignore/Cargo.toml
@@ -19,7 +19,7 @@ bench = false
[dependencies]
crossbeam-utils = "0.7.0"
-globset = { version = "0.4.3", path = "../globset" }
+globset = { version = "0.4.5", path = "../globset" }
lazy_static = "1.1"
log = "0.4.5"
memchr = "2.1"