Local runner for GitHub autograder
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Deps

Ben C cd075bbc 808b1c90

+202 -106
+202 -106
Cargo.lock
··· 1 1 # This file is automatically @generated by Cargo. 2 2 # It is not intended for manual editing. 3 - version = 3 3 + version = 4 4 4 5 5 [[package]] 6 6 name = "aho-corasick" 7 - version = "1.1.2" 7 + version = "1.1.3" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 9 + checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10 10 dependencies = [ 11 11 "memchr", 12 12 ] 13 13 14 14 [[package]] 15 15 name = "anstream" 16 - version = "0.6.11" 16 + version = "0.6.18" 17 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" 18 + checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 19 19 dependencies = [ 20 20 "anstyle", 21 21 "anstyle-parse", 22 22 "anstyle-query", 23 23 "anstyle-wincon", 24 24 "colorchoice", 25 + "is_terminal_polyfill", 25 26 "utf8parse", 26 27 ] 27 28 28 29 [[package]] 29 30 name = "anstyle" 30 - version = "1.0.6" 31 + version = "1.0.10" 31 32 source = "registry+https://github.com/rust-lang/crates.io-index" 32 - checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 33 + checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 33 34 34 35 [[package]] 35 36 name = "anstyle-parse" 36 - version = "0.2.3" 37 + version = "0.2.6" 37 38 source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 39 + checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 39 40 dependencies = [ 40 41 "utf8parse", 41 42 ] 42 43 43 44 [[package]] 44 45 name = "anstyle-query" 45 - version = "1.0.2" 46 + version = "1.1.2" 46 47 source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 48 + checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 48 49 dependencies = [ 49 50 "windows-sys", 50 51 ] 51 52 52 53 [[package]] 53 54 name = "anstyle-wincon" 54 - version = "3.0.2" 55 + version = "3.0.7" 55 56 source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 57 + checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 57 58 dependencies = [ 58 59 "anstyle", 60 + "once_cell", 59 61 "windows-sys", 60 62 ] 61 63 62 64 [[package]] 63 65 name = "anyhow" 64 - version = "1.0.79" 66 + version = "1.0.95" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" 69 + 70 + [[package]] 71 + name = "bumpalo" 72 + version = "3.17.0" 65 73 source = "registry+https://github.com/rust-lang/crates.io-index" 66 - checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 74 + checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 67 75 68 76 [[package]] 69 77 name = "cfg-if" ··· 73 81 74 82 [[package]] 75 83 name = "clap" 76 - version = "4.5.0" 84 + version = "4.5.28" 77 85 source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f" 86 + checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff" 79 87 dependencies = [ 80 88 "clap_builder", 81 89 "clap_derive", ··· 83 91 84 92 [[package]] 85 93 name = "clap_builder" 86 - version = "4.5.0" 94 + version = "4.5.27" 87 95 source = "registry+https://github.com/rust-lang/crates.io-index" 88 - checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" 96 + checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" 89 97 dependencies = [ 90 98 "anstream", 91 99 "anstyle", ··· 95 103 96 104 [[package]] 97 105 name = "clap_complete" 98 - version = "4.5.0" 106 + version = "4.5.44" 99 107 source = "registry+https://github.com/rust-lang/crates.io-index" 100 - checksum = "299353be8209bd133b049bf1c63582d184a8b39fd9c04f15fe65f50f88bdfe6c" 108 + checksum = "375f9d8255adeeedd51053574fd8d4ba875ea5fa558e86617b07f09f1680c8b6" 101 109 dependencies = [ 102 110 "clap", 103 111 ] 104 112 105 113 [[package]] 106 114 name = "clap_derive" 107 - version = "4.5.0" 115 + version = "4.5.28" 108 116 source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" 117 + checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" 110 118 dependencies = [ 111 119 "heck", 112 120 "proc-macro2", ··· 116 124 117 125 [[package]] 118 126 name = "clap_lex" 119 - version = "0.7.0" 127 + version = "0.7.4" 120 128 source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 129 + checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 122 130 123 131 [[package]] 124 132 name = "clap_mangen" 125 - version = "0.2.20" 133 + version = "0.2.26" 126 134 source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "e1dd95b5ebb5c1c54581dd6346f3ed6a79a3eef95dd372fc2ac13d535535300e" 135 + checksum = "724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a" 128 136 dependencies = [ 129 137 "clap", 130 138 "roff", ··· 132 140 133 141 [[package]] 134 142 name = "colorchoice" 135 - version = "1.0.0" 143 + version = "1.0.3" 136 144 source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 145 + checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 138 146 139 147 [[package]] 140 148 name = "console" 141 - version = "0.15.8" 149 + version = "0.15.10" 142 150 source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 151 + checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" 144 152 dependencies = [ 145 153 "encode_unicode", 146 - "lazy_static", 147 154 "libc", 155 + "once_cell", 148 156 "unicode-width", 149 157 "windows-sys", 150 158 ] 151 159 152 160 [[package]] 153 161 name = "encode_unicode" 154 - version = "0.3.6" 162 + version = "1.0.0" 155 163 source = "registry+https://github.com/rust-lang/crates.io-index" 156 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 164 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 157 165 158 166 [[package]] 159 167 name = "gh-grader-preview" ··· 173 181 174 182 [[package]] 175 183 name = "heck" 176 - version = "0.4.1" 184 + version = "0.5.0" 177 185 source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 186 + checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 179 187 180 188 [[package]] 181 189 name = "indicatif" 182 - version = "0.17.8" 190 + version = "0.17.11" 183 191 source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 192 + checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 185 193 dependencies = [ 186 194 "console", 187 - "instant", 188 195 "number_prefix", 189 196 "portable-atomic", 190 197 "unicode-width", 198 + "web-time", 191 199 ] 192 200 193 201 [[package]] 194 - name = "instant" 195 - version = "0.1.12" 202 + name = "is_terminal_polyfill" 203 + version = "1.70.1" 196 204 source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 198 - dependencies = [ 199 - "cfg-if", 200 - ] 205 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 201 206 202 207 [[package]] 203 208 name = "itoa" 204 - version = "1.0.10" 209 + version = "1.0.14" 205 210 source = "registry+https://github.com/rust-lang/crates.io-index" 206 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 211 + checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" 207 212 208 213 [[package]] 209 - name = "lazy_static" 210 - version = "1.4.0" 214 + name = "js-sys" 215 + version = "0.3.77" 211 216 source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 217 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 218 + dependencies = [ 219 + "once_cell", 220 + "wasm-bindgen", 221 + ] 213 222 214 223 [[package]] 215 224 name = "libc" 216 - version = "0.2.153" 225 + version = "0.2.169" 226 + source = "registry+https://github.com/rust-lang/crates.io-index" 227 + checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 228 + 229 + [[package]] 230 + name = "log" 231 + version = "0.4.25" 217 232 source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 233 + checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 219 234 220 235 [[package]] 221 236 name = "memchr" 222 - version = "2.7.1" 237 + version = "2.7.4" 223 238 source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 239 + checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 225 240 226 241 [[package]] 227 242 name = "number_prefix" ··· 230 245 checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 231 246 232 247 [[package]] 248 + name = "once_cell" 249 + version = "1.20.3" 250 + source = "registry+https://github.com/rust-lang/crates.io-index" 251 + checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 252 + 253 + [[package]] 233 254 name = "portable-atomic" 234 - version = "1.6.0" 255 + version = "1.10.0" 235 256 source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 257 + checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" 237 258 238 259 [[package]] 239 260 name = "proc-macro2" 240 - version = "1.0.78" 261 + version = "1.0.93" 241 262 source = "registry+https://github.com/rust-lang/crates.io-index" 242 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 263 + checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 243 264 dependencies = [ 244 265 "unicode-ident", 245 266 ] 246 267 247 268 [[package]] 248 269 name = "quote" 249 - version = "1.0.35" 270 + version = "1.0.38" 250 271 source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 272 + checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 252 273 dependencies = [ 253 274 "proc-macro2", 254 275 ] 255 276 256 277 [[package]] 257 278 name = "regex" 258 - version = "1.10.3" 279 + version = "1.11.1" 259 280 source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 281 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 261 282 dependencies = [ 262 283 "aho-corasick", 263 284 "memchr", ··· 267 288 268 289 [[package]] 269 290 name = "regex-automata" 270 - version = "0.4.5" 291 + version = "0.4.9" 271 292 source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 293 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 273 294 dependencies = [ 274 295 "aho-corasick", 275 296 "memchr", ··· 278 299 279 300 [[package]] 280 301 name = "regex-syntax" 281 - version = "0.8.2" 302 + version = "0.8.5" 282 303 source = "registry+https://github.com/rust-lang/crates.io-index" 283 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 304 + checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 284 305 285 306 [[package]] 286 307 name = "roff" 287 - version = "0.2.1" 308 + version = "0.2.2" 288 309 source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" 310 + checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" 290 311 291 312 [[package]] 292 313 name = "ryu" 293 - version = "1.0.16" 314 + version = "1.0.19" 294 315 source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 316 + checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" 296 317 297 318 [[package]] 298 319 name = "serde" 299 - version = "1.0.196" 320 + version = "1.0.217" 300 321 source = "registry+https://github.com/rust-lang/crates.io-index" 301 - checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 322 + checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 302 323 dependencies = [ 303 324 "serde_derive", 304 325 ] 305 326 306 327 [[package]] 307 328 name = "serde_derive" 308 - version = "1.0.196" 329 + version = "1.0.217" 309 330 source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 331 + checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 311 332 dependencies = [ 312 333 "proc-macro2", 313 334 "quote", ··· 316 337 317 338 [[package]] 318 339 name = "serde_json" 319 - version = "1.0.113" 340 + version = "1.0.138" 320 341 source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" 342 + checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" 322 343 dependencies = [ 323 344 "itoa", 345 + "memchr", 324 346 "ryu", 325 347 "serde", 326 348 ] 327 349 328 350 [[package]] 329 351 name = "strsim" 330 - version = "0.11.0" 352 + version = "0.11.1" 331 353 source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" 354 + checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 333 355 334 356 [[package]] 335 357 name = "syn" 336 - version = "2.0.48" 358 + version = "2.0.98" 337 359 source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 360 + checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" 339 361 dependencies = [ 340 362 "proc-macro2", 341 363 "quote", ··· 344 366 345 367 [[package]] 346 368 name = "unicode-ident" 347 - version = "1.0.12" 369 + version = "1.0.16" 348 370 source = "registry+https://github.com/rust-lang/crates.io-index" 349 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 371 + checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" 350 372 351 373 [[package]] 352 374 name = "unicode-width" 353 - version = "0.1.11" 375 + version = "0.2.0" 354 376 source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 377 + checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 356 378 357 379 [[package]] 358 380 name = "utf8parse" 359 - version = "0.2.1" 381 + version = "0.2.2" 360 382 source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 383 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 362 384 363 385 [[package]] 364 386 name = "wait-timeout" 365 - version = "0.2.0" 387 + version = "0.2.1" 366 388 source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 389 + checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" 368 390 dependencies = [ 369 391 "libc", 370 392 ] 371 393 372 394 [[package]] 395 + name = "wasm-bindgen" 396 + version = "0.2.100" 397 + source = "registry+https://github.com/rust-lang/crates.io-index" 398 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 399 + dependencies = [ 400 + "cfg-if", 401 + "once_cell", 402 + "wasm-bindgen-macro", 403 + ] 404 + 405 + [[package]] 406 + name = "wasm-bindgen-backend" 407 + version = "0.2.100" 408 + source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 410 + dependencies = [ 411 + "bumpalo", 412 + "log", 413 + "proc-macro2", 414 + "quote", 415 + "syn", 416 + "wasm-bindgen-shared", 417 + ] 418 + 419 + [[package]] 420 + name = "wasm-bindgen-macro" 421 + version = "0.2.100" 422 + source = "registry+https://github.com/rust-lang/crates.io-index" 423 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 424 + dependencies = [ 425 + "quote", 426 + "wasm-bindgen-macro-support", 427 + ] 428 + 429 + [[package]] 430 + name = "wasm-bindgen-macro-support" 431 + version = "0.2.100" 432 + source = "registry+https://github.com/rust-lang/crates.io-index" 433 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 434 + dependencies = [ 435 + "proc-macro2", 436 + "quote", 437 + "syn", 438 + "wasm-bindgen-backend", 439 + "wasm-bindgen-shared", 440 + ] 441 + 442 + [[package]] 443 + name = "wasm-bindgen-shared" 444 + version = "0.2.100" 445 + source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 447 + dependencies = [ 448 + "unicode-ident", 449 + ] 450 + 451 + [[package]] 452 + name = "web-time" 453 + version = "1.1.0" 454 + source = "registry+https://github.com/rust-lang/crates.io-index" 455 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 456 + dependencies = [ 457 + "js-sys", 458 + "wasm-bindgen", 459 + ] 460 + 461 + [[package]] 373 462 name = "windows-sys" 374 - version = "0.52.0" 463 + version = "0.59.0" 375 464 source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 465 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 377 466 dependencies = [ 378 467 "windows-targets", 379 468 ] 380 469 381 470 [[package]] 382 471 name = "windows-targets" 383 - version = "0.52.0" 472 + version = "0.52.6" 384 473 source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 474 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 386 475 dependencies = [ 387 476 "windows_aarch64_gnullvm", 388 477 "windows_aarch64_msvc", 389 478 "windows_i686_gnu", 479 + "windows_i686_gnullvm", 390 480 "windows_i686_msvc", 391 481 "windows_x86_64_gnu", 392 482 "windows_x86_64_gnullvm", ··· 395 485 396 486 [[package]] 397 487 name = "windows_aarch64_gnullvm" 398 - version = "0.52.0" 488 + version = "0.52.6" 399 489 source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 490 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 401 491 402 492 [[package]] 403 493 name = "windows_aarch64_msvc" 404 - version = "0.52.0" 494 + version = "0.52.6" 405 495 source = "registry+https://github.com/rust-lang/crates.io-index" 406 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 496 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 407 497 408 498 [[package]] 409 499 name = "windows_i686_gnu" 410 - version = "0.52.0" 500 + version = "0.52.6" 411 501 source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 502 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 503 + 504 + [[package]] 505 + name = "windows_i686_gnullvm" 506 + version = "0.52.6" 507 + source = "registry+https://github.com/rust-lang/crates.io-index" 508 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 413 509 414 510 [[package]] 415 511 name = "windows_i686_msvc" 416 - version = "0.52.0" 512 + version = "0.52.6" 417 513 source = "registry+https://github.com/rust-lang/crates.io-index" 418 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 514 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 419 515 420 516 [[package]] 421 517 name = "windows_x86_64_gnu" 422 - version = "0.52.0" 518 + version = "0.52.6" 423 519 source = "registry+https://github.com/rust-lang/crates.io-index" 424 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 520 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 425 521 426 522 [[package]] 427 523 name = "windows_x86_64_gnullvm" 428 - version = "0.52.0" 524 + version = "0.52.6" 429 525 source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 526 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 431 527 432 528 [[package]] 433 529 name = "windows_x86_64_msvc" 434 - version = "0.52.0" 530 + version = "0.52.6" 435 531 source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 532 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"