|
|
@ -10,9 +10,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aho-corasick" |
|
|
|
version = "0.7.20" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
@ -32,6 +32,12 @@ dependencies = [ |
|
|
|
"alloc-no-stdlib", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "android-tzdata" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "android_system_properties" |
|
|
|
version = "0.1.5" |
|
|
@ -43,9 +49,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "anyhow" |
|
|
|
version = "1.0.70" |
|
|
|
version = "1.0.71" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" |
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "assets" |
|
|
@ -62,9 +68,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-compression" |
|
|
|
version = "0.3.15" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" |
|
|
|
checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11" |
|
|
|
dependencies = [ |
|
|
|
"brotli", |
|
|
|
"flate2", |
|
|
@ -82,7 +88,7 @@ checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 2.0.15", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -93,9 +99,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "base64" |
|
|
|
version = "0.21.0" |
|
|
|
version = "0.21.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
@ -126,9 +132,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bumpalo" |
|
|
|
version = "3.12.0" |
|
|
|
version = "3.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bytes" |
|
|
@ -150,29 +156,19 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "chrono" |
|
|
|
version = "0.4.24" |
|
|
|
version = "0.4.26" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" |
|
|
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" |
|
|
|
dependencies = [ |
|
|
|
"android-tzdata", |
|
|
|
"iana-time-zone", |
|
|
|
"js-sys", |
|
|
|
"num-integer", |
|
|
|
"num-traits", |
|
|
|
"time", |
|
|
|
"wasm-bindgen", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "codespan-reporting" |
|
|
|
version = "0.11.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
|
|
|
dependencies = [ |
|
|
|
"termcolor", |
|
|
|
"unicode-width", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "core-foundation-sys" |
|
|
|
version = "0.8.4" |
|
|
@ -188,50 +184,6 @@ dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cxx" |
|
|
|
version = "1.0.94" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"cxxbridge-flags", |
|
|
|
"cxxbridge-macro", |
|
|
|
"link-cplusplus", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cxx-build" |
|
|
|
version = "1.0.94" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"codespan-reporting", |
|
|
|
"once_cell", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"scratch", |
|
|
|
"syn 2.0.15", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cxxbridge-flags" |
|
|
|
version = "1.0.94" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cxxbridge-macro" |
|
|
|
version = "1.0.94" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 2.0.15", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "encoding_rs" |
|
|
|
version = "0.8.32" |
|
|
@ -262,7 +214,7 @@ checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
|
|
|
dependencies = [ |
|
|
|
"errno-dragonfly", |
|
|
|
"libc", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -277,9 +229,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "flate2" |
|
|
|
version = "1.0.25" |
|
|
|
version = "1.0.26" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" |
|
|
|
dependencies = [ |
|
|
|
"crc32fast", |
|
|
|
"miniz_oxide", |
|
|
@ -293,9 +245,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "form_urlencoded" |
|
|
|
version = "1.1.0" |
|
|
|
version = "1.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" |
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" |
|
|
|
dependencies = [ |
|
|
|
"percent-encoding", |
|
|
|
] |
|
|
@ -356,7 +308,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 2.0.15", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -391,9 +343,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "getrandom" |
|
|
|
version = "0.2.9" |
|
|
|
version = "0.2.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" |
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"js-sys", |
|
|
@ -404,9 +356,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "h2" |
|
|
|
version = "0.3.17" |
|
|
|
version = "0.3.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "66b91535aa35fea1523ad1b86cb6b53c28e0ae566ba4a460f4457e936cad7c6f" |
|
|
|
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"fnv", |
|
|
@ -508,9 +460,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper-rustls" |
|
|
|
version = "0.23.2" |
|
|
|
version = "0.24.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" |
|
|
|
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" |
|
|
|
dependencies = [ |
|
|
|
"http", |
|
|
|
"hyper", |
|
|
@ -521,9 +473,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iana-time-zone" |
|
|
|
version = "0.1.56" |
|
|
|
version = "0.1.57" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" |
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
|
|
|
dependencies = [ |
|
|
|
"android_system_properties", |
|
|
|
"core-foundation-sys", |
|
|
@ -535,19 +487,18 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iana-time-zone-haiku" |
|
|
|
version = "0.1.1" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" |
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
|
|
dependencies = [ |
|
|
|
"cxx", |
|
|
|
"cxx-build", |
|
|
|
"cc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "idna" |
|
|
|
version = "0.3.0" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" |
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" |
|
|
|
dependencies = [ |
|
|
|
"unicode-bidi", |
|
|
|
"unicode-normalization", |
|
|
@ -577,13 +528,13 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "io-lifetimes" |
|
|
|
version = "1.0.10" |
|
|
|
version = "1.0.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" |
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi 0.3.1", |
|
|
|
"libc", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -601,7 +552,7 @@ dependencies = [ |
|
|
|
"hermit-abi 0.3.1", |
|
|
|
"io-lifetimes", |
|
|
|
"rustix", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -612,39 +563,30 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "js-sys" |
|
|
|
version = "0.3.61" |
|
|
|
version = "0.3.63" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
|
|
|
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" |
|
|
|
dependencies = [ |
|
|
|
"wasm-bindgen", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.141" |
|
|
|
version = "0.2.146" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "link-cplusplus" |
|
|
|
version = "1.0.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
] |
|
|
|
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "linux-raw-sys" |
|
|
|
version = "0.3.1" |
|
|
|
version = "0.3.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" |
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lock_api" |
|
|
|
version = "0.4.9" |
|
|
|
version = "0.4.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"scopeguard", |
|
|
@ -652,12 +594,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "log" |
|
|
|
version = "0.4.17" |
|
|
|
version = "0.4.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memchr" |
|
|
@ -683,33 +622,22 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniz_oxide" |
|
|
|
version = "0.6.2" |
|
|
|
version = "0.7.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
|
|
|
dependencies = [ |
|
|
|
"adler", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.8.6" |
|
|
|
version = "0.8.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" |
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"log", |
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
|
|
"windows-sys 0.45.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-integer" |
|
|
|
version = "0.1.45" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"num-traits", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -733,9 +661,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "once_cell" |
|
|
|
version = "1.17.1" |
|
|
|
version = "1.18.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot" |
|
|
@ -764,9 +692,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "percent-encoding" |
|
|
|
version = "2.2.0" |
|
|
|
version = "2.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" |
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-lite" |
|
|
@ -788,18 +716,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.56" |
|
|
|
version = "1.0.59" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" |
|
|
|
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" |
|
|
|
dependencies = [ |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.26" |
|
|
|
version = "1.0.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
] |
|
|
@ -845,9 +773,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex" |
|
|
|
version = "1.7.3" |
|
|
|
version = "1.8.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick", |
|
|
|
"memchr", |
|
|
@ -856,15 +784,15 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "regex-syntax" |
|
|
|
version = "0.6.29" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "reqwest" |
|
|
|
version = "0.11.16" |
|
|
|
version = "0.11.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" |
|
|
|
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" |
|
|
|
dependencies = [ |
|
|
|
"async-compression", |
|
|
|
"base64", |
|
|
@ -904,9 +832,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "reqwest-middleware" |
|
|
|
version = "0.2.1" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "99c50db2c7ccd815f976473dd7d0bde296f8c3b77c383acf4fc021cdcf10852b" |
|
|
|
checksum = "4531c89d50effe1fac90d095c8b133c20c5c714204feee0bfc3fd158e784209d" |
|
|
|
dependencies = [ |
|
|
|
"anyhow", |
|
|
|
"async-trait", |
|
|
@ -968,28 +896,28 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustix" |
|
|
|
version = "0.37.11" |
|
|
|
version = "0.37.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" |
|
|
|
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" |
|
|
|
dependencies = [ |
|
|
|
"bitflags", |
|
|
|
"errno", |
|
|
|
"io-lifetimes", |
|
|
|
"libc", |
|
|
|
"linux-raw-sys", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustls" |
|
|
|
version = "0.20.8" |
|
|
|
version = "0.21.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" |
|
|
|
checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e" |
|
|
|
dependencies = [ |
|
|
|
"log", |
|
|
|
"ring", |
|
|
|
"rustls-webpki", |
|
|
|
"sct", |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1001,6 +929,16 @@ dependencies = [ |
|
|
|
"base64", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustls-webpki" |
|
|
|
version = "0.100.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" |
|
|
|
dependencies = [ |
|
|
|
"ring", |
|
|
|
"untrusted", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.13" |
|
|
@ -1013,12 +951,6 @@ version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scratch" |
|
|
|
version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sct" |
|
|
|
version = "0.7.0" |
|
|
@ -1031,9 +963,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.160" |
|
|
|
version = "1.0.163" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" |
|
|
|
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
@ -1048,9 +980,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_spanned" |
|
|
|
version = "0.6.1" |
|
|
|
version = "0.6.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" |
|
|
|
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
@ -1113,20 +1045,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.109" |
|
|
|
version = "2.0.19" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "2.0.15" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" |
|
|
|
checksum = "a10b47e4921acc65b7d824cd92bc7b67a26382d8f4eadf3da65cb50aee6e6f3f" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
@ -1168,7 +1089,7 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 2.0.15", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1208,9 +1129,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.27.0" |
|
|
|
version = "1.28.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" |
|
|
|
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"bytes", |
|
|
@ -1220,36 +1141,35 @@ dependencies = [ |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio-macros", |
|
|
|
"windows-sys 0.45.0", |
|
|
|
"windows-sys", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-macros" |
|
|
|
version = "2.0.0" |
|
|
|
version = "2.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" |
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 2.0.15", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-rustls" |
|
|
|
version = "0.23.4" |
|
|
|
version = "0.24.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" |
|
|
|
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5" |
|
|
|
dependencies = [ |
|
|
|
"rustls", |
|
|
|
"tokio", |
|
|
|
"webpki", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-util" |
|
|
|
version = "0.7.7" |
|
|
|
version = "0.7.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" |
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-core", |
|
|
@ -1261,9 +1181,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml" |
|
|
|
version = "0.7.3" |
|
|
|
version = "0.7.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" |
|
|
|
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
"serde_spanned", |
|
|
@ -1273,18 +1193,18 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml_datetime" |
|
|
|
version = "0.6.1" |
|
|
|
version = "0.6.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" |
|
|
|
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" |
|
|
|
dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml_edit" |
|
|
|
version = "0.19.8" |
|
|
|
version = "0.19.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" |
|
|
|
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" |
|
|
|
dependencies = [ |
|
|
|
"indexmap", |
|
|
|
"serde", |
|
|
@ -1313,20 +1233,20 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing-attributes" |
|
|
|
version = "0.1.23" |
|
|
|
version = "0.1.24" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" |
|
|
|
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 1.0.109", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing-core" |
|
|
|
version = "0.1.30" |
|
|
|
version = "0.1.31" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
] |
|
|
@ -1354,9 +1274,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-ident" |
|
|
|
version = "1.0.8" |
|
|
|
version = "1.0.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-normalization" |
|
|
@ -1367,12 +1287,6 @@ dependencies = [ |
|
|
|
"tinyvec", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-width" |
|
|
|
version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unsafe-libyaml" |
|
|
|
version = "0.2.8" |
|
|
@ -1387,9 +1301,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "url" |
|
|
|
version = "2.3.1" |
|
|
|
version = "2.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" |
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" |
|
|
|
dependencies = [ |
|
|
|
"form_urlencoded", |
|
|
|
"idna", |
|
|
@ -1426,9 +1340,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen" |
|
|
|
version = "0.2.84" |
|
|
|
version = "0.2.86" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" |
|
|
|
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"wasm-bindgen-macro", |
|
|
@ -1436,24 +1350,24 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-backend" |
|
|
|
version = "0.2.84" |
|
|
|
version = "0.2.86" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" |
|
|
|
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" |
|
|
|
dependencies = [ |
|
|
|
"bumpalo", |
|
|
|
"log", |
|
|
|
"once_cell", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 1.0.109", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-futures" |
|
|
|
version = "0.4.34" |
|
|
|
version = "0.4.36" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" |
|
|
|
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"js-sys", |
|
|
@ -1463,9 +1377,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
version = "0.2.84" |
|
|
|
version = "0.2.86" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" |
|
|
|
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" |
|
|
|
dependencies = [ |
|
|
|
"quote", |
|
|
|
"wasm-bindgen-macro-support", |
|
|
@ -1473,22 +1387,22 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro-support" |
|
|
|
version = "0.2.84" |
|
|
|
version = "0.2.86" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" |
|
|
|
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn 1.0.109", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-backend", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-shared" |
|
|
|
version = "0.2.84" |
|
|
|
version = "0.2.86" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" |
|
|
|
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-timer" |
|
|
@ -1507,9 +1421,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "web-sys" |
|
|
|
version = "0.3.61" |
|
|
|
version = "0.3.63" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
|
|
|
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" |
|
|
|
dependencies = [ |
|
|
|
"js-sys", |
|
|
|
"wasm-bindgen", |
|
|
@ -1571,16 +1485,7 @@ version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
|
|
|
dependencies = [ |
|
|
|
"windows-targets 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-sys" |
|
|
|
version = "0.45.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
|
|
|
dependencies = [ |
|
|
|
"windows-targets 0.42.2", |
|
|
|
"windows-targets", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1589,22 +1494,7 @@ version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
dependencies = [ |
|
|
|
"windows-targets 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-targets" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm 0.42.2", |
|
|
|
"windows_aarch64_msvc 0.42.2", |
|
|
|
"windows_i686_gnu 0.42.2", |
|
|
|
"windows_i686_msvc 0.42.2", |
|
|
|
"windows_x86_64_gnu 0.42.2", |
|
|
|
"windows_x86_64_gnullvm 0.42.2", |
|
|
|
"windows_x86_64_msvc 0.42.2", |
|
|
|
"windows-targets", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1613,93 +1503,51 @@ version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm 0.48.0", |
|
|
|
"windows_aarch64_msvc 0.48.0", |
|
|
|
"windows_i686_gnu 0.48.0", |
|
|
|
"windows_i686_msvc 0.48.0", |
|
|
|
"windows_x86_64_gnu 0.48.0", |
|
|
|
"windows_x86_64_gnullvm 0.48.0", |
|
|
|
"windows_x86_64_msvc 0.48.0", |
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
"windows_aarch64_msvc", |
|
|
|
"windows_i686_gnu", |
|
|
|
"windows_i686_msvc", |
|
|
|
"windows_x86_64_gnu", |
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
"windows_x86_64_msvc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.42.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.48.0" |
|
|
@ -1708,9 +1556,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winnow" |
|
|
|
version = "0.4.1" |
|
|
|
version = "0.4.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" |
|
|
|
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|