Rm unused dep once_cell

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-10 18:08:07 +10:00
parent fa63dbe5cf
commit aa466750b7
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -147,7 +147,6 @@ dependencies = [
"log", "log",
"miette", "miette",
"mimalloc", "mimalloc",
"once_cell",
"reqwest", "reqwest",
"scopeguard", "scopeguard",
"semver", "semver",

View file

@ -32,7 +32,6 @@ home = "0.5.3"
log = "0.4.14" log = "0.4.14"
miette = { version = "5.1.0", features = ["fancy-no-backtrace"] } miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
mimalloc = { version = "0.1.29", default-features = false, optional = true } mimalloc = { version = "0.1.29", default-features = false, optional = true }
once_cell = "1.12.0"
reqwest = { version = "0.11.11", features = ["rustls-tls", "stream"], default-features = false } reqwest = { version = "0.11.11", features = ["rustls-tls", "stream"], default-features = false }
scopeguard = "1.1.0" scopeguard = "1.1.0"
semver = "1.0.12" semver = "1.0.12"