|
|
|
@ -233,13 +233,13 @@ dependencies = [
@@ -233,13 +233,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "console" |
|
|
|
|
version = "0.14.1" |
|
|
|
|
version = "0.15.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" |
|
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" |
|
|
|
|
dependencies = [ |
|
|
|
|
"encode_unicode", |
|
|
|
|
"lazy_static", |
|
|
|
|
"libc", |
|
|
|
|
"once_cell", |
|
|
|
|
"terminal_size", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
@ -443,6 +443,15 @@ dependencies = [
@@ -443,6 +443,15 @@ dependencies = [
|
|
|
|
|
"termcolor", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fastrand" |
|
|
|
|
version = "1.6.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" |
|
|
|
|
dependencies = [ |
|
|
|
|
"instant", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "filetime" |
|
|
|
|
version = "0.2.15" |
|
|
|
@ -736,9 +745,9 @@ dependencies = [
@@ -736,9 +745,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "insta" |
|
|
|
|
version = "1.9.0" |
|
|
|
|
version = "1.10.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "86c4e56d571b4cc829f0ce71506bd865a90369eeab5f3d3657ba96230beb8012" |
|
|
|
|
checksum = "b3cb858fc306825b542b1311d5fd536e4483680528f303a17a1d6803b0f6ce17" |
|
|
|
|
dependencies = [ |
|
|
|
|
"backtrace", |
|
|
|
|
"console", |
|
|
|
@ -1029,12 +1038,6 @@ version = "0.3.20"
@@ -1029,12 +1038,6 @@ version = "0.3.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ppv-lite86" |
|
|
|
|
version = "0.2.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pretty_assertions" |
|
|
|
|
version = "1.0.0" |
|
|
|
@ -1089,46 +1092,6 @@ dependencies = [
@@ -1089,46 +1092,6 @@ dependencies = [
|
|
|
|
|
"proc-macro2", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand" |
|
|
|
|
version = "0.8.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"rand_chacha", |
|
|
|
|
"rand_core", |
|
|
|
|
"rand_hc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand_chacha" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ppv-lite86", |
|
|
|
|
"rand_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand_core" |
|
|
|
|
version = "0.6.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
|
|
|
|
dependencies = [ |
|
|
|
|
"getrandom", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rand_hc" |
|
|
|
|
version = "0.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" |
|
|
|
|
dependencies = [ |
|
|
|
|
"rand_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rayon" |
|
|
|
|
version = "1.5.1" |
|
|
|
@ -1556,13 +1519,13 @@ dependencies = [
@@ -1556,13 +1519,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tempfile" |
|
|
|
|
version = "3.2.0" |
|
|
|
|
version = "3.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" |
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"fastrand", |
|
|
|
|
"libc", |
|
|
|
|
"rand", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"remove_dir_all", |
|
|
|
|
"winapi", |
|
|
|
|