Replace remaining usages of glob crate with globset

This commit is contained in:
Max Brunsfeld 2023-05-19 09:36:46 -07:00
parent 459cc9c959
commit 847d1e73a3
7 changed files with 8 additions and 14 deletions

View file

@ -41,7 +41,7 @@ anyhow.workspace = true
async-broadcast = "0.4"
async-trait.workspace = true
futures.workspace = true
glob.workspace = true
globset.workspace = true
lazy_static.workspace = true
log.workspace = true
parking_lot.workspace = true