diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-31 10:33:06 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-01-31 10:33:06 +0000 |
| commit | 70538e9cc9ee814a7ff83f3188b2175c226fb284 (patch) | |
| tree | a7ec77be655dc6340542d3f5a2e6b909895322a3 | |
| parent | 76db0732fbc6b7dcdd3350d2387bf7144289a0cd (diff) | |
chore: cargo update
update dependancies to latest version stated in cargo.toml
| -rw-r--r-- | Cargo.lock | 677 |
1 files changed, 340 insertions, 337 deletions
| @@ -61,9 +61,9 @@ dependencies = [ | |||
| 61 | 61 | ||
| 62 | [[package]] | 62 | [[package]] |
| 63 | name = "anstream" | 63 | name = "anstream" |
| 64 | version = "0.6.4" | 64 | version = "0.6.11" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" | 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" | 66 | checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" |
| 67 | dependencies = [ | 67 | dependencies = [ |
| 68 | "anstyle", | 68 | "anstyle", |
| 69 | "anstyle-parse", | 69 | "anstyle-parse", |
| @@ -75,54 +75,54 @@ dependencies = [ | |||
| 75 | 75 | ||
| 76 | [[package]] | 76 | [[package]] |
| 77 | name = "anstyle" | 77 | name = "anstyle" |
| 78 | version = "1.0.4" | 78 | version = "1.0.5" |
| 79 | source = "registry+https://github.com/rust-lang/crates.io-index" | 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 80 | checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" | 80 | checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220" |
| 81 | 81 | ||
| 82 | [[package]] | 82 | [[package]] |
| 83 | name = "anstyle-parse" | 83 | name = "anstyle-parse" |
| 84 | version = "0.2.2" | 84 | version = "0.2.3" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" | 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" | 86 | checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" |
| 87 | dependencies = [ | 87 | dependencies = [ |
| 88 | "utf8parse", | 88 | "utf8parse", |
| 89 | ] | 89 | ] |
| 90 | 90 | ||
| 91 | [[package]] | 91 | [[package]] |
| 92 | name = "anstyle-query" | 92 | name = "anstyle-query" |
| 93 | version = "1.0.0" | 93 | version = "1.0.2" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" | 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" | 95 | checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" |
| 96 | dependencies = [ | 96 | dependencies = [ |
| 97 | "windows-sys 0.48.0", | 97 | "windows-sys 0.52.0", |
| 98 | ] | 98 | ] |
| 99 | 99 | ||
| 100 | [[package]] | 100 | [[package]] |
| 101 | name = "anstyle-wincon" | 101 | name = "anstyle-wincon" |
| 102 | version = "3.0.1" | 102 | version = "3.0.2" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" | 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" | 104 | checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" |
| 105 | dependencies = [ | 105 | dependencies = [ |
| 106 | "anstyle", | 106 | "anstyle", |
| 107 | "windows-sys 0.48.0", | 107 | "windows-sys 0.52.0", |
| 108 | ] | 108 | ] |
| 109 | 109 | ||
| 110 | [[package]] | 110 | [[package]] |
| 111 | name = "anyhow" | 111 | name = "anyhow" |
| 112 | version = "1.0.75" | 112 | version = "1.0.79" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" | 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" | 114 | checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" |
| 115 | 115 | ||
| 116 | [[package]] | 116 | [[package]] |
| 117 | name = "assert_cmd" | 117 | name = "assert_cmd" |
| 118 | version = "2.0.12" | 118 | version = "2.0.13" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" | 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" | 120 | checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" |
| 121 | dependencies = [ | 121 | dependencies = [ |
| 122 | "anstyle", | 122 | "anstyle", |
| 123 | "bstr", | 123 | "bstr", |
| 124 | "doc-comment", | 124 | "doc-comment", |
| 125 | "predicates 3.0.4", | 125 | "predicates 3.1.0", |
| 126 | "predicates-core", | 126 | "predicates-core", |
| 127 | "predicates-tree", | 127 | "predicates-tree", |
| 128 | "wait-timeout", | 128 | "wait-timeout", |
| @@ -140,12 +140,12 @@ dependencies = [ | |||
| 140 | 140 | ||
| 141 | [[package]] | 141 | [[package]] |
| 142 | name = "async-channel" | 142 | name = "async-channel" |
| 143 | version = "2.1.0" | 143 | version = "2.1.1" |
| 144 | source = "registry+https://github.com/rust-lang/crates.io-index" | 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | checksum = "d37875bd9915b7d67c2f117ea2c30a0989874d0b2cb694fe25403c85763c0c9e" | 145 | checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" |
| 146 | dependencies = [ | 146 | dependencies = [ |
| 147 | "concurrent-queue", | 147 | "concurrent-queue", |
| 148 | "event-listener 3.1.0", | 148 | "event-listener 4.0.3", |
| 149 | "event-listener-strategy", | 149 | "event-listener-strategy", |
| 150 | "futures-core", | 150 | "futures-core", |
| 151 | "pin-project-lite", | 151 | "pin-project-lite", |
| @@ -153,15 +153,15 @@ dependencies = [ | |||
| 153 | 153 | ||
| 154 | [[package]] | 154 | [[package]] |
| 155 | name = "async-executor" | 155 | name = "async-executor" |
| 156 | version = "1.6.0" | 156 | version = "1.8.0" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" | 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" | 158 | checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" |
| 159 | dependencies = [ | 159 | dependencies = [ |
| 160 | "async-lock 2.8.0", | 160 | "async-lock 3.3.0", |
| 161 | "async-task", | 161 | "async-task", |
| 162 | "concurrent-queue", | 162 | "concurrent-queue", |
| 163 | "fastrand 2.0.1", | 163 | "fastrand 2.0.1", |
| 164 | "futures-lite 1.13.0", | 164 | "futures-lite 2.2.0", |
| 165 | "slab", | 165 | "slab", |
| 166 | ] | 166 | ] |
| 167 | 167 | ||
| @@ -199,22 +199,21 @@ dependencies = [ | |||
| 199 | 199 | ||
| 200 | [[package]] | 200 | [[package]] |
| 201 | name = "async-io" | 201 | name = "async-io" |
| 202 | version = "2.2.0" | 202 | version = "2.3.1" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" | 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "41ed9d5715c2d329bf1b4da8d60455b99b187f27ba726df2883799af9af60997" | 204 | checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" |
| 205 | dependencies = [ | 205 | dependencies = [ |
| 206 | "async-lock 3.1.0", | 206 | "async-lock 3.3.0", |
| 207 | "cfg-if", | 207 | "cfg-if", |
| 208 | "concurrent-queue", | 208 | "concurrent-queue", |
| 209 | "futures-io", | 209 | "futures-io", |
| 210 | "futures-lite 2.0.1", | 210 | "futures-lite 2.2.0", |
| 211 | "parking", | 211 | "parking", |
| 212 | "polling 3.3.0", | 212 | "polling 3.3.2", |
| 213 | "rustix 0.38.21", | 213 | "rustix 0.38.30", |
| 214 | "slab", | 214 | "slab", |
| 215 | "tracing", | 215 | "tracing", |
| 216 | "waker-fn", | 216 | "windows-sys 0.52.0", |
| 217 | "windows-sys 0.48.0", | ||
| 218 | ] | 217 | ] |
| 219 | 218 | ||
| 220 | [[package]] | 219 | [[package]] |
| @@ -228,11 +227,11 @@ dependencies = [ | |||
| 228 | 227 | ||
| 229 | [[package]] | 228 | [[package]] |
| 230 | name = "async-lock" | 229 | name = "async-lock" |
| 231 | version = "3.1.0" | 230 | version = "3.3.0" |
| 232 | source = "registry+https://github.com/rust-lang/crates.io-index" | 231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 233 | checksum = "deb2ab2aa8a746e221ab826c73f48bc6ba41be6763f0855cb249eb6d154cf1d7" | 232 | checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" |
| 234 | dependencies = [ | 233 | dependencies = [ |
| 235 | "event-listener 3.1.0", | 234 | "event-listener 4.0.3", |
| 236 | "event-listener-strategy", | 235 | "event-listener-strategy", |
| 237 | "pin-project-lite", | 236 | "pin-project-lite", |
| 238 | ] | 237 | ] |
| @@ -250,7 +249,7 @@ dependencies = [ | |||
| 250 | "cfg-if", | 249 | "cfg-if", |
| 251 | "event-listener 3.1.0", | 250 | "event-listener 3.1.0", |
| 252 | "futures-lite 1.13.0", | 251 | "futures-lite 1.13.0", |
| 253 | "rustix 0.38.21", | 252 | "rustix 0.38.30", |
| 254 | "windows-sys 0.48.0", | 253 | "windows-sys 0.48.0", |
| 255 | ] | 254 | ] |
| 256 | 255 | ||
| @@ -262,7 +261,7 @@ checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" | |||
| 262 | dependencies = [ | 261 | dependencies = [ |
| 263 | "proc-macro2", | 262 | "proc-macro2", |
| 264 | "quote", | 263 | "quote", |
| 265 | "syn 2.0.39", | 264 | "syn 2.0.48", |
| 266 | ] | 265 | ] |
| 267 | 266 | ||
| 268 | [[package]] | 267 | [[package]] |
| @@ -271,13 +270,13 @@ version = "0.2.5" | |||
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" | 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" | 271 | checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" |
| 273 | dependencies = [ | 272 | dependencies = [ |
| 274 | "async-io 2.2.0", | 273 | "async-io 2.3.1", |
| 275 | "async-lock 2.8.0", | 274 | "async-lock 2.8.0", |
| 276 | "atomic-waker", | 275 | "atomic-waker", |
| 277 | "cfg-if", | 276 | "cfg-if", |
| 278 | "futures-core", | 277 | "futures-core", |
| 279 | "futures-io", | 278 | "futures-io", |
| 280 | "rustix 0.38.21", | 279 | "rustix 0.38.30", |
| 281 | "signal-hook-registry", | 280 | "signal-hook-registry", |
| 282 | "slab", | 281 | "slab", |
| 283 | "windows-sys 0.48.0", | 282 | "windows-sys 0.48.0", |
| @@ -285,19 +284,19 @@ dependencies = [ | |||
| 285 | 284 | ||
| 286 | [[package]] | 285 | [[package]] |
| 287 | name = "async-task" | 286 | name = "async-task" |
| 288 | version = "4.5.0" | 287 | version = "4.7.0" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" | 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1" | 289 | checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" |
| 291 | 290 | ||
| 292 | [[package]] | 291 | [[package]] |
| 293 | name = "async-trait" | 292 | name = "async-trait" |
| 294 | version = "0.1.74" | 293 | version = "0.1.77" |
| 295 | source = "registry+https://github.com/rust-lang/crates.io-index" | 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 296 | checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" | 295 | checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" |
| 297 | dependencies = [ | 296 | dependencies = [ |
| 298 | "proc-macro2", | 297 | "proc-macro2", |
| 299 | "quote", | 298 | "quote", |
| 300 | "syn 2.0.39", | 299 | "syn 2.0.48", |
| 301 | ] | 300 | ] |
| 302 | 301 | ||
| 303 | [[package]] | 302 | [[package]] |
| @@ -370,9 +369,9 @@ dependencies = [ | |||
| 370 | 369 | ||
| 371 | [[package]] | 370 | [[package]] |
| 372 | name = "base64" | 371 | name = "base64" |
| 373 | version = "0.21.5" | 372 | version = "0.21.7" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" | 373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" | 374 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 376 | 375 | ||
| 377 | [[package]] | 376 | [[package]] |
| 378 | name = "base64ct" | 377 | name = "base64ct" |
| @@ -399,9 +398,9 @@ dependencies = [ | |||
| 399 | 398 | ||
| 400 | [[package]] | 399 | [[package]] |
| 401 | name = "bitcoin" | 400 | name = "bitcoin" |
| 402 | version = "0.30.1" | 401 | version = "0.30.2" |
| 403 | source = "registry+https://github.com/rust-lang/crates.io-index" | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 404 | checksum = "4e99ff7289b20a7385f66a0feda78af2fc119d28fb56aea8886a9cd0a4abdd75" | 403 | checksum = "1945a5048598e4189e239d3f809b19bdad4845c4b2ba400d304d2dcf26d2c462" |
| 405 | dependencies = [ | 404 | dependencies = [ |
| 406 | "bech32", | 405 | "bech32", |
| 407 | "bitcoin-private", | 406 | "bitcoin-private", |
| @@ -441,9 +440,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | |||
| 441 | 440 | ||
| 442 | [[package]] | 441 | [[package]] |
| 443 | name = "bitflags" | 442 | name = "bitflags" |
| 444 | version = "2.4.1" | 443 | version = "2.4.2" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" | 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" | 445 | checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" |
| 447 | 446 | ||
| 448 | [[package]] | 447 | [[package]] |
| 449 | name = "block-buffer" | 448 | name = "block-buffer" |
| @@ -486,20 +485,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 486 | checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" | 485 | checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" |
| 487 | dependencies = [ | 486 | dependencies = [ |
| 488 | "async-channel", | 487 | "async-channel", |
| 489 | "async-lock 3.1.0", | 488 | "async-lock 3.3.0", |
| 490 | "async-task", | 489 | "async-task", |
| 491 | "fastrand 2.0.1", | 490 | "fastrand 2.0.1", |
| 492 | "futures-io", | 491 | "futures-io", |
| 493 | "futures-lite 2.0.1", | 492 | "futures-lite 2.2.0", |
| 494 | "piper", | 493 | "piper", |
| 495 | "tracing", | 494 | "tracing", |
| 496 | ] | 495 | ] |
| 497 | 496 | ||
| 498 | [[package]] | 497 | [[package]] |
| 499 | name = "bstr" | 498 | name = "bstr" |
| 500 | version = "1.8.0" | 499 | version = "1.9.0" |
| 501 | source = "registry+https://github.com/rust-lang/crates.io-index" | 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 | checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c" | 501 | checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" |
| 503 | dependencies = [ | 502 | dependencies = [ |
| 504 | "memchr", | 503 | "memchr", |
| 505 | "regex-automata", | 504 | "regex-automata", |
| @@ -535,10 +534,11 @@ dependencies = [ | |||
| 535 | 534 | ||
| 536 | [[package]] | 535 | [[package]] |
| 537 | name = "cc" | 536 | name = "cc" |
| 538 | version = "1.0.84" | 537 | version = "1.0.83" |
| 539 | source = "registry+https://github.com/rust-lang/crates.io-index" | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 540 | checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856" | 539 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" |
| 541 | dependencies = [ | 540 | dependencies = [ |
| 541 | "jobserver", | ||
| 542 | "libc", | 542 | "libc", |
| 543 | ] | 543 | ] |
| 544 | 544 | ||
| @@ -594,9 +594,9 @@ dependencies = [ | |||
| 594 | 594 | ||
| 595 | [[package]] | 595 | [[package]] |
| 596 | name = "clap" | 596 | name = "clap" |
| 597 | version = "4.4.8" | 597 | version = "4.4.18" |
| 598 | source = "registry+https://github.com/rust-lang/crates.io-index" | 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 | checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" | 599 | checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" |
| 600 | dependencies = [ | 600 | dependencies = [ |
| 601 | "clap_builder", | 601 | "clap_builder", |
| 602 | "clap_derive", | 602 | "clap_derive", |
| @@ -604,9 +604,9 @@ dependencies = [ | |||
| 604 | 604 | ||
| 605 | [[package]] | 605 | [[package]] |
| 606 | name = "clap_builder" | 606 | name = "clap_builder" |
| 607 | version = "4.4.8" | 607 | version = "4.4.18" |
| 608 | source = "registry+https://github.com/rust-lang/crates.io-index" | 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 609 | checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" | 609 | checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" |
| 610 | dependencies = [ | 610 | dependencies = [ |
| 611 | "anstream", | 611 | "anstream", |
| 612 | "anstyle", | 612 | "anstyle", |
| @@ -623,7 +623,7 @@ dependencies = [ | |||
| 623 | "heck", | 623 | "heck", |
| 624 | "proc-macro2", | 624 | "proc-macro2", |
| 625 | "quote", | 625 | "quote", |
| 626 | "syn 2.0.39", | 626 | "syn 2.0.48", |
| 627 | ] | 627 | ] |
| 628 | 628 | ||
| 629 | [[package]] | 629 | [[package]] |
| @@ -646,31 +646,31 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" | |||
| 646 | 646 | ||
| 647 | [[package]] | 647 | [[package]] |
| 648 | name = "concurrent-queue" | 648 | name = "concurrent-queue" |
| 649 | version = "2.3.0" | 649 | version = "2.4.0" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" | 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400" | 651 | checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" |
| 652 | dependencies = [ | 652 | dependencies = [ |
| 653 | "crossbeam-utils", | 653 | "crossbeam-utils", |
| 654 | ] | 654 | ] |
| 655 | 655 | ||
| 656 | [[package]] | 656 | [[package]] |
| 657 | name = "console" | 657 | name = "console" |
| 658 | version = "0.15.7" | 658 | version = "0.15.8" |
| 659 | source = "registry+https://github.com/rust-lang/crates.io-index" | 659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 660 | checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" | 660 | checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" |
| 661 | dependencies = [ | 661 | dependencies = [ |
| 662 | "encode_unicode", | 662 | "encode_unicode", |
| 663 | "lazy_static", | 663 | "lazy_static", |
| 664 | "libc", | 664 | "libc", |
| 665 | "unicode-width", | 665 | "unicode-width", |
| 666 | "windows-sys 0.45.0", | 666 | "windows-sys 0.52.0", |
| 667 | ] | 667 | ] |
| 668 | 668 | ||
| 669 | [[package]] | 669 | [[package]] |
| 670 | name = "core-foundation" | 670 | name = "core-foundation" |
| 671 | version = "0.9.3" | 671 | version = "0.9.4" |
| 672 | source = "registry+https://github.com/rust-lang/crates.io-index" | 672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 673 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" | 673 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
| 674 | dependencies = [ | 674 | dependencies = [ |
| 675 | "core-foundation-sys", | 675 | "core-foundation-sys", |
| 676 | "libc", | 676 | "libc", |
| @@ -678,27 +678,24 @@ dependencies = [ | |||
| 678 | 678 | ||
| 679 | [[package]] | 679 | [[package]] |
| 680 | name = "core-foundation-sys" | 680 | name = "core-foundation-sys" |
| 681 | version = "0.8.4" | 681 | version = "0.8.6" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" | 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" | 683 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
| 684 | 684 | ||
| 685 | [[package]] | 685 | [[package]] |
| 686 | name = "cpufeatures" | 686 | name = "cpufeatures" |
| 687 | version = "0.2.11" | 687 | version = "0.2.12" |
| 688 | source = "registry+https://github.com/rust-lang/crates.io-index" | 688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 689 | checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" | 689 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" |
| 690 | dependencies = [ | 690 | dependencies = [ |
| 691 | "libc", | 691 | "libc", |
| 692 | ] | 692 | ] |
| 693 | 693 | ||
| 694 | [[package]] | 694 | [[package]] |
| 695 | name = "crossbeam-utils" | 695 | name = "crossbeam-utils" |
| 696 | version = "0.8.16" | 696 | version = "0.8.19" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" | 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" | 698 | checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" |
| 699 | dependencies = [ | ||
| 700 | "cfg-if", | ||
| 701 | ] | ||
| 702 | 699 | ||
| 703 | [[package]] | 700 | [[package]] |
| 704 | name = "crypto-common" | 701 | name = "crypto-common" |
| @@ -718,7 +715,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 718 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" | 715 | checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" |
| 719 | dependencies = [ | 716 | dependencies = [ |
| 720 | "cfg-if", | 717 | "cfg-if", |
| 721 | "hashbrown 0.14.2", | 718 | "hashbrown", |
| 722 | "lock_api", | 719 | "lock_api", |
| 723 | "once_cell", | 720 | "once_cell", |
| 724 | "parking_lot_core", | 721 | "parking_lot_core", |
| @@ -726,9 +723,9 @@ dependencies = [ | |||
| 726 | 723 | ||
| 727 | [[package]] | 724 | [[package]] |
| 728 | name = "data-encoding" | 725 | name = "data-encoding" |
| 729 | version = "2.4.0" | 726 | version = "2.5.0" |
| 730 | source = "registry+https://github.com/rust-lang/crates.io-index" | 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 | checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" | 728 | checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" |
| 732 | 729 | ||
| 733 | [[package]] | 730 | [[package]] |
| 734 | name = "derivative" | 731 | name = "derivative" |
| @@ -852,7 +849,7 @@ checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" | |||
| 852 | dependencies = [ | 849 | dependencies = [ |
| 853 | "proc-macro2", | 850 | "proc-macro2", |
| 854 | "quote", | 851 | "quote", |
| 855 | "syn 2.0.39", | 852 | "syn 2.0.48", |
| 856 | ] | 853 | ] |
| 857 | 854 | ||
| 858 | [[package]] | 855 | [[package]] |
| @@ -863,12 +860,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | |||
| 863 | 860 | ||
| 864 | [[package]] | 861 | [[package]] |
| 865 | name = "errno" | 862 | name = "errno" |
| 866 | version = "0.3.6" | 863 | version = "0.3.8" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" | 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e" | 865 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
| 869 | dependencies = [ | 866 | dependencies = [ |
| 870 | "libc", | 867 | "libc", |
| 871 | "windows-sys 0.48.0", | 868 | "windows-sys 0.52.0", |
| 872 | ] | 869 | ] |
| 873 | 870 | ||
| 874 | [[package]] | 871 | [[package]] |
| @@ -889,12 +886,23 @@ dependencies = [ | |||
| 889 | ] | 886 | ] |
| 890 | 887 | ||
| 891 | [[package]] | 888 | [[package]] |
| 889 | name = "event-listener" | ||
| 890 | version = "4.0.3" | ||
| 891 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 892 | checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" | ||
| 893 | dependencies = [ | ||
| 894 | "concurrent-queue", | ||
| 895 | "parking", | ||
| 896 | "pin-project-lite", | ||
| 897 | ] | ||
| 898 | |||
| 899 | [[package]] | ||
| 892 | name = "event-listener-strategy" | 900 | name = "event-listener-strategy" |
| 893 | version = "0.3.0" | 901 | version = "0.4.0" |
| 894 | source = "registry+https://github.com/rust-lang/crates.io-index" | 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 895 | checksum = "d96b852f1345da36d551b9473fa1e2b1eb5c5195585c6c018118bc92a8d91160" | 903 | checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" |
| 896 | dependencies = [ | 904 | dependencies = [ |
| 897 | "event-listener 3.1.0", | 905 | "event-listener 4.0.3", |
| 898 | "pin-project-lite", | 906 | "pin-project-lite", |
| 899 | ] | 907 | ] |
| 900 | 908 | ||
| @@ -943,9 +951,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" | |||
| 943 | 951 | ||
| 944 | [[package]] | 952 | [[package]] |
| 945 | name = "form_urlencoded" | 953 | name = "form_urlencoded" |
| 946 | version = "1.2.0" | 954 | version = "1.2.1" |
| 947 | source = "registry+https://github.com/rust-lang/crates.io-index" | 955 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 948 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" | 956 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
| 949 | dependencies = [ | 957 | dependencies = [ |
| 950 | "percent-encoding", | 958 | "percent-encoding", |
| 951 | ] | 959 | ] |
| @@ -958,9 +966,9 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" | |||
| 958 | 966 | ||
| 959 | [[package]] | 967 | [[package]] |
| 960 | name = "futures" | 968 | name = "futures" |
| 961 | version = "0.3.29" | 969 | version = "0.3.30" |
| 962 | source = "registry+https://github.com/rust-lang/crates.io-index" | 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 963 | checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" | 971 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
| 964 | dependencies = [ | 972 | dependencies = [ |
| 965 | "futures-channel", | 973 | "futures-channel", |
| 966 | "futures-core", | 974 | "futures-core", |
| @@ -973,9 +981,9 @@ dependencies = [ | |||
| 973 | 981 | ||
| 974 | [[package]] | 982 | [[package]] |
| 975 | name = "futures-channel" | 983 | name = "futures-channel" |
| 976 | version = "0.3.29" | 984 | version = "0.3.30" |
| 977 | source = "registry+https://github.com/rust-lang/crates.io-index" | 985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 978 | checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" | 986 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| 979 | dependencies = [ | 987 | dependencies = [ |
| 980 | "futures-core", | 988 | "futures-core", |
| 981 | "futures-sink", | 989 | "futures-sink", |
| @@ -983,15 +991,15 @@ dependencies = [ | |||
| 983 | 991 | ||
| 984 | [[package]] | 992 | [[package]] |
| 985 | name = "futures-core" | 993 | name = "futures-core" |
| 986 | version = "0.3.29" | 994 | version = "0.3.30" |
| 987 | source = "registry+https://github.com/rust-lang/crates.io-index" | 995 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" | 996 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
| 989 | 997 | ||
| 990 | [[package]] | 998 | [[package]] |
| 991 | name = "futures-executor" | 999 | name = "futures-executor" |
| 992 | version = "0.3.29" | 1000 | version = "0.3.30" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" | 1002 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
| 995 | dependencies = [ | 1003 | dependencies = [ |
| 996 | "futures-core", | 1004 | "futures-core", |
| 997 | "futures-task", | 1005 | "futures-task", |
| @@ -1000,9 +1008,9 @@ dependencies = [ | |||
| 1000 | 1008 | ||
| 1001 | [[package]] | 1009 | [[package]] |
| 1002 | name = "futures-io" | 1010 | name = "futures-io" |
| 1003 | version = "0.3.29" | 1011 | version = "0.3.30" |
| 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 | checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" | 1013 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
| 1006 | 1014 | ||
| 1007 | [[package]] | 1015 | [[package]] |
| 1008 | name = "futures-lite" | 1016 | name = "futures-lite" |
| @@ -1021,42 +1029,45 @@ dependencies = [ | |||
| 1021 | 1029 | ||
| 1022 | [[package]] | 1030 | [[package]] |
| 1023 | name = "futures-lite" | 1031 | name = "futures-lite" |
| 1024 | version = "2.0.1" | 1032 | version = "2.2.0" |
| 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1026 | checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" | 1034 | checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" |
| 1027 | dependencies = [ | 1035 | dependencies = [ |
| 1036 | "fastrand 2.0.1", | ||
| 1028 | "futures-core", | 1037 | "futures-core", |
| 1038 | "futures-io", | ||
| 1039 | "parking", | ||
| 1029 | "pin-project-lite", | 1040 | "pin-project-lite", |
| 1030 | ] | 1041 | ] |
| 1031 | 1042 | ||
| 1032 | [[package]] | 1043 | [[package]] |
| 1033 | name = "futures-macro" | 1044 | name = "futures-macro" |
| 1034 | version = "0.3.29" | 1045 | version = "0.3.30" |
| 1035 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1036 | checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" | 1047 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| 1037 | dependencies = [ | 1048 | dependencies = [ |
| 1038 | "proc-macro2", | 1049 | "proc-macro2", |
| 1039 | "quote", | 1050 | "quote", |
| 1040 | "syn 2.0.39", | 1051 | "syn 2.0.48", |
| 1041 | ] | 1052 | ] |
| 1042 | 1053 | ||
| 1043 | [[package]] | 1054 | [[package]] |
| 1044 | name = "futures-sink" | 1055 | name = "futures-sink" |
| 1045 | version = "0.3.29" | 1056 | version = "0.3.30" |
| 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1057 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1047 | checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" | 1058 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
| 1048 | 1059 | ||
| 1049 | [[package]] | 1060 | [[package]] |
| 1050 | name = "futures-task" | 1061 | name = "futures-task" |
| 1051 | version = "0.3.29" | 1062 | version = "0.3.30" |
| 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1053 | checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" | 1064 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
| 1054 | 1065 | ||
| 1055 | [[package]] | 1066 | [[package]] |
| 1056 | name = "futures-util" | 1067 | name = "futures-util" |
| 1057 | version = "0.3.29" | 1068 | version = "0.3.30" |
| 1058 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1059 | checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" | 1070 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
| 1060 | dependencies = [ | 1071 | dependencies = [ |
| 1061 | "futures-channel", | 1072 | "futures-channel", |
| 1062 | "futures-core", | 1073 | "futures-core", |
| @@ -1082,9 +1093,9 @@ dependencies = [ | |||
| 1082 | 1093 | ||
| 1083 | [[package]] | 1094 | [[package]] |
| 1084 | name = "getrandom" | 1095 | name = "getrandom" |
| 1085 | version = "0.2.11" | 1096 | version = "0.2.12" |
| 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" | 1098 | checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" |
| 1088 | dependencies = [ | 1099 | dependencies = [ |
| 1089 | "cfg-if", | 1100 | "cfg-if", |
| 1090 | "js-sys", | 1101 | "js-sys", |
| @@ -1095,9 +1106,9 @@ dependencies = [ | |||
| 1095 | 1106 | ||
| 1096 | [[package]] | 1107 | [[package]] |
| 1097 | name = "gimli" | 1108 | name = "gimli" |
| 1098 | version = "0.28.0" | 1109 | version = "0.28.1" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" | 1111 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
| 1101 | 1112 | ||
| 1102 | [[package]] | 1113 | [[package]] |
| 1103 | name = "git2" | 1114 | name = "git2" |
| @@ -1105,7 +1116,7 @@ version = "0.18.1" | |||
| 1105 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1106 | checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" | 1117 | checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" |
| 1107 | dependencies = [ | 1118 | dependencies = [ |
| 1108 | "bitflags 2.4.1", | 1119 | "bitflags 2.4.2", |
| 1109 | "libc", | 1120 | "libc", |
| 1110 | "libgit2-sys", | 1121 | "libgit2-sys", |
| 1111 | "log", | 1122 | "log", |
| @@ -1128,9 +1139,9 @@ dependencies = [ | |||
| 1128 | 1139 | ||
| 1129 | [[package]] | 1140 | [[package]] |
| 1130 | name = "h2" | 1141 | name = "h2" |
| 1131 | version = "0.3.21" | 1142 | version = "0.3.24" |
| 1132 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1133 | checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" | 1144 | checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" |
| 1134 | dependencies = [ | 1145 | dependencies = [ |
| 1135 | "bytes", | 1146 | "bytes", |
| 1136 | "fnv", | 1147 | "fnv", |
| @@ -1138,7 +1149,7 @@ dependencies = [ | |||
| 1138 | "futures-sink", | 1149 | "futures-sink", |
| 1139 | "futures-util", | 1150 | "futures-util", |
| 1140 | "http", | 1151 | "http", |
| 1141 | "indexmap 1.9.3", | 1152 | "indexmap", |
| 1142 | "slab", | 1153 | "slab", |
| 1143 | "tokio", | 1154 | "tokio", |
| 1144 | "tokio-util", | 1155 | "tokio-util", |
| @@ -1147,15 +1158,9 @@ dependencies = [ | |||
| 1147 | 1158 | ||
| 1148 | [[package]] | 1159 | [[package]] |
| 1149 | name = "hashbrown" | 1160 | name = "hashbrown" |
| 1150 | version = "0.12.3" | 1161 | version = "0.14.3" |
| 1151 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1152 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | ||
| 1153 | |||
| 1154 | [[package]] | ||
| 1155 | name = "hashbrown" | ||
| 1156 | version = "0.14.2" | ||
| 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 | checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" | 1163 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
| 1159 | 1164 | ||
| 1160 | [[package]] | 1165 | [[package]] |
| 1161 | name = "heck" | 1166 | name = "heck" |
| @@ -1165,9 +1170,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | |||
| 1165 | 1170 | ||
| 1166 | [[package]] | 1171 | [[package]] |
| 1167 | name = "hermit-abi" | 1172 | name = "hermit-abi" |
| 1168 | version = "0.3.3" | 1173 | version = "0.3.4" |
| 1169 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1170 | checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" | 1175 | checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" |
| 1171 | 1176 | ||
| 1172 | [[package]] | 1177 | [[package]] |
| 1173 | name = "hex" | 1178 | name = "hex" |
| @@ -1183,9 +1188,9 @@ checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" | |||
| 1183 | 1188 | ||
| 1184 | [[package]] | 1189 | [[package]] |
| 1185 | name = "hkdf" | 1190 | name = "hkdf" |
| 1186 | version = "0.12.3" | 1191 | version = "0.12.4" |
| 1187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1188 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" | 1193 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 1189 | dependencies = [ | 1194 | dependencies = [ |
| 1190 | "hmac", | 1195 | "hmac", |
| 1191 | ] | 1196 | ] |
| @@ -1201,9 +1206,9 @@ dependencies = [ | |||
| 1201 | 1206 | ||
| 1202 | [[package]] | 1207 | [[package]] |
| 1203 | name = "http" | 1208 | name = "http" |
| 1204 | version = "0.2.10" | 1209 | version = "0.2.11" |
| 1205 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1206 | checksum = "f95b9abcae896730d42b78e09c155ed4ddf82c07b4de772c64aee5b2d8b7c150" | 1211 | checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" |
| 1207 | dependencies = [ | 1212 | dependencies = [ |
| 1208 | "bytes", | 1213 | "bytes", |
| 1209 | "fnv", | 1214 | "fnv", |
| @@ -1212,9 +1217,9 @@ dependencies = [ | |||
| 1212 | 1217 | ||
| 1213 | [[package]] | 1218 | [[package]] |
| 1214 | name = "http-body" | 1219 | name = "http-body" |
| 1215 | version = "0.4.5" | 1220 | version = "0.4.6" |
| 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1217 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" | 1222 | checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| 1218 | dependencies = [ | 1223 | dependencies = [ |
| 1219 | "bytes", | 1224 | "bytes", |
| 1220 | "http", | 1225 | "http", |
| @@ -1235,9 +1240,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" | |||
| 1235 | 1240 | ||
| 1236 | [[package]] | 1241 | [[package]] |
| 1237 | name = "hyper" | 1242 | name = "hyper" |
| 1238 | version = "0.14.27" | 1243 | version = "0.14.28" |
| 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 | checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" | 1245 | checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" |
| 1241 | dependencies = [ | 1246 | dependencies = [ |
| 1242 | "bytes", | 1247 | "bytes", |
| 1243 | "futures-channel", | 1248 | "futures-channel", |
| @@ -1250,7 +1255,7 @@ dependencies = [ | |||
| 1250 | "httpdate", | 1255 | "httpdate", |
| 1251 | "itoa", | 1256 | "itoa", |
| 1252 | "pin-project-lite", | 1257 | "pin-project-lite", |
| 1253 | "socket2 0.4.10", | 1258 | "socket2 0.5.5", |
| 1254 | "tokio", | 1259 | "tokio", |
| 1255 | "tower-service", | 1260 | "tower-service", |
| 1256 | "tracing", | 1261 | "tracing", |
| @@ -1273,9 +1278,9 @@ dependencies = [ | |||
| 1273 | 1278 | ||
| 1274 | [[package]] | 1279 | [[package]] |
| 1275 | name = "idna" | 1280 | name = "idna" |
| 1276 | version = "0.4.0" | 1281 | version = "0.5.0" |
| 1277 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1278 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" | 1283 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" |
| 1279 | dependencies = [ | 1284 | dependencies = [ |
| 1280 | "unicode-bidi", | 1285 | "unicode-bidi", |
| 1281 | "unicode-normalization", | 1286 | "unicode-normalization", |
| @@ -1283,22 +1288,12 @@ dependencies = [ | |||
| 1283 | 1288 | ||
| 1284 | [[package]] | 1289 | [[package]] |
| 1285 | name = "indexmap" | 1290 | name = "indexmap" |
| 1286 | version = "1.9.3" | 1291 | version = "2.2.1" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" | 1293 | checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" |
| 1289 | dependencies = [ | ||
| 1290 | "autocfg", | ||
| 1291 | "hashbrown 0.12.3", | ||
| 1292 | ] | ||
| 1293 | |||
| 1294 | [[package]] | ||
| 1295 | name = "indexmap" | ||
| 1296 | version = "2.1.0" | ||
| 1297 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1298 | checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" | ||
| 1299 | dependencies = [ | 1294 | dependencies = [ |
| 1300 | "equivalent", | 1295 | "equivalent", |
| 1301 | "hashbrown 0.14.2", | 1296 | "hashbrown", |
| 1302 | ] | 1297 | ] |
| 1303 | 1298 | ||
| 1304 | [[package]] | 1299 | [[package]] |
| @@ -1363,41 +1358,41 @@ dependencies = [ | |||
| 1363 | ] | 1358 | ] |
| 1364 | 1359 | ||
| 1365 | [[package]] | 1360 | [[package]] |
| 1366 | name = "itertools" | 1361 | name = "itoa" |
| 1367 | version = "0.11.0" | 1362 | version = "1.0.10" |
| 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" | 1364 | checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" |
| 1370 | dependencies = [ | ||
| 1371 | "either", | ||
| 1372 | ] | ||
| 1373 | 1365 | ||
| 1374 | [[package]] | 1366 | [[package]] |
| 1375 | name = "itoa" | 1367 | name = "jobserver" |
| 1376 | version = "1.0.9" | 1368 | version = "0.1.27" |
| 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" | 1370 | checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" |
| 1371 | dependencies = [ | ||
| 1372 | "libc", | ||
| 1373 | ] | ||
| 1379 | 1374 | ||
| 1380 | [[package]] | 1375 | [[package]] |
| 1381 | name = "js-sys" | 1376 | name = "js-sys" |
| 1382 | version = "0.3.65" | 1377 | version = "0.3.67" |
| 1383 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1384 | checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" | 1379 | checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" |
| 1385 | dependencies = [ | 1380 | dependencies = [ |
| 1386 | "wasm-bindgen", | 1381 | "wasm-bindgen", |
| 1387 | ] | 1382 | ] |
| 1388 | 1383 | ||
| 1389 | [[package]] | 1384 | [[package]] |
| 1390 | name = "keyring" | 1385 | name = "keyring" |
| 1391 | version = "2.0.5" | 1386 | version = "2.3.2" |
| 1392 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1393 | checksum = "9549a129bd08149e0a71b2d1ce2729780d47127991bfd0a78cc1df697ec72492" | 1388 | checksum = "1be8bc4c6b6e9d85ecdad090fcf342a9216f53d747a537cc05e3452fd650ca46" |
| 1394 | dependencies = [ | 1389 | dependencies = [ |
| 1395 | "byteorder", | 1390 | "byteorder", |
| 1396 | "lazy_static", | 1391 | "lazy_static", |
| 1397 | "linux-keyutils", | 1392 | "linux-keyutils", |
| 1398 | "secret-service", | 1393 | "secret-service", |
| 1399 | "security-framework", | 1394 | "security-framework", |
| 1400 | "winapi", | 1395 | "windows-sys 0.52.0", |
| 1401 | ] | 1396 | ] |
| 1402 | 1397 | ||
| 1403 | [[package]] | 1398 | [[package]] |
| @@ -1408,9 +1403,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |||
| 1408 | 1403 | ||
| 1409 | [[package]] | 1404 | [[package]] |
| 1410 | name = "libc" | 1405 | name = "libc" |
| 1411 | version = "0.2.150" | 1406 | version = "0.2.152" |
| 1412 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1413 | checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" | 1408 | checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" |
| 1414 | 1409 | ||
| 1415 | [[package]] | 1410 | [[package]] |
| 1416 | name = "libgit2-sys" | 1411 | name = "libgit2-sys" |
| @@ -1432,7 +1427,7 @@ version = "0.0.1" | |||
| 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1433 | checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" | 1428 | checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" |
| 1434 | dependencies = [ | 1429 | dependencies = [ |
| 1435 | "bitflags 2.4.1", | 1430 | "bitflags 2.4.2", |
| 1436 | "libc", | 1431 | "libc", |
| 1437 | "redox_syscall", | 1432 | "redox_syscall", |
| 1438 | ] | 1433 | ] |
| @@ -1453,9 +1448,9 @@ dependencies = [ | |||
| 1453 | 1448 | ||
| 1454 | [[package]] | 1449 | [[package]] |
| 1455 | name = "libz-sys" | 1450 | name = "libz-sys" |
| 1456 | version = "1.1.12" | 1451 | version = "1.1.15" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" | 1453 | checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" |
| 1459 | dependencies = [ | 1454 | dependencies = [ |
| 1460 | "cc", | 1455 | "cc", |
| 1461 | "libc", | 1456 | "libc", |
| @@ -1465,11 +1460,11 @@ dependencies = [ | |||
| 1465 | 1460 | ||
| 1466 | [[package]] | 1461 | [[package]] |
| 1467 | name = "linux-keyutils" | 1462 | name = "linux-keyutils" |
| 1468 | version = "0.2.3" | 1463 | version = "0.2.4" |
| 1469 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1470 | checksum = "3f27bb67f6dd1d0bb5ab582868e4f65052e58da6401188a08f0da09cf512b84b" | 1465 | checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" |
| 1471 | dependencies = [ | 1466 | dependencies = [ |
| 1472 | "bitflags 1.3.2", | 1467 | "bitflags 2.4.2", |
| 1473 | "libc", | 1468 | "libc", |
| 1474 | ] | 1469 | ] |
| 1475 | 1470 | ||
| @@ -1481,9 +1476,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" | |||
| 1481 | 1476 | ||
| 1482 | [[package]] | 1477 | [[package]] |
| 1483 | name = "linux-raw-sys" | 1478 | name = "linux-raw-sys" |
| 1484 | version = "0.4.11" | 1479 | version = "0.4.13" |
| 1485 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 | checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" | 1481 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" |
| 1487 | 1482 | ||
| 1488 | [[package]] | 1483 | [[package]] |
| 1489 | name = "lock_api" | 1484 | name = "lock_api" |
| @@ -1503,9 +1498,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" | |||
| 1503 | 1498 | ||
| 1504 | [[package]] | 1499 | [[package]] |
| 1505 | name = "memchr" | 1500 | name = "memchr" |
| 1506 | version = "2.6.4" | 1501 | version = "2.7.1" |
| 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1508 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" | 1503 | checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" |
| 1509 | 1504 | ||
| 1510 | [[package]] | 1505 | [[package]] |
| 1511 | name = "memoffset" | 1506 | name = "memoffset" |
| @@ -1526,6 +1521,15 @@ dependencies = [ | |||
| 1526 | ] | 1521 | ] |
| 1527 | 1522 | ||
| 1528 | [[package]] | 1523 | [[package]] |
| 1524 | name = "memoffset" | ||
| 1525 | version = "0.9.0" | ||
| 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1527 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" | ||
| 1528 | dependencies = [ | ||
| 1529 | "autocfg", | ||
| 1530 | ] | ||
| 1531 | |||
| 1532 | [[package]] | ||
| 1529 | name = "mime" | 1533 | name = "mime" |
| 1530 | version = "0.3.17" | 1534 | version = "0.3.17" |
| 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1542,9 +1546,9 @@ dependencies = [ | |||
| 1542 | 1546 | ||
| 1543 | [[package]] | 1547 | [[package]] |
| 1544 | name = "mio" | 1548 | name = "mio" |
| 1545 | version = "0.8.9" | 1549 | version = "0.8.10" |
| 1546 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1547 | checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" | 1551 | checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" |
| 1548 | dependencies = [ | 1552 | dependencies = [ |
| 1549 | "libc", | 1553 | "libc", |
| 1550 | "wasi", | 1554 | "wasi", |
| @@ -1658,7 +1662,7 @@ version = "0.27.1" | |||
| 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1659 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" | 1663 | checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" |
| 1660 | dependencies = [ | 1664 | dependencies = [ |
| 1661 | "bitflags 2.4.1", | 1665 | "bitflags 2.4.2", |
| 1662 | "cfg-if", | 1666 | "cfg-if", |
| 1663 | "libc", | 1667 | "libc", |
| 1664 | ] | 1668 | ] |
| @@ -1819,9 +1823,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |||
| 1819 | 1823 | ||
| 1820 | [[package]] | 1824 | [[package]] |
| 1821 | name = "object" | 1825 | name = "object" |
| 1822 | version = "0.32.1" | 1826 | version = "0.32.2" |
| 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1824 | checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" | 1828 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
| 1825 | dependencies = [ | 1829 | dependencies = [ |
| 1826 | "memchr", | 1830 | "memchr", |
| 1827 | ] | 1831 | ] |
| @@ -1846,9 +1850,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | |||
| 1846 | 1850 | ||
| 1847 | [[package]] | 1851 | [[package]] |
| 1848 | name = "openssl-sys" | 1852 | name = "openssl-sys" |
| 1849 | version = "0.9.95" | 1853 | version = "0.9.99" |
| 1850 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1851 | checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9" | 1855 | checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" |
| 1852 | dependencies = [ | 1856 | dependencies = [ |
| 1853 | "cc", | 1857 | "cc", |
| 1854 | "libc", | 1858 | "libc", |
| @@ -1933,9 +1937,9 @@ dependencies = [ | |||
| 1933 | 1937 | ||
| 1934 | [[package]] | 1938 | [[package]] |
| 1935 | name = "percent-encoding" | 1939 | name = "percent-encoding" |
| 1936 | version = "2.3.0" | 1940 | version = "2.3.1" |
| 1937 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1938 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" | 1942 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 1939 | 1943 | ||
| 1940 | [[package]] | 1944 | [[package]] |
| 1941 | name = "pharos" | 1945 | name = "pharos" |
| @@ -1949,22 +1953,22 @@ dependencies = [ | |||
| 1949 | 1953 | ||
| 1950 | [[package]] | 1954 | [[package]] |
| 1951 | name = "pin-project" | 1955 | name = "pin-project" |
| 1952 | version = "1.1.3" | 1956 | version = "1.1.4" |
| 1953 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1957 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1954 | checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" | 1958 | checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" |
| 1955 | dependencies = [ | 1959 | dependencies = [ |
| 1956 | "pin-project-internal", | 1960 | "pin-project-internal", |
| 1957 | ] | 1961 | ] |
| 1958 | 1962 | ||
| 1959 | [[package]] | 1963 | [[package]] |
| 1960 | name = "pin-project-internal" | 1964 | name = "pin-project-internal" |
| 1961 | version = "1.1.3" | 1965 | version = "1.1.4" |
| 1962 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1963 | checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" | 1967 | checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" |
| 1964 | dependencies = [ | 1968 | dependencies = [ |
| 1965 | "proc-macro2", | 1969 | "proc-macro2", |
| 1966 | "quote", | 1970 | "quote", |
| 1967 | "syn 2.0.39", | 1971 | "syn 2.0.48", |
| 1968 | ] | 1972 | ] |
| 1969 | 1973 | ||
| 1970 | [[package]] | 1974 | [[package]] |
| @@ -1992,9 +1996,9 @@ dependencies = [ | |||
| 1992 | 1996 | ||
| 1993 | [[package]] | 1997 | [[package]] |
| 1994 | name = "pkg-config" | 1998 | name = "pkg-config" |
| 1995 | version = "0.3.27" | 1999 | version = "0.3.29" |
| 1996 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1997 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" | 2001 | checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" |
| 1998 | 2002 | ||
| 1999 | [[package]] | 2003 | [[package]] |
| 2000 | name = "polling" | 2004 | name = "polling" |
| @@ -2014,16 +2018,16 @@ dependencies = [ | |||
| 2014 | 2018 | ||
| 2015 | [[package]] | 2019 | [[package]] |
| 2016 | name = "polling" | 2020 | name = "polling" |
| 2017 | version = "3.3.0" | 2021 | version = "3.3.2" |
| 2018 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2019 | checksum = "e53b6af1f60f36f8c2ac2aad5459d75a5a9b4be1e8cdd40264f315d78193e531" | 2023 | checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" |
| 2020 | dependencies = [ | 2024 | dependencies = [ |
| 2021 | "cfg-if", | 2025 | "cfg-if", |
| 2022 | "concurrent-queue", | 2026 | "concurrent-queue", |
| 2023 | "pin-project-lite", | 2027 | "pin-project-lite", |
| 2024 | "rustix 0.38.21", | 2028 | "rustix 0.38.30", |
| 2025 | "tracing", | 2029 | "tracing", |
| 2026 | "windows-sys 0.48.0", | 2030 | "windows-sys 0.52.0", |
| 2027 | ] | 2031 | ] |
| 2028 | 2032 | ||
| 2029 | [[package]] | 2033 | [[package]] |
| @@ -2039,9 +2043,9 @@ dependencies = [ | |||
| 2039 | 2043 | ||
| 2040 | [[package]] | 2044 | [[package]] |
| 2041 | name = "portable-atomic" | 2045 | name = "portable-atomic" |
| 2042 | version = "1.5.1" | 2046 | version = "1.6.0" |
| 2043 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2047 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2044 | checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b" | 2048 | checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
| 2045 | 2049 | ||
| 2046 | [[package]] | 2050 | [[package]] |
| 2047 | name = "ppv-lite86" | 2051 | name = "ppv-lite86" |
| @@ -2057,7 +2061,7 @@ checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" | |||
| 2057 | dependencies = [ | 2061 | dependencies = [ |
| 2058 | "difflib", | 2062 | "difflib", |
| 2059 | "float-cmp", | 2063 | "float-cmp", |
| 2060 | "itertools 0.10.5", | 2064 | "itertools", |
| 2061 | "normalize-line-endings", | 2065 | "normalize-line-endings", |
| 2062 | "predicates-core", | 2066 | "predicates-core", |
| 2063 | "regex", | 2067 | "regex", |
| @@ -2065,13 +2069,12 @@ dependencies = [ | |||
| 2065 | 2069 | ||
| 2066 | [[package]] | 2070 | [[package]] |
| 2067 | name = "predicates" | 2071 | name = "predicates" |
| 2068 | version = "3.0.4" | 2072 | version = "3.1.0" |
| 2069 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2073 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2070 | checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" | 2074 | checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" |
| 2071 | dependencies = [ | 2075 | dependencies = [ |
| 2072 | "anstyle", | 2076 | "anstyle", |
| 2073 | "difflib", | 2077 | "difflib", |
| 2074 | "itertools 0.11.0", | ||
| 2075 | "predicates-core", | 2078 | "predicates-core", |
| 2076 | ] | 2079 | ] |
| 2077 | 2080 | ||
| @@ -2133,18 +2136,18 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" | |||
| 2133 | 2136 | ||
| 2134 | [[package]] | 2137 | [[package]] |
| 2135 | name = "proc-macro2" | 2138 | name = "proc-macro2" |
| 2136 | version = "1.0.69" | 2139 | version = "1.0.78" |
| 2137 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2138 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" | 2141 | checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" |
| 2139 | dependencies = [ | 2142 | dependencies = [ |
| 2140 | "unicode-ident", | 2143 | "unicode-ident", |
| 2141 | ] | 2144 | ] |
| 2142 | 2145 | ||
| 2143 | [[package]] | 2146 | [[package]] |
| 2144 | name = "quote" | 2147 | name = "quote" |
| 2145 | version = "1.0.33" | 2148 | version = "1.0.35" |
| 2146 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2147 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" | 2150 | checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" |
| 2148 | dependencies = [ | 2151 | dependencies = [ |
| 2149 | "proc-macro2", | 2152 | "proc-macro2", |
| 2150 | ] | 2153 | ] |
| @@ -2198,7 +2201,7 @@ checksum = "8b86292cf41ccfc96c5de7165c1c53d5b4ac540c5bab9d1857acbe9eba5f1a0b" | |||
| 2198 | dependencies = [ | 2201 | dependencies = [ |
| 2199 | "proc-macro-hack", | 2202 | "proc-macro-hack", |
| 2200 | "quote", | 2203 | "quote", |
| 2201 | "syn 2.0.39", | 2204 | "syn 2.0.48", |
| 2202 | ] | 2205 | ] |
| 2203 | 2206 | ||
| 2204 | [[package]] | 2207 | [[package]] |
| @@ -2232,9 +2235,9 @@ dependencies = [ | |||
| 2232 | 2235 | ||
| 2233 | [[package]] | 2236 | [[package]] |
| 2234 | name = "regex" | 2237 | name = "regex" |
| 2235 | version = "1.10.2" | 2238 | version = "1.10.3" |
| 2236 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2237 | checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" | 2240 | checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" |
| 2238 | dependencies = [ | 2241 | dependencies = [ |
| 2239 | "aho-corasick", | 2242 | "aho-corasick", |
| 2240 | "memchr", | 2243 | "memchr", |
| @@ -2244,9 +2247,9 @@ dependencies = [ | |||
| 2244 | 2247 | ||
| 2245 | [[package]] | 2248 | [[package]] |
| 2246 | name = "regex-automata" | 2249 | name = "regex-automata" |
| 2247 | version = "0.4.3" | 2250 | version = "0.4.5" |
| 2248 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2249 | checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" | 2252 | checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" |
| 2250 | dependencies = [ | 2253 | dependencies = [ |
| 2251 | "aho-corasick", | 2254 | "aho-corasick", |
| 2252 | "memchr", | 2255 | "memchr", |
| @@ -2261,9 +2264,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" | |||
| 2261 | 2264 | ||
| 2262 | [[package]] | 2265 | [[package]] |
| 2263 | name = "reqwest" | 2266 | name = "reqwest" |
| 2264 | version = "0.11.22" | 2267 | version = "0.11.23" |
| 2265 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 | checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" | 2269 | checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" |
| 2267 | dependencies = [ | 2270 | dependencies = [ |
| 2268 | "base64", | 2271 | "base64", |
| 2269 | "bytes", | 2272 | "bytes", |
| @@ -2327,9 +2330,9 @@ dependencies = [ | |||
| 2327 | 2330 | ||
| 2328 | [[package]] | 2331 | [[package]] |
| 2329 | name = "ring" | 2332 | name = "ring" |
| 2330 | version = "0.17.5" | 2333 | version = "0.17.7" |
| 2331 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2332 | checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" | 2335 | checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" |
| 2333 | dependencies = [ | 2336 | dependencies = [ |
| 2334 | "cc", | 2337 | "cc", |
| 2335 | "getrandom", | 2338 | "getrandom", |
| @@ -2370,22 +2373,22 @@ dependencies = [ | |||
| 2370 | 2373 | ||
| 2371 | [[package]] | 2374 | [[package]] |
| 2372 | name = "rustix" | 2375 | name = "rustix" |
| 2373 | version = "0.38.21" | 2376 | version = "0.38.30" |
| 2374 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2375 | checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" | 2378 | checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" |
| 2376 | dependencies = [ | 2379 | dependencies = [ |
| 2377 | "bitflags 2.4.1", | 2380 | "bitflags 2.4.2", |
| 2378 | "errno", | 2381 | "errno", |
| 2379 | "libc", | 2382 | "libc", |
| 2380 | "linux-raw-sys 0.4.11", | 2383 | "linux-raw-sys 0.4.13", |
| 2381 | "windows-sys 0.48.0", | 2384 | "windows-sys 0.52.0", |
| 2382 | ] | 2385 | ] |
| 2383 | 2386 | ||
| 2384 | [[package]] | 2387 | [[package]] |
| 2385 | name = "rustls" | 2388 | name = "rustls" |
| 2386 | version = "0.21.8" | 2389 | version = "0.21.10" |
| 2387 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 | checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" | 2391 | checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" |
| 2389 | dependencies = [ | 2392 | dependencies = [ |
| 2390 | "log", | 2393 | "log", |
| 2391 | "ring", | 2394 | "ring", |
| @@ -2414,9 +2417,9 @@ dependencies = [ | |||
| 2414 | 2417 | ||
| 2415 | [[package]] | 2418 | [[package]] |
| 2416 | name = "ryu" | 2419 | name = "ryu" |
| 2417 | version = "1.0.15" | 2420 | version = "1.0.16" |
| 2418 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2419 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" | 2422 | checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" |
| 2420 | 2423 | ||
| 2421 | [[package]] | 2424 | [[package]] |
| 2422 | name = "salsa20" | 2425 | name = "salsa20" |
| @@ -2520,9 +2523,9 @@ dependencies = [ | |||
| 2520 | 2523 | ||
| 2521 | [[package]] | 2524 | [[package]] |
| 2522 | name = "semver" | 2525 | name = "semver" |
| 2523 | version = "1.0.20" | 2526 | version = "1.0.21" |
| 2524 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2525 | checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" | 2528 | checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" |
| 2526 | 2529 | ||
| 2527 | [[package]] | 2530 | [[package]] |
| 2528 | name = "send_wrapper" | 2531 | name = "send_wrapper" |
| @@ -2532,31 +2535,31 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" | |||
| 2532 | 2535 | ||
| 2533 | [[package]] | 2536 | [[package]] |
| 2534 | name = "serde" | 2537 | name = "serde" |
| 2535 | version = "1.0.192" | 2538 | version = "1.0.196" |
| 2536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2537 | checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" | 2540 | checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" |
| 2538 | dependencies = [ | 2541 | dependencies = [ |
| 2539 | "serde_derive", | 2542 | "serde_derive", |
| 2540 | ] | 2543 | ] |
| 2541 | 2544 | ||
| 2542 | [[package]] | 2545 | [[package]] |
| 2543 | name = "serde_derive" | 2546 | name = "serde_derive" |
| 2544 | version = "1.0.192" | 2547 | version = "1.0.196" |
| 2545 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2546 | checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" | 2549 | checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" |
| 2547 | dependencies = [ | 2550 | dependencies = [ |
| 2548 | "proc-macro2", | 2551 | "proc-macro2", |
| 2549 | "quote", | 2552 | "quote", |
| 2550 | "syn 2.0.39", | 2553 | "syn 2.0.48", |
| 2551 | ] | 2554 | ] |
| 2552 | 2555 | ||
| 2553 | [[package]] | 2556 | [[package]] |
| 2554 | name = "serde_json" | 2557 | name = "serde_json" |
| 2555 | version = "1.0.108" | 2558 | version = "1.0.113" |
| 2556 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2557 | checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" | 2560 | checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" |
| 2558 | dependencies = [ | 2561 | dependencies = [ |
| 2559 | "indexmap 2.1.0", | 2562 | "indexmap", |
| 2560 | "itoa", | 2563 | "itoa", |
| 2561 | "ryu", | 2564 | "ryu", |
| 2562 | "serde", | 2565 | "serde", |
| @@ -2564,13 +2567,13 @@ dependencies = [ | |||
| 2564 | 2567 | ||
| 2565 | [[package]] | 2568 | [[package]] |
| 2566 | name = "serde_repr" | 2569 | name = "serde_repr" |
| 2567 | version = "0.1.17" | 2570 | version = "0.1.18" |
| 2568 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2569 | checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145" | 2572 | checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" |
| 2570 | dependencies = [ | 2573 | dependencies = [ |
| 2571 | "proc-macro2", | 2574 | "proc-macro2", |
| 2572 | "quote", | 2575 | "quote", |
| 2573 | "syn 2.0.39", | 2576 | "syn 2.0.48", |
| 2574 | ] | 2577 | ] |
| 2575 | 2578 | ||
| 2576 | [[package]] | 2579 | [[package]] |
| @@ -2587,11 +2590,11 @@ dependencies = [ | |||
| 2587 | 2590 | ||
| 2588 | [[package]] | 2591 | [[package]] |
| 2589 | name = "serde_yaml" | 2592 | name = "serde_yaml" |
| 2590 | version = "0.9.27" | 2593 | version = "0.9.31" |
| 2591 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2592 | checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" | 2595 | checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" |
| 2593 | dependencies = [ | 2596 | dependencies = [ |
| 2594 | "indexmap 2.1.0", | 2597 | "indexmap", |
| 2595 | "itoa", | 2598 | "itoa", |
| 2596 | "ryu", | 2599 | "ryu", |
| 2597 | "serde", | 2600 | "serde", |
| @@ -2620,7 +2623,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" | |||
| 2620 | dependencies = [ | 2623 | dependencies = [ |
| 2621 | "proc-macro2", | 2624 | "proc-macro2", |
| 2622 | "quote", | 2625 | "quote", |
| 2623 | "syn 2.0.39", | 2626 | "syn 2.0.48", |
| 2624 | ] | 2627 | ] |
| 2625 | 2628 | ||
| 2626 | [[package]] | 2629 | [[package]] |
| @@ -2682,9 +2685,9 @@ dependencies = [ | |||
| 2682 | 2685 | ||
| 2683 | [[package]] | 2686 | [[package]] |
| 2684 | name = "smallvec" | 2687 | name = "smallvec" |
| 2685 | version = "1.11.2" | 2688 | version = "1.13.1" |
| 2686 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2687 | checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" | 2690 | checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" |
| 2688 | 2691 | ||
| 2689 | [[package]] | 2692 | [[package]] |
| 2690 | name = "socket2" | 2693 | name = "socket2" |
| @@ -2755,9 +2758,9 @@ dependencies = [ | |||
| 2755 | 2758 | ||
| 2756 | [[package]] | 2759 | [[package]] |
| 2757 | name = "syn" | 2760 | name = "syn" |
| 2758 | version = "2.0.39" | 2761 | version = "2.0.48" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" | 2763 | checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" |
| 2761 | dependencies = [ | 2764 | dependencies = [ |
| 2762 | "proc-macro2", | 2765 | "proc-macro2", |
| 2763 | "quote", | 2766 | "quote", |
| @@ -2787,15 +2790,15 @@ dependencies = [ | |||
| 2787 | 2790 | ||
| 2788 | [[package]] | 2791 | [[package]] |
| 2789 | name = "tempfile" | 2792 | name = "tempfile" |
| 2790 | version = "3.8.1" | 2793 | version = "3.9.0" |
| 2791 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2792 | checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" | 2795 | checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" |
| 2793 | dependencies = [ | 2796 | dependencies = [ |
| 2794 | "cfg-if", | 2797 | "cfg-if", |
| 2795 | "fastrand 2.0.1", | 2798 | "fastrand 2.0.1", |
| 2796 | "redox_syscall", | 2799 | "redox_syscall", |
| 2797 | "rustix 0.38.21", | 2800 | "rustix 0.38.30", |
| 2798 | "windows-sys 0.48.0", | 2801 | "windows-sys 0.52.0", |
| 2799 | ] | 2802 | ] |
| 2800 | 2803 | ||
| 2801 | [[package]] | 2804 | [[package]] |
| @@ -2824,22 +2827,22 @@ dependencies = [ | |||
| 2824 | 2827 | ||
| 2825 | [[package]] | 2828 | [[package]] |
| 2826 | name = "thiserror" | 2829 | name = "thiserror" |
| 2827 | version = "1.0.50" | 2830 | version = "1.0.56" |
| 2828 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2829 | checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" | 2832 | checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" |
| 2830 | dependencies = [ | 2833 | dependencies = [ |
| 2831 | "thiserror-impl", | 2834 | "thiserror-impl", |
| 2832 | ] | 2835 | ] |
| 2833 | 2836 | ||
| 2834 | [[package]] | 2837 | [[package]] |
| 2835 | name = "thiserror-impl" | 2838 | name = "thiserror-impl" |
| 2836 | version = "1.0.50" | 2839 | version = "1.0.56" |
| 2837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2838 | checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" | 2841 | checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" |
| 2839 | dependencies = [ | 2842 | dependencies = [ |
| 2840 | "proc-macro2", | 2843 | "proc-macro2", |
| 2841 | "quote", | 2844 | "quote", |
| 2842 | "syn 2.0.39", | 2845 | "syn 2.0.48", |
| 2843 | ] | 2846 | ] |
| 2844 | 2847 | ||
| 2845 | [[package]] | 2848 | [[package]] |
| @@ -2859,9 +2862,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | |||
| 2859 | 2862 | ||
| 2860 | [[package]] | 2863 | [[package]] |
| 2861 | name = "tokio" | 2864 | name = "tokio" |
| 2862 | version = "1.34.0" | 2865 | version = "1.35.1" |
| 2863 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2864 | checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" | 2867 | checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" |
| 2865 | dependencies = [ | 2868 | dependencies = [ |
| 2866 | "backtrace", | 2869 | "backtrace", |
| 2867 | "bytes", | 2870 | "bytes", |
| @@ -2884,7 +2887,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" | |||
| 2884 | dependencies = [ | 2887 | dependencies = [ |
| 2885 | "proc-macro2", | 2888 | "proc-macro2", |
| 2886 | "quote", | 2889 | "quote", |
| 2887 | "syn 2.0.39", | 2890 | "syn 2.0.48", |
| 2888 | ] | 2891 | ] |
| 2889 | 2892 | ||
| 2890 | [[package]] | 2893 | [[package]] |
| @@ -2950,7 +2953,7 @@ version = "0.19.15" | |||
| 2950 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2951 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" | 2954 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" |
| 2952 | dependencies = [ | 2955 | dependencies = [ |
| 2953 | "indexmap 2.1.0", | 2956 | "indexmap", |
| 2954 | "toml_datetime", | 2957 | "toml_datetime", |
| 2955 | "winnow", | 2958 | "winnow", |
| 2956 | ] | 2959 | ] |
| @@ -2980,7 +2983,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" | |||
| 2980 | dependencies = [ | 2983 | dependencies = [ |
| 2981 | "proc-macro2", | 2984 | "proc-macro2", |
| 2982 | "quote", | 2985 | "quote", |
| 2983 | "syn 2.0.39", | 2986 | "syn 2.0.48", |
| 2984 | ] | 2987 | ] |
| 2985 | 2988 | ||
| 2986 | [[package]] | 2989 | [[package]] |
| @@ -2994,9 +2997,9 @@ dependencies = [ | |||
| 2994 | 2997 | ||
| 2995 | [[package]] | 2998 | [[package]] |
| 2996 | name = "try-lock" | 2999 | name = "try-lock" |
| 2997 | version = "0.2.4" | 3000 | version = "0.2.5" |
| 2998 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3001 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2999 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" | 3002 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 3000 | 3003 | ||
| 3001 | [[package]] | 3004 | [[package]] |
| 3002 | name = "tungstenite" | 3005 | name = "tungstenite" |
| @@ -3026,19 +3029,20 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" | |||
| 3026 | 3029 | ||
| 3027 | [[package]] | 3030 | [[package]] |
| 3028 | name = "uds_windows" | 3031 | name = "uds_windows" |
| 3029 | version = "1.0.2" | 3032 | version = "1.1.0" |
| 3030 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3031 | checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" | 3034 | checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
| 3032 | dependencies = [ | 3035 | dependencies = [ |
| 3036 | "memoffset 0.9.0", | ||
| 3033 | "tempfile", | 3037 | "tempfile", |
| 3034 | "winapi", | 3038 | "winapi", |
| 3035 | ] | 3039 | ] |
| 3036 | 3040 | ||
| 3037 | [[package]] | 3041 | [[package]] |
| 3038 | name = "unicode-bidi" | 3042 | name = "unicode-bidi" |
| 3039 | version = "0.3.13" | 3043 | version = "0.3.15" |
| 3040 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3041 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" | 3045 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" |
| 3042 | 3046 | ||
| 3043 | [[package]] | 3047 | [[package]] |
| 3044 | name = "unicode-ident" | 3048 | name = "unicode-ident" |
| @@ -3073,9 +3077,9 @@ dependencies = [ | |||
| 3073 | 3077 | ||
| 3074 | [[package]] | 3078 | [[package]] |
| 3075 | name = "unsafe-libyaml" | 3079 | name = "unsafe-libyaml" |
| 3076 | version = "0.2.9" | 3080 | version = "0.2.10" |
| 3077 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3078 | checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa" | 3082 | checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" |
| 3079 | 3083 | ||
| 3080 | [[package]] | 3084 | [[package]] |
| 3081 | name = "untrusted" | 3085 | name = "untrusted" |
| @@ -3085,9 +3089,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" | |||
| 3085 | 3089 | ||
| 3086 | [[package]] | 3090 | [[package]] |
| 3087 | name = "url" | 3091 | name = "url" |
| 3088 | version = "2.4.1" | 3092 | version = "2.5.0" |
| 3089 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3090 | checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" | 3094 | checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" |
| 3091 | dependencies = [ | 3095 | dependencies = [ |
| 3092 | "form_urlencoded", | 3096 | "form_urlencoded", |
| 3093 | "idna", | 3097 | "idna", |
| @@ -3096,15 +3100,14 @@ dependencies = [ | |||
| 3096 | 3100 | ||
| 3097 | [[package]] | 3101 | [[package]] |
| 3098 | name = "url-fork" | 3102 | name = "url-fork" |
| 3099 | version = "3.0.0" | 3103 | version = "3.0.1" |
| 3100 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3104 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3101 | checksum = "956afc9d7e101f0b718a6776489cd7998d0b17fc79f4cdb6ee6761fb72d1c2ce" | 3105 | checksum = "7fa3323c39b8e786154d3000b70ae9af0e9bd746c9791456da0d4a1f68ad89d6" |
| 3102 | dependencies = [ | 3106 | dependencies = [ |
| 3103 | "form_urlencoded", | 3107 | "form_urlencoded", |
| 3108 | "idna", | ||
| 3104 | "percent-encoding", | 3109 | "percent-encoding", |
| 3105 | "serde", | 3110 | "serde", |
| 3106 | "unicode-bidi", | ||
| 3107 | "unicode-normalization", | ||
| 3108 | ] | 3111 | ] |
| 3109 | 3112 | ||
| 3110 | [[package]] | 3113 | [[package]] |
| @@ -3183,9 +3186,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |||
| 3183 | 3186 | ||
| 3184 | [[package]] | 3187 | [[package]] |
| 3185 | name = "wasm-bindgen" | 3188 | name = "wasm-bindgen" |
| 3186 | version = "0.2.88" | 3189 | version = "0.2.90" |
| 3187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3188 | checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" | 3191 | checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" |
| 3189 | dependencies = [ | 3192 | dependencies = [ |
| 3190 | "cfg-if", | 3193 | "cfg-if", |
| 3191 | "wasm-bindgen-macro", | 3194 | "wasm-bindgen-macro", |
| @@ -3193,24 +3196,24 @@ dependencies = [ | |||
| 3193 | 3196 | ||
| 3194 | [[package]] | 3197 | [[package]] |
| 3195 | name = "wasm-bindgen-backend" | 3198 | name = "wasm-bindgen-backend" |
| 3196 | version = "0.2.88" | 3199 | version = "0.2.90" |
| 3197 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3198 | checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" | 3201 | checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" |
| 3199 | dependencies = [ | 3202 | dependencies = [ |
| 3200 | "bumpalo", | 3203 | "bumpalo", |
| 3201 | "log", | 3204 | "log", |
| 3202 | "once_cell", | 3205 | "once_cell", |
| 3203 | "proc-macro2", | 3206 | "proc-macro2", |
| 3204 | "quote", | 3207 | "quote", |
| 3205 | "syn 2.0.39", | 3208 | "syn 2.0.48", |
| 3206 | "wasm-bindgen-shared", | 3209 | "wasm-bindgen-shared", |
| 3207 | ] | 3210 | ] |
| 3208 | 3211 | ||
| 3209 | [[package]] | 3212 | [[package]] |
| 3210 | name = "wasm-bindgen-futures" | 3213 | name = "wasm-bindgen-futures" |
| 3211 | version = "0.4.38" | 3214 | version = "0.4.40" |
| 3212 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3213 | checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" | 3216 | checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" |
| 3214 | dependencies = [ | 3217 | dependencies = [ |
| 3215 | "cfg-if", | 3218 | "cfg-if", |
| 3216 | "js-sys", | 3219 | "js-sys", |
| @@ -3220,9 +3223,9 @@ dependencies = [ | |||
| 3220 | 3223 | ||
| 3221 | [[package]] | 3224 | [[package]] |
| 3222 | name = "wasm-bindgen-macro" | 3225 | name = "wasm-bindgen-macro" |
| 3223 | version = "0.2.88" | 3226 | version = "0.2.90" |
| 3224 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3225 | checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" | 3228 | checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" |
| 3226 | dependencies = [ | 3229 | dependencies = [ |
| 3227 | "quote", | 3230 | "quote", |
| 3228 | "wasm-bindgen-macro-support", | 3231 | "wasm-bindgen-macro-support", |
| @@ -3230,22 +3233,22 @@ dependencies = [ | |||
| 3230 | 3233 | ||
| 3231 | [[package]] | 3234 | [[package]] |
| 3232 | name = "wasm-bindgen-macro-support" | 3235 | name = "wasm-bindgen-macro-support" |
| 3233 | version = "0.2.88" | 3236 | version = "0.2.90" |
| 3234 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3235 | checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" | 3238 | checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" |
| 3236 | dependencies = [ | 3239 | dependencies = [ |
| 3237 | "proc-macro2", | 3240 | "proc-macro2", |
| 3238 | "quote", | 3241 | "quote", |
| 3239 | "syn 2.0.39", | 3242 | "syn 2.0.48", |
| 3240 | "wasm-bindgen-backend", | 3243 | "wasm-bindgen-backend", |
| 3241 | "wasm-bindgen-shared", | 3244 | "wasm-bindgen-shared", |
| 3242 | ] | 3245 | ] |
| 3243 | 3246 | ||
| 3244 | [[package]] | 3247 | [[package]] |
| 3245 | name = "wasm-bindgen-shared" | 3248 | name = "wasm-bindgen-shared" |
| 3246 | version = "0.2.88" | 3249 | version = "0.2.90" |
| 3247 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3248 | checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" | 3251 | checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" |
| 3249 | 3252 | ||
| 3250 | [[package]] | 3253 | [[package]] |
| 3251 | name = "wasm-ws" | 3254 | name = "wasm-ws" |
| @@ -3266,9 +3269,9 @@ dependencies = [ | |||
| 3266 | 3269 | ||
| 3267 | [[package]] | 3270 | [[package]] |
| 3268 | name = "web-sys" | 3271 | name = "web-sys" |
| 3269 | version = "0.3.65" | 3272 | version = "0.3.67" |
| 3270 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3271 | checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85" | 3274 | checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" |
| 3272 | dependencies = [ | 3275 | dependencies = [ |
| 3273 | "js-sys", | 3276 | "js-sys", |
| 3274 | "wasm-bindgen", | 3277 | "wasm-bindgen", |
| @@ -3276,9 +3279,9 @@ dependencies = [ | |||
| 3276 | 3279 | ||
| 3277 | [[package]] | 3280 | [[package]] |
| 3278 | name = "webpki-roots" | 3281 | name = "webpki-roots" |
| 3279 | version = "0.25.2" | 3282 | version = "0.25.3" |
| 3280 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3281 | checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" | 3284 | checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" |
| 3282 | 3285 | ||
| 3283 | [[package]] | 3286 | [[package]] |
| 3284 | name = "winapi" | 3287 | name = "winapi" |
| @@ -3304,15 +3307,6 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | |||
| 3304 | 3307 | ||
| 3305 | [[package]] | 3308 | [[package]] |
| 3306 | name = "windows-sys" | 3309 | name = "windows-sys" |
| 3307 | version = "0.45.0" | ||
| 3308 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3309 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" | ||
| 3310 | dependencies = [ | ||
| 3311 | "windows-targets 0.42.2", | ||
| 3312 | ] | ||
| 3313 | |||
| 3314 | [[package]] | ||
| 3315 | name = "windows-sys" | ||
| 3316 | version = "0.48.0" | 3310 | version = "0.48.0" |
| 3317 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3318 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | 3312 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| @@ -3321,18 +3315,12 @@ dependencies = [ | |||
| 3321 | ] | 3315 | ] |
| 3322 | 3316 | ||
| 3323 | [[package]] | 3317 | [[package]] |
| 3324 | name = "windows-targets" | 3318 | name = "windows-sys" |
| 3325 | version = "0.42.2" | 3319 | version = "0.52.0" |
| 3326 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3327 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" | 3321 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 3328 | dependencies = [ | 3322 | dependencies = [ |
| 3329 | "windows_aarch64_gnullvm 0.42.2", | 3323 | "windows-targets 0.52.0", |
| 3330 | "windows_aarch64_msvc 0.42.2", | ||
| 3331 | "windows_i686_gnu 0.42.2", | ||
| 3332 | "windows_i686_msvc 0.42.2", | ||
| 3333 | "windows_x86_64_gnu 0.42.2", | ||
| 3334 | "windows_x86_64_gnullvm 0.42.2", | ||
| 3335 | "windows_x86_64_msvc 0.42.2", | ||
| 3336 | ] | 3324 | ] |
| 3337 | 3325 | ||
| 3338 | [[package]] | 3326 | [[package]] |
| @@ -3351,10 +3339,19 @@ dependencies = [ | |||
| 3351 | ] | 3339 | ] |
| 3352 | 3340 | ||
| 3353 | [[package]] | 3341 | [[package]] |
| 3354 | name = "windows_aarch64_gnullvm" | 3342 | name = "windows-targets" |
| 3355 | version = "0.42.2" | 3343 | version = "0.52.0" |
| 3356 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3357 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" | 3345 | checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| 3346 | dependencies = [ | ||
| 3347 | "windows_aarch64_gnullvm 0.52.0", | ||
| 3348 | "windows_aarch64_msvc 0.52.0", | ||
| 3349 | "windows_i686_gnu 0.52.0", | ||
| 3350 | "windows_i686_msvc 0.52.0", | ||
| 3351 | "windows_x86_64_gnu 0.52.0", | ||
| 3352 | "windows_x86_64_gnullvm 0.52.0", | ||
| 3353 | "windows_x86_64_msvc 0.52.0", | ||
| 3354 | ] | ||
| 3358 | 3355 | ||
| 3359 | [[package]] | 3356 | [[package]] |
| 3360 | name = "windows_aarch64_gnullvm" | 3357 | name = "windows_aarch64_gnullvm" |
| @@ -3363,10 +3360,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3363 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | 3360 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 3364 | 3361 | ||
| 3365 | [[package]] | 3362 | [[package]] |
| 3366 | name = "windows_aarch64_msvc" | 3363 | name = "windows_aarch64_gnullvm" |
| 3367 | version = "0.42.2" | 3364 | version = "0.52.0" |
| 3368 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3369 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" | 3366 | checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| 3370 | 3367 | ||
| 3371 | [[package]] | 3368 | [[package]] |
| 3372 | name = "windows_aarch64_msvc" | 3369 | name = "windows_aarch64_msvc" |
| @@ -3375,10 +3372,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3375 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | 3372 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 3376 | 3373 | ||
| 3377 | [[package]] | 3374 | [[package]] |
| 3378 | name = "windows_i686_gnu" | 3375 | name = "windows_aarch64_msvc" |
| 3379 | version = "0.42.2" | 3376 | version = "0.52.0" |
| 3380 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3381 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" | 3378 | checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
| 3382 | 3379 | ||
| 3383 | [[package]] | 3380 | [[package]] |
| 3384 | name = "windows_i686_gnu" | 3381 | name = "windows_i686_gnu" |
| @@ -3387,10 +3384,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3387 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | 3384 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 3388 | 3385 | ||
| 3389 | [[package]] | 3386 | [[package]] |
| 3390 | name = "windows_i686_msvc" | 3387 | name = "windows_i686_gnu" |
| 3391 | version = "0.42.2" | 3388 | version = "0.52.0" |
| 3392 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3393 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" | 3390 | checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| 3394 | 3391 | ||
| 3395 | [[package]] | 3392 | [[package]] |
| 3396 | name = "windows_i686_msvc" | 3393 | name = "windows_i686_msvc" |
| @@ -3399,10 +3396,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3399 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | 3396 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 3400 | 3397 | ||
| 3401 | [[package]] | 3398 | [[package]] |
| 3402 | name = "windows_x86_64_gnu" | 3399 | name = "windows_i686_msvc" |
| 3403 | version = "0.42.2" | 3400 | version = "0.52.0" |
| 3404 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3405 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" | 3402 | checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
| 3406 | 3403 | ||
| 3407 | [[package]] | 3404 | [[package]] |
| 3408 | name = "windows_x86_64_gnu" | 3405 | name = "windows_x86_64_gnu" |
| @@ -3411,10 +3408,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3411 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | 3408 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 3412 | 3409 | ||
| 3413 | [[package]] | 3410 | [[package]] |
| 3414 | name = "windows_x86_64_gnullvm" | 3411 | name = "windows_x86_64_gnu" |
| 3415 | version = "0.42.2" | 3412 | version = "0.52.0" |
| 3416 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" | 3414 | checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| 3418 | 3415 | ||
| 3419 | [[package]] | 3416 | [[package]] |
| 3420 | name = "windows_x86_64_gnullvm" | 3417 | name = "windows_x86_64_gnullvm" |
| @@ -3423,10 +3420,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3423 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | 3420 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 3424 | 3421 | ||
| 3425 | [[package]] | 3422 | [[package]] |
| 3426 | name = "windows_x86_64_msvc" | 3423 | name = "windows_x86_64_gnullvm" |
| 3427 | version = "0.42.2" | 3424 | version = "0.52.0" |
| 3428 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3429 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" | 3426 | checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
| 3430 | 3427 | ||
| 3431 | [[package]] | 3428 | [[package]] |
| 3432 | name = "windows_x86_64_msvc" | 3429 | name = "windows_x86_64_msvc" |
| @@ -3435,10 +3432,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3435 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | 3432 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 3436 | 3433 | ||
| 3437 | [[package]] | 3434 | [[package]] |
| 3435 | name = "windows_x86_64_msvc" | ||
| 3436 | version = "0.52.0" | ||
| 3437 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3438 | checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" | ||
| 3439 | |||
| 3440 | [[package]] | ||
| 3438 | name = "winnow" | 3441 | name = "winnow" |
| 3439 | version = "0.5.19" | 3442 | version = "0.5.35" |
| 3440 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3441 | checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b" | 3444 | checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d" |
| 3442 | dependencies = [ | 3445 | dependencies = [ |
| 3443 | "memchr", | 3446 | "memchr", |
| 3444 | ] | 3447 | ] |
| @@ -3531,9 +3534,9 @@ dependencies = [ | |||
| 3531 | 3534 | ||
| 3532 | [[package]] | 3535 | [[package]] |
| 3533 | name = "zeroize" | 3536 | name = "zeroize" |
| 3534 | version = "1.6.0" | 3537 | version = "1.7.0" |
| 3535 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3536 | checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" | 3539 | checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" |
| 3537 | 3540 | ||
| 3538 | [[package]] | 3541 | [[package]] |
| 3539 | name = "zvariant" | 3542 | name = "zvariant" |