Update Cargo.lock

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-08 20:12:53 +10:00
parent ba21372134
commit 80706dc3c4
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

7
Cargo.lock generated
View file

@ -155,6 +155,7 @@ dependencies = [
"log",
"miette",
"reqwest",
"scopeguard",
"semver",
"serde",
"simplelog",
@ -1177,6 +1178,12 @@ version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sct"
version = "0.7.0"