|
|
|
@ -4,9 +4,9 @@ version = 3
@@ -4,9 +4,9 @@ version = 3
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anstream" |
|
|
|
|
version = "0.5.0" |
|
|
|
|
version = "0.6.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" |
|
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anstyle", |
|
|
|
|
"anstyle-parse", |
|
|
|
@ -18,15 +18,15 @@ dependencies = [
@@ -18,15 +18,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anstyle" |
|
|
|
|
version = "1.0.3" |
|
|
|
|
version = "1.0.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" |
|
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anstyle-parse" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" |
|
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" |
|
|
|
|
dependencies = [ |
|
|
|
|
"utf8parse", |
|
|
|
|
] |
|
|
|
@ -37,24 +37,24 @@ version = "1.0.0"
@@ -37,24 +37,24 @@ version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows-sys", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anstyle-wincon" |
|
|
|
|
version = "2.1.0" |
|
|
|
|
version = "3.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" |
|
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anstyle", |
|
|
|
|
"windows-sys", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "bitflags" |
|
|
|
|
version = "2.4.0" |
|
|
|
|
version = "2.4.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" |
|
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "camino" |
|
|
|
@ -82,9 +82,9 @@ dependencies = [
@@ -82,9 +82,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cargo-platform" |
|
|
|
|
version = "0.1.3" |
|
|
|
|
version = "0.1.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" |
|
|
|
|
checksum = "e34637b3140142bdf929fb439e8aa4ebad7651ebf7b1080b3930aa16ac1459ff" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
@ -102,20 +102,11 @@ dependencies = [
@@ -102,20 +102,11 @@ dependencies = [
|
|
|
|
|
"serde_json", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cc" |
|
|
|
|
version = "1.0.83" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap" |
|
|
|
|
version = "4.4.4" |
|
|
|
|
version = "4.4.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136" |
|
|
|
|
checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" |
|
|
|
|
dependencies = [ |
|
|
|
|
"clap_builder", |
|
|
|
|
"clap_derive", |
|
|
|
@ -123,9 +114,9 @@ dependencies = [
@@ -123,9 +114,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap_builder" |
|
|
|
|
version = "4.4.4" |
|
|
|
|
version = "4.4.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56" |
|
|
|
|
checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anstream", |
|
|
|
|
"anstyle", |
|
|
|
@ -136,9 +127,9 @@ dependencies = [
@@ -136,9 +127,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap_derive" |
|
|
|
|
version = "4.4.2" |
|
|
|
|
version = "4.4.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" |
|
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" |
|
|
|
|
dependencies = [ |
|
|
|
|
"heck", |
|
|
|
|
"proc-macro2", |
|
|
|
@ -148,9 +139,9 @@ dependencies = [
@@ -148,9 +139,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap_lex" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
version = "0.6.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" |
|
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "colorchoice" |
|
|
|
@ -160,23 +151,12 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
@@ -160,23 +151,12 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "errno" |
|
|
|
|
version = "0.3.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" |
|
|
|
|
dependencies = [ |
|
|
|
|
"errno-dragonfly", |
|
|
|
|
"libc", |
|
|
|
|
"windows-sys", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "errno-dragonfly" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
version = "0.3.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
|
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc", |
|
|
|
|
"libc", |
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -193,21 +173,21 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
@@ -193,21 +173,21 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.148" |
|
|
|
|
version = "0.2.150" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" |
|
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "linux-raw-sys" |
|
|
|
|
version = "0.4.7" |
|
|
|
|
version = "0.4.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" |
|
|
|
|
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro2" |
|
|
|
|
version = "1.0.67" |
|
|
|
|
version = "1.0.70" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" |
|
|
|
|
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"unicode-ident", |
|
|
|
|
] |
|
|
|
@ -232,15 +212,15 @@ dependencies = [
@@ -232,15 +212,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rustix" |
|
|
|
|
version = "0.38.14" |
|
|
|
|
version = "0.38.25" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" |
|
|
|
|
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags", |
|
|
|
|
"errno", |
|
|
|
|
"libc", |
|
|
|
|
"linux-raw-sys", |
|
|
|
|
"windows-sys", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -251,27 +231,27 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
@@ -251,27 +231,27 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "semver" |
|
|
|
|
version = "1.0.19" |
|
|
|
|
version = "1.0.20" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" |
|
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.188" |
|
|
|
|
version = "1.0.193" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
|
|
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde_derive", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_derive" |
|
|
|
|
version = "1.0.188" |
|
|
|
|
version = "1.0.193" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
|
|
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
@ -303,9 +283,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
@@ -303,9 +283,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "syn" |
|
|
|
|
version = "2.0.37" |
|
|
|
|
version = "2.0.39" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" |
|
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
@ -325,7 +305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -325,7 +305,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" |
|
|
|
|
dependencies = [ |
|
|
|
|
"rustix", |
|
|
|
|
"windows-sys", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -355,7 +335,16 @@ version = "0.48.0"
@@ -355,7 +335,16 @@ version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows-targets", |
|
|
|
|
"windows-targets 0.48.5", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows-sys" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows-targets 0.52.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -364,13 +353,28 @@ version = "0.48.5"
@@ -364,13 +353,28 @@ version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
|
"windows_aarch64_msvc", |
|
|
|
|
"windows_i686_gnu", |
|
|
|
|
"windows_i686_msvc", |
|
|
|
|
"windows_x86_64_gnu", |
|
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
|
"windows_x86_64_msvc", |
|
|
|
|
"windows_aarch64_gnullvm 0.48.5", |
|
|
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
|
|
"windows_i686_gnu 0.48.5", |
|
|
|
|
"windows_i686_msvc 0.48.5", |
|
|
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
|
|
"windows_x86_64_gnullvm 0.48.5", |
|
|
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[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]] |
|
|
|
@ -379,38 +383,80 @@ version = "0.48.5"
@@ -379,38 +383,80 @@ version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
|
|
|
|
|
|
[[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.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
|
|
|
|
|
|
[[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.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
|
|
|
|
|
|
[[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.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
|
|
|
|
|
|
[[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.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
|
|
|
|
|
|
[[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.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
|
|
|
|
|
|
[[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.48.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
version = "0.52.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
|
|
|
|