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

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"