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 /Cargo.lock | |
| parent | bd26a72ab3fc5b5f5403959ec081efdf8d39b666 (diff) | |
chore: remove glob dependency (#6317)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 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" |
