diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-16 23:29:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 17:29:43 -0400 |
commit | e88d72f101e773728c27306a3639589c1350e4ed (patch) | |
tree | 39f260d605a0a8cf4efec71d77e927e7970cd8e6 /cli | |
parent | bd26a72ab3fc5b5f5403959ec081efdf8d39b666 (diff) |
chore: remove glob dependency (#6317)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cfb0efbca..9e4aabf1b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -33,7 +33,6 @@ dissimilar = "1.0" dlopen = "0.1.8" dprint-plugin-typescript = "0.19.2" futures = { version = "0.3.5", features = ["compat", "io-compat"] } -glob = "0.3.0" http = "0.2.1" indexmap = "1.3.2" lazy_static = "1.4.0" |