1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

chore: remove glob dependency (#6317)

This commit is contained in:
Bartek Iwańczuk 2020-06-16 23:29:43 +02:00 committed by GitHub
parent bd26a72ab3
commit e88d72f101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -451,7 +451,6 @@ dependencies = [
"dprint-plugin-typescript",
"futures 0.3.5",
"fwdansi",
"glob",
"http",
"indexmap",
"lazy_static",
@ -919,12 +918,6 @@ version = "0.21.0"
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"

View file

@ -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"