Skip to content

Commit 2f484d8

Browse files
committed
deps: update to globset 0.4.10
1 parent 364772d commit 2f484d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
[dependencies]
1717
atty = "0.2.11"
1818
bstr = "1.1.0"
19-
globset = { version = "0.4.9", path = "../globset" }
19+
globset = { version = "0.4.10", path = "../globset" }
2020
lazy_static = "1.1.0"
2121
log = "0.4.5"
2222
regex = "1.1"

crates/ignore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bench = false
2020

2121
[dependencies]
2222
crossbeam-utils = "0.8.0"
23-
globset = { version = "0.4.9", path = "../globset" }
23+
globset = { version = "0.4.10", path = "../globset" }
2424
lazy_static = "1.1"
2525
log = "0.4.5"
2626
memchr = "2.1"

0 commit comments

Comments
 (0)