|
|
|
|
@ -108,17 +108,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "chrono" |
|
|
|
|
version = "0.4.28" |
|
|
|
|
version = "0.4.34" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" |
|
|
|
|
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"android-tzdata", |
|
|
|
|
"iana-time-zone", |
|
|
|
|
"js-sys", |
|
|
|
|
"num-traits", |
|
|
|
|
"time 0.1.45", |
|
|
|
|
"wasm-bindgen", |
|
|
|
|
"windows-targets 0.48.0", |
|
|
|
|
"windows-targets 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -436,7 +435,7 @@ checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
|
|
|
"wasi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -867,7 +866,7 @@ checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369"
|
|
|
|
|
dependencies = [ |
|
|
|
|
"log", |
|
|
|
|
"termcolor", |
|
|
|
|
"time 0.3.17", |
|
|
|
|
"time", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -947,17 +946,6 @@ version = "0.16.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "time" |
|
|
|
|
version = "0.1.45" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "time" |
|
|
|
|
version = "0.3.17" |
|
|
|
|
@ -1008,12 +996,6 @@ dependencies = [
|
|
|
|
|
"libc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasi" |
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wasi" |
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1" |
|
|
|
|
@ -1153,6 +1135,21 @@ dependencies = [
|
|
|
|
|
"windows_x86_64_msvc 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-targets" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows_aarch64_gnullvm 0.52.0", |
|
|
|
|
"windows_aarch64_msvc 0.52.0", |
|
|
|
|
"windows_i686_gnu 0.52.0", |
|
|
|
|
"windows_i686_msvc 0.52.0", |
|
|
|
|
"windows_x86_64_gnu 0.52.0", |
|
|
|
|
"windows_x86_64_gnullvm 0.52.0", |
|
|
|
|
"windows_x86_64_msvc 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1165,6 +1162,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1177,6 +1180,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1189,6 +1198,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1201,6 +1216,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1213,6 +1234,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1225,6 +1252,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.42.1" |
|
|
|
|
@ -1237,6 +1270,12 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "yansi" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
|