Add new dep once_cell v1.13.0

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-20 16:43:02 +10:00
parent 67ca36a0b5
commit 3961dbb84a
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 4 additions and 2 deletions

5
Cargo.lock generated
View file

@ -148,6 +148,7 @@ dependencies = [
"log",
"miette",
"mimalloc",
"once_cell",
"reqwest",
"scopeguard",
"semver",
@ -952,9 +953,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "os_str_bytes"

View file

@ -33,6 +33,7 @@ jobserver = "0.1.24"
log = "0.4.14"
miette = { version = "5.1.1", features = ["fancy-no-backtrace"] }
mimalloc = { version = "0.1.29", default-features = false, optional = true }
once_cell = "1.13.0"
reqwest = { version = "0.11.11", features = ["rustls-tls", "stream"], default-features = false }
scopeguard = "1.1.0"
semver = "1.0.12"