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 | |
parent | bd26a72ab3fc5b5f5403959ec081efdf8d39b666 (diff) |
chore: remove glob dependency (#6317)
-rw-r--r-- | Cargo.lock | 7 | ||||
-rw-r--r-- | cli/Cargo.toml | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index ebed3e461..942210ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,6 @@ dependencies = [ "dprint-plugin-typescript", "futures 0.3.5", "fwdansi", - "glob", "http", "indexmap", "lazy_static", @@ -920,12 +919,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" [[package]] -name = "glob" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" - -[[package]] name = "h2" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" 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" |