|
@ -56,11 +56,59 @@ dependencies = [ |
|
|
"libc", |
|
|
"libc", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "anstream" |
|
|
|
|
|
version = "0.6.11" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"anstyle", |
|
|
|
|
|
"anstyle-parse", |
|
|
|
|
|
"anstyle-query", |
|
|
|
|
|
"anstyle-wincon", |
|
|
|
|
|
"colorchoice", |
|
|
|
|
|
"utf8parse", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "anstyle" |
|
|
|
|
|
version = "1.0.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "anstyle-parse" |
|
|
|
|
|
version = "0.2.3" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"utf8parse", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "anstyle-query" |
|
|
|
|
|
version = "1.0.2" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "anstyle-wincon" |
|
|
|
|
|
version = "3.0.2" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"anstyle", |
|
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "anyhow" |
|
|
name = "anyhow" |
|
|
version = "1.0.75" |
|
|
version = "1.0.79" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" |
|
|
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "assets" |
|
|
name = "assets" |
|
@ -77,9 +125,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "async-compression" |
|
|
name = "async-compression" |
|
|
version = "0.4.5" |
|
|
version = "0.4.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" |
|
|
checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"brotli", |
|
|
"brotli", |
|
|
"flate2", |
|
|
"flate2", |
|
@ -91,9 +139,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "async-trait" |
|
|
name = "async-trait" |
|
|
version = "0.1.74" |
|
|
version = "0.1.77" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" |
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -123,9 +171,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "base64" |
|
|
name = "base64" |
|
|
version = "0.21.5" |
|
|
version = "0.21.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" |
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
name = "bitflags" |
|
@ -133,12 +181,6 @@ version = "1.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "bitflags" |
|
|
|
|
|
version = "2.4.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "brotli" |
|
|
name = "brotli" |
|
|
version = "3.4.0" |
|
|
version = "3.4.0" |
|
@ -189,18 +231,24 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "chrono" |
|
|
name = "chrono" |
|
|
version = "0.4.31" |
|
|
version = "0.4.33" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" |
|
|
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"android-tzdata", |
|
|
"android-tzdata", |
|
|
"iana-time-zone", |
|
|
"iana-time-zone", |
|
|
"js-sys", |
|
|
"js-sys", |
|
|
"num-traits", |
|
|
"num-traits", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
|
"windows-targets 0.48.5", |
|
|
"windows-targets 0.52.0", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "colorchoice" |
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "core-foundation" |
|
|
name = "core-foundation" |
|
|
version = "0.9.4" |
|
|
version = "0.9.4" |
|
@ -235,17 +283,27 @@ dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "env_filter" |
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"log", |
|
|
|
|
|
"regex", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "env_logger" |
|
|
name = "env_logger" |
|
|
version = "0.10.1" |
|
|
version = "0.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" |
|
|
checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
"anstream", |
|
|
|
|
|
"anstyle", |
|
|
|
|
|
"env_filter", |
|
|
"humantime", |
|
|
"humantime", |
|
|
"is-terminal", |
|
|
|
|
|
"log", |
|
|
"log", |
|
|
"regex", |
|
|
|
|
|
"termcolor", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -254,16 +312,6 @@ version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "errno" |
|
|
|
|
|
version = "0.3.8" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"libc", |
|
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "flate2" |
|
|
name = "flate2" |
|
|
version = "1.0.28" |
|
|
version = "1.0.28" |
|
@ -291,9 +339,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures" |
|
|
name = "futures" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" |
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-core", |
|
@ -306,9 +354,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-channel" |
|
|
name = "futures-channel" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" |
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"futures-sink", |
|
@ -316,15 +364,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
name = "futures-core" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" |
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-executor" |
|
|
name = "futures-executor" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" |
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-task", |
|
|
"futures-task", |
|
@ -333,15 +381,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-io" |
|
|
name = "futures-io" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" |
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-macro" |
|
|
name = "futures-macro" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" |
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -350,21 +398,21 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-sink" |
|
|
name = "futures-sink" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" |
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-task" |
|
|
name = "futures-task" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" |
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-util" |
|
|
name = "futures-util" |
|
|
version = "0.3.29" |
|
|
version = "0.3.30" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" |
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-core", |
|
@ -380,9 +428,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
name = "getrandom" |
|
|
version = "0.2.11" |
|
|
version = "0.2.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" |
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"js-sys", |
|
|
"js-sys", |
|
@ -399,9 +447,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "h2" |
|
|
name = "h2" |
|
|
version = "0.3.22" |
|
|
version = "0.3.24" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" |
|
|
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"bytes", |
|
|
"fnv", |
|
|
"fnv", |
|
@ -424,9 +472,9 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
name = "hermit-abi" |
|
|
version = "0.3.3" |
|
|
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 = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" |
|
|
checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "http" |
|
|
name = "http" |
|
@ -441,9 +489,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "http-body" |
|
|
name = "http-body" |
|
|
version = "0.4.5" |
|
|
version = "0.4.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"bytes", |
|
|
"http", |
|
|
"http", |
|
@ -470,9 +518,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hyper" |
|
|
name = "hyper" |
|
|
version = "0.14.27" |
|
|
version = "0.14.28" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" |
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
@ -485,7 +533,7 @@ dependencies = [ |
|
|
"httpdate", |
|
|
"httpdate", |
|
|
"itoa", |
|
|
"itoa", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"socket2 0.4.10", |
|
|
"socket2", |
|
|
"tokio", |
|
|
"tokio", |
|
|
"tower-service", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
"tracing", |
|
@ -508,9 +556,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "iana-time-zone" |
|
|
name = "iana-time-zone" |
|
|
version = "0.1.58" |
|
|
version = "0.1.59" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" |
|
|
checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"android_system_properties", |
|
|
"android_system_properties", |
|
|
"core-foundation-sys", |
|
|
"core-foundation-sys", |
|
@ -541,9 +589,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "indexmap" |
|
|
name = "indexmap" |
|
|
version = "2.1.0" |
|
|
version = "2.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" |
|
|
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"equivalent", |
|
|
"equivalent", |
|
|
"hashbrown", |
|
|
"hashbrown", |
|
@ -567,43 +615,26 @@ version = "2.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "is-terminal" |
|
|
|
|
|
version = "0.4.9" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"hermit-abi", |
|
|
|
|
|
"rustix", |
|
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "itoa" |
|
|
name = "itoa" |
|
|
version = "1.0.9" |
|
|
version = "1.0.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "js-sys" |
|
|
name = "js-sys" |
|
|
version = "0.3.66" |
|
|
version = "0.3.67" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" |
|
|
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.150" |
|
|
version = "0.2.152" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "linux-raw-sys" |
|
|
|
|
|
version = "0.4.12" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" |
|
|
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "lock_api" |
|
|
name = "lock_api" |
|
@ -623,9 +654,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "memchr" |
|
|
name = "memchr" |
|
|
version = "2.6.4" |
|
|
version = "2.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" |
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "mime" |
|
|
name = "mime" |
|
@ -654,9 +685,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "mio" |
|
|
name = "mio" |
|
|
version = "0.8.9" |
|
|
version = "0.8.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" |
|
|
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"libc", |
|
|
"wasi", |
|
|
"wasi", |
|
@ -684,18 +715,18 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "object" |
|
|
name = "object" |
|
|
version = "0.32.1" |
|
|
version = "0.32.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" |
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"memchr", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
name = "once_cell" |
|
|
version = "1.18.0" |
|
|
version = "1.19.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "parking_lot" |
|
|
name = "parking_lot" |
|
@ -748,18 +779,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
name = "proc-macro2" |
|
|
version = "1.0.70" |
|
|
version = "1.0.78" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" |
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
"unicode-ident", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "quote" |
|
|
name = "quote" |
|
|
version = "1.0.33" |
|
|
version = "1.0.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
] |
|
|
] |
|
@ -800,14 +831,14 @@ version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"bitflags", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "regex" |
|
|
name = "regex" |
|
|
version = "1.10.2" |
|
|
version = "1.10.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" |
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"memchr", |
|
@ -817,9 +848,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
name = "regex-automata" |
|
|
version = "0.4.3" |
|
|
version = "0.4.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" |
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"memchr", |
|
@ -834,9 +865,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "reqwest" |
|
|
name = "reqwest" |
|
|
version = "0.11.22" |
|
|
version = "0.11.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" |
|
|
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"async-compression", |
|
|
"async-compression", |
|
|
"base64", |
|
|
"base64", |
|
@ -926,9 +957,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "ring" |
|
|
name = "ring" |
|
|
version = "0.17.6" |
|
|
version = "0.17.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" |
|
|
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"cc", |
|
|
"getrandom", |
|
|
"getrandom", |
|
@ -944,24 +975,11 @@ version = "0.1.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rustix" |
|
|
|
|
|
version = "0.38.26" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"bitflags 2.4.1", |
|
|
|
|
|
"errno", |
|
|
|
|
|
"libc", |
|
|
|
|
|
"linux-raw-sys", |
|
|
|
|
|
"windows-sys 0.52.0", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rustls" |
|
|
name = "rustls" |
|
|
version = "0.21.9" |
|
|
version = "0.21.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" |
|
|
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"log", |
|
|
"log", |
|
|
"ring", |
|
|
"ring", |
|
@ -990,9 +1008,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "ryu" |
|
|
name = "ryu" |
|
|
version = "1.0.15" |
|
|
version = "1.0.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "scopeguard" |
|
|
name = "scopeguard" |
|
@ -1012,18 +1030,18 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde" |
|
|
name = "serde" |
|
|
version = "1.0.193" |
|
|
version = "1.0.196" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" |
|
|
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
name = "serde_derive" |
|
|
version = "1.0.193" |
|
|
version = "1.0.196" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" |
|
|
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -1032,9 +1050,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
name = "serde_json" |
|
|
version = "1.0.108" |
|
|
version = "1.0.113" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" |
|
|
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"ryu", |
|
@ -1043,9 +1061,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_spanned" |
|
|
name = "serde_spanned" |
|
|
version = "0.6.4" |
|
|
version = "0.6.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" |
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde", |
|
|
] |
|
|
] |
|
@ -1064,9 +1082,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_yaml" |
|
|
name = "serde_yaml" |
|
|
version = "0.9.27" |
|
|
version = "0.9.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" |
|
|
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"indexmap", |
|
|
"indexmap", |
|
|
"itoa", |
|
|
"itoa", |
|
@ -1086,19 +1104,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
name = "smallvec" |
|
|
version = "1.11.2" |
|
|
version = "1.13.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "socket2" |
|
|
|
|
|
version = "0.4.10" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" |
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
|
|
dependencies = [ |
|
|
|
|
|
"libc", |
|
|
|
|
|
"winapi", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "socket2" |
|
|
name = "socket2" |
|
@ -1118,9 +1126,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "syn" |
|
|
name = "syn" |
|
|
version = "2.0.39" |
|
|
version = "2.0.48" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" |
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -1133,7 +1141,7 @@ version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitflags 1.3.2", |
|
|
"bitflags", |
|
|
"core-foundation", |
|
|
"core-foundation", |
|
|
"system-configuration-sys", |
|
|
"system-configuration-sys", |
|
|
] |
|
|
] |
|
@ -1157,29 +1165,20 @@ dependencies = [ |
|
|
"pin-utils", |
|
|
"pin-utils", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "termcolor" |
|
|
|
|
|
version = "1.4.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"winapi-util", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
name = "thiserror" |
|
|
version = "1.0.50" |
|
|
version = "1.0.56" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" |
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
"thiserror-impl", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
name = "thiserror-impl" |
|
|
version = "1.0.50" |
|
|
version = "1.0.56" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" |
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -1212,9 +1211,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "tokio" |
|
|
name = "tokio" |
|
|
version = "1.34.0" |
|
|
version = "1.35.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" |
|
|
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"backtrace", |
|
|
"backtrace", |
|
|
"bytes", |
|
|
"bytes", |
|
@ -1222,7 +1221,7 @@ dependencies = [ |
|
|
"mio", |
|
|
"mio", |
|
|
"num_cpus", |
|
|
"num_cpus", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"socket2 0.5.5", |
|
|
"socket2", |
|
|
"tokio-macros", |
|
|
"tokio-macros", |
|
|
"windows-sys 0.48.0", |
|
|
"windows-sys 0.48.0", |
|
|
] |
|
|
] |
|
@ -1335,9 +1334,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "try-lock" |
|
|
name = "try-lock" |
|
|
version = "0.2.4" |
|
|
version = "0.2.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "unicase" |
|
|
name = "unicase" |
|
@ -1350,9 +1349,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "unicode-bidi" |
|
|
name = "unicode-bidi" |
|
|
version = "0.3.13" |
|
|
version = "0.3.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
name = "unicode-ident" |
|
@ -1371,9 +1370,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "unsafe-libyaml" |
|
|
name = "unsafe-libyaml" |
|
|
version = "0.2.9" |
|
|
version = "0.2.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" |
|
|
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "untrusted" |
|
|
name = "untrusted" |
|
@ -1392,6 +1391,12 @@ dependencies = [ |
|
|
"percent-encoding", |
|
|
"percent-encoding", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "utf8parse" |
|
|
|
|
|
version = "0.2.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "version_check" |
|
|
name = "version_check" |
|
|
version = "0.9.4" |
|
|
version = "0.9.4" |
|
@ -1415,9 +1420,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.89" |
|
|
version = "0.2.90" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" |
|
|
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"wasm-bindgen-macro", |
|
|
"wasm-bindgen-macro", |
|
@ -1425,9 +1430,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-backend" |
|
|
name = "wasm-bindgen-backend" |
|
|
version = "0.2.89" |
|
|
version = "0.2.90" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" |
|
|
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"bumpalo", |
|
|
"log", |
|
|
"log", |
|
@ -1440,9 +1445,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-futures" |
|
|
name = "wasm-bindgen-futures" |
|
|
version = "0.4.39" |
|
|
version = "0.4.40" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" |
|
|
checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if", |
|
|
"js-sys", |
|
|
"js-sys", |
|
@ -1452,9 +1457,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro" |
|
|
name = "wasm-bindgen-macro" |
|
|
version = "0.2.89" |
|
|
version = "0.2.90" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" |
|
|
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"quote", |
|
|
"wasm-bindgen-macro-support", |
|
|
"wasm-bindgen-macro-support", |
|
@ -1462,9 +1467,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro-support" |
|
|
name = "wasm-bindgen-macro-support" |
|
|
version = "0.2.89" |
|
|
version = "0.2.90" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" |
|
|
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"quote", |
|
@ -1475,9 +1480,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen-shared" |
|
|
name = "wasm-bindgen-shared" |
|
|
version = "0.2.89" |
|
|
version = "0.2.90" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" |
|
|
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-timer" |
|
|
name = "wasm-timer" |
|
@ -1496,9 +1501,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "web-sys" |
|
|
name = "web-sys" |
|
|
version = "0.3.66" |
|
|
version = "0.3.67" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" |
|
|
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"js-sys", |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
@ -1526,15 +1531,6 @@ version = "0.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "winapi-util" |
|
|
|
|
|
version = "0.1.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"winapi", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "winapi-x86_64-pc-windows-gnu" |
|
|
name = "winapi-x86_64-pc-windows-gnu" |
|
|
version = "0.4.0" |
|
|
version = "0.4.0" |
|
@ -1543,11 +1539,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "windows-core" |
|
|
name = "windows-core" |
|
|
version = "0.51.1" |
|
|
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 = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" |
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"windows-targets 0.48.5", |
|
|
"windows-targets 0.52.0", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1684,9 +1680,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "winnow" |
|
|
name = "winnow" |
|
|
version = "0.5.19" |
|
|
version = "0.5.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b" |
|
|
checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"memchr", |
|
|
] |
|
|
] |
|
|