Cargo: remove unused glob package

This commit is contained in:
zimbatm 2021-02-23 09:08:30 +01:00
parent 7a95af7f95
commit c1bb7d073c
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View File

@ -291,12 +291,6 @@ dependencies = [
"version_check",
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
version = "0.4.6"
@ -829,7 +823,6 @@ dependencies = [
"criterion",
"either",
"filetime",
"glob",
"hex",
"ignore",
"log",

View File

@ -11,7 +11,6 @@ anyhow = "1.0"
console = "0.13"
either = "1.6.1"
filetime = "0.2"
glob = "0.3"
hex = "0.4"
ignore = "0.4.17"
log = "0.4"