|
@ -235,7 +235,7 @@ dependencies = [ |
|
|
"miniz_oxide", |
|
|
"miniz_oxide", |
|
|
"object", |
|
|
"object", |
|
|
"rustc-demangle", |
|
|
"rustc-demangle", |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -625,7 +625,7 @@ dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"libc", |
|
|
"wasi 0.13.3+wasi-0.2.2", |
|
|
"wasi 0.13.3+wasi-0.2.2", |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -777,21 +777,28 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hyper-util" |
|
|
name = "hyper-util" |
|
|
version = "0.1.10" |
|
|
|
|
|
|
|
|
version = "0.1.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" |
|
|
|
|
|
|
|
|
checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
"base64", |
|
|
"bytes", |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
|
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"futures-util", |
|
|
"http", |
|
|
"http", |
|
|
"http-body", |
|
|
"http-body", |
|
|
"hyper", |
|
|
"hyper", |
|
|
|
|
|
"ipnet", |
|
|
|
|
|
"libc", |
|
|
|
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"socket2", |
|
|
|
|
|
|
|
|
"socket2 0.6.0", |
|
|
|
|
|
"system-configuration", |
|
|
"tokio", |
|
|
"tokio", |
|
|
"tower-service", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
"tracing", |
|
|
|
|
|
"windows-registry", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -949,6 +956,16 @@ version = "2.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "iri-string" |
|
|
|
|
|
version = "0.7.8" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"memchr", |
|
|
|
|
|
"serde", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "is_terminal_polyfill" |
|
|
name = "is_terminal_polyfill" |
|
|
version = "1.70.1" |
|
|
version = "1.70.1" |
|
@ -997,9 +1014,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.171" |
|
|
|
|
|
|
|
|
version = "0.2.175" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" |
|
|
|
|
|
|
|
|
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "linux-raw-sys" |
|
|
name = "linux-raw-sys" |
|
@ -1231,7 +1248,7 @@ dependencies = [ |
|
|
"libc", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
"redox_syscall", |
|
|
"smallvec", |
|
|
"smallvec", |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1408,15 +1425,14 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "reqwest" |
|
|
name = "reqwest" |
|
|
version = "0.12.14" |
|
|
|
|
|
|
|
|
version = "0.12.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254" |
|
|
|
|
|
|
|
|
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"base64", |
|
|
"base64", |
|
|
"bytes", |
|
|
"bytes", |
|
|
"encoding_rs", |
|
|
"encoding_rs", |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
|
|
|
"h2", |
|
|
"h2", |
|
|
"http", |
|
|
"http", |
|
|
"http-body", |
|
|
"http-body", |
|
@ -1425,29 +1441,26 @@ dependencies = [ |
|
|
"hyper-rustls", |
|
|
"hyper-rustls", |
|
|
"hyper-tls", |
|
|
"hyper-tls", |
|
|
"hyper-util", |
|
|
"hyper-util", |
|
|
"ipnet", |
|
|
|
|
|
"js-sys", |
|
|
"js-sys", |
|
|
"log", |
|
|
"log", |
|
|
"mime", |
|
|
"mime", |
|
|
"native-tls", |
|
|
"native-tls", |
|
|
"once_cell", |
|
|
|
|
|
"percent-encoding", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"rustls-pemfile", |
|
|
|
|
|
|
|
|
"rustls-pki-types", |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"serde_urlencoded", |
|
|
"serde_urlencoded", |
|
|
"sync_wrapper", |
|
|
"sync_wrapper", |
|
|
"system-configuration", |
|
|
|
|
|
"tokio", |
|
|
"tokio", |
|
|
"tokio-native-tls", |
|
|
"tokio-native-tls", |
|
|
"tower", |
|
|
"tower", |
|
|
|
|
|
"tower-http", |
|
|
"tower-service", |
|
|
"tower-service", |
|
|
"url", |
|
|
"url", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen-futures", |
|
|
"wasm-bindgen-futures", |
|
|
"web-sys", |
|
|
"web-sys", |
|
|
"windows-registry", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1509,15 +1522,6 @@ dependencies = [ |
|
|
"zeroize", |
|
|
"zeroize", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rustls-pemfile" |
|
|
|
|
|
version = "2.2.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"rustls-pki-types", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rustls-pki-types" |
|
|
name = "rustls-pki-types" |
|
|
version = "1.11.0" |
|
|
version = "1.11.0" |
|
@ -1678,6 +1682,16 @@ dependencies = [ |
|
|
"windows-sys 0.52.0", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "socket2" |
|
|
|
|
|
version = "0.6.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"libc", |
|
|
|
|
|
"windows-sys 0.59.0", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "stable_deref_trait" |
|
|
name = "stable_deref_trait" |
|
|
version = "1.2.0" |
|
|
version = "1.2.0" |
|
@ -1861,7 +1875,7 @@ dependencies = [ |
|
|
"parking_lot", |
|
|
"parking_lot", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"signal-hook-registry", |
|
|
"signal-hook-registry", |
|
|
"socket2", |
|
|
|
|
|
|
|
|
"socket2 0.5.8", |
|
|
"tokio-macros", |
|
|
"tokio-macros", |
|
|
"windows-sys 0.52.0", |
|
|
"windows-sys 0.52.0", |
|
|
] |
|
|
] |
|
@ -1959,6 +1973,24 @@ dependencies = [ |
|
|
"tower-service", |
|
|
"tower-service", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "tower-http" |
|
|
|
|
|
version = "0.6.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"bitflags", |
|
|
|
|
|
"bytes", |
|
|
|
|
|
"futures-util", |
|
|
|
|
|
"http", |
|
|
|
|
|
"http-body", |
|
|
|
|
|
"iri-string", |
|
|
|
|
|
"pin-project-lite", |
|
|
|
|
|
"tower", |
|
|
|
|
|
"tower-layer", |
|
|
|
|
|
"tower-service", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tower-layer" |
|
|
name = "tower-layer" |
|
|
version = "0.3.3" |
|
|
version = "0.3.3" |
|
@ -2155,7 +2187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-core", |
|
|
"windows-core", |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2164,40 +2196,40 @@ version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows-link" |
|
|
name = "windows-link" |
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" |
|
|
|
|
|
|
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows-registry" |
|
|
name = "windows-registry" |
|
|
version = "0.4.0" |
|
|
|
|
|
|
|
|
version = "0.5.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" |
|
|
|
|
|
|
|
|
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
"windows-link", |
|
|
"windows-result", |
|
|
"windows-result", |
|
|
"windows-strings", |
|
|
"windows-strings", |
|
|
"windows-targets 0.53.0", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows-result" |
|
|
name = "windows-result" |
|
|
version = "0.3.1" |
|
|
|
|
|
|
|
|
version = "0.3.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189" |
|
|
|
|
|
|
|
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
"windows-link", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows-strings" |
|
|
name = "windows-strings" |
|
|
version = "0.3.1" |
|
|
|
|
|
|
|
|
version = "0.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" |
|
|
|
|
|
|
|
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
"windows-link", |
|
|
] |
|
|
] |
|
@ -2208,7 +2240,7 @@ version = "0.52.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2217,7 +2249,7 @@ version = "0.59.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-targets 0.52.6", |
|
|
|
|
|
|
|
|
"windows-targets", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2226,30 +2258,14 @@ version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows_aarch64_gnullvm 0.52.6", |
|
|
|
|
|
"windows_aarch64_msvc 0.52.6", |
|
|
|
|
|
"windows_i686_gnu 0.52.6", |
|
|
|
|
|
"windows_i686_gnullvm 0.52.6", |
|
|
|
|
|
"windows_i686_msvc 0.52.6", |
|
|
|
|
|
"windows_x86_64_gnu 0.52.6", |
|
|
|
|
|
"windows_x86_64_gnullvm 0.52.6", |
|
|
|
|
|
"windows_x86_64_msvc 0.52.6", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows-targets" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"windows_aarch64_gnullvm 0.53.0", |
|
|
|
|
|
"windows_aarch64_msvc 0.53.0", |
|
|
|
|
|
"windows_i686_gnu 0.53.0", |
|
|
|
|
|
"windows_i686_gnullvm 0.53.0", |
|
|
|
|
|
"windows_i686_msvc 0.53.0", |
|
|
|
|
|
"windows_x86_64_gnu 0.53.0", |
|
|
|
|
|
"windows_x86_64_gnullvm 0.53.0", |
|
|
|
|
|
"windows_x86_64_msvc 0.53.0", |
|
|
|
|
|
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
|
|
"windows_aarch64_msvc", |
|
|
|
|
|
"windows_i686_gnu", |
|
|
|
|
|
"windows_i686_gnullvm", |
|
|
|
|
|
"windows_i686_msvc", |
|
|
|
|
|
"windows_x86_64_gnu", |
|
|
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
|
|
"windows_x86_64_msvc", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2258,96 +2274,48 @@ version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_i686_gnu" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_i686_gnullvm" |
|
|
name = "windows_i686_gnullvm" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_i686_gnullvm" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_i686_msvc" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.52.6" |
|
|
version = "0.52.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
|
|
version = "0.53.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "winnow" |
|
|
name = "winnow" |
|
|
version = "0.7.4" |
|
|
version = "0.7.4" |
|
|