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:
parent
bd26a72ab3
commit
e88d72f101
2 changed files with 0 additions and 8 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -451,7 +451,6 @@ dependencies = [
|
||||||
"dprint-plugin-typescript",
|
"dprint-plugin-typescript",
|
||||||
"futures 0.3.5",
|
"futures 0.3.5",
|
||||||
"fwdansi",
|
"fwdansi",
|
||||||
"glob",
|
|
||||||
"http",
|
"http",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -919,12 +918,6 @@ version = "0.21.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
|
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "glob"
|
|
||||||
version = "0.3.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "h2"
|
name = "h2"
|
||||||
version = "0.2.5"
|
version = "0.2.5"
|
||||||
|
|
|
@ -33,7 +33,6 @@ dissimilar = "1.0"
|
||||||
dlopen = "0.1.8"
|
dlopen = "0.1.8"
|
||||||
dprint-plugin-typescript = "0.19.2"
|
dprint-plugin-typescript = "0.19.2"
|
||||||
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
||||||
glob = "0.3.0"
|
|
||||||
http = "0.2.1"
|
http = "0.2.1"
|
||||||
indexmap = "1.3.2"
|
indexmap = "1.3.2"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
Loading…
Reference in a new issue