deps: update to globset 0.4.10

This commit is contained in:
Andrew Gallant 2023-01-05 08:49:38 -05:00
parent 364772ddd2
commit 2f484d8ce5
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ edition = "2018"
[dependencies] [dependencies]
atty = "0.2.11" atty = "0.2.11"
bstr = "1.1.0" bstr = "1.1.0"
globset = { version = "0.4.9", path = "../globset" } globset = { version = "0.4.10", path = "../globset" }
lazy_static = "1.1.0" lazy_static = "1.1.0"
log = "0.4.5" log = "0.4.5"
regex = "1.1" regex = "1.1"

View File

@ -20,7 +20,7 @@ bench = false
[dependencies] [dependencies]
crossbeam-utils = "0.8.0" crossbeam-utils = "0.8.0"
globset = { version = "0.4.9", path = "../globset" } globset = { version = "0.4.10", path = "../globset" }
lazy_static = "1.1" lazy_static = "1.1"
log = "0.4.5" log = "0.4.5"
memchr = "2.1" memchr = "2.1"