Simple tool for automatic file management
1
fork

Configure Feed

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

chore: update dependencies

hauleth.dev f5ad6a84 9d092bc7

verified
+446 -972
+302 -284
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 = "addr2line" 7 - version = "0.21.0" 7 + version = "0.24.2" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 9 + checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 10 dependencies = [ 11 11 "gimli", 12 12 ] 13 13 14 14 [[package]] 15 - name = "adler" 16 - version = "1.0.2" 15 + name = "adler2" 16 + version = "2.0.1" 17 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 18 + checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 19 20 20 [[package]] 21 21 name = "aho-corasick" ··· 43 43 44 44 [[package]] 45 45 name = "anstream" 46 - version = "0.6.15" 46 + version = "0.6.19" 47 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 48 + checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" 49 49 dependencies = [ 50 50 "anstyle", 51 51 "anstyle-parse", ··· 58 58 59 59 [[package]] 60 60 name = "anstyle" 61 - version = "1.0.8" 61 + version = "1.0.11" 62 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 63 + checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 64 64 65 65 [[package]] 66 66 name = "anstyle-parse" 67 - version = "0.2.5" 67 + version = "0.2.7" 68 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 69 + checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 70 70 dependencies = [ 71 71 "utf8parse", 72 72 ] 73 73 74 74 [[package]] 75 75 name = "anstyle-query" 76 - version = "1.1.1" 76 + version = "1.1.3" 77 77 source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 78 + checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" 79 79 dependencies = [ 80 - "windows-sys 0.52.0", 80 + "windows-sys 0.59.0", 81 81 ] 82 82 83 83 [[package]] 84 84 name = "anstyle-wincon" 85 - version = "3.0.4" 85 + version = "3.0.9" 86 86 source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 87 + checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" 88 88 dependencies = [ 89 89 "anstyle", 90 - "windows-sys 0.52.0", 90 + "once_cell_polyfill", 91 + "windows-sys 0.59.0", 91 92 ] 92 93 93 94 [[package]] 94 95 name = "async-stream" 95 - version = "0.3.5" 96 + version = "0.3.6" 96 97 source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 98 + checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 98 99 dependencies = [ 99 100 "async-stream-impl", 100 101 "futures-core", ··· 103 104 104 105 [[package]] 105 106 name = "async-stream-impl" 106 - version = "0.3.5" 107 + version = "0.3.6" 107 108 source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 109 + checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 109 110 dependencies = [ 110 111 "proc-macro2", 111 112 "quote", ··· 114 115 115 116 [[package]] 116 117 name = "async-trait" 117 - version = "0.1.81" 118 + version = "0.1.88" 118 119 source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" 120 + checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 120 121 dependencies = [ 121 122 "proc-macro2", 122 123 "quote", ··· 125 126 126 127 [[package]] 127 128 name = "autocfg" 128 - version = "1.3.0" 129 + version = "1.4.0" 129 130 source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 131 + checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 131 132 132 133 [[package]] 133 134 name = "backtrace" 134 - version = "0.3.71" 135 + version = "0.3.75" 135 136 source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 137 + checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 137 138 dependencies = [ 138 139 "addr2line", 139 - "cc", 140 140 "cfg-if", 141 141 "libc", 142 142 "miniz_oxide", 143 143 "object", 144 144 "rustc-demangle", 145 + "windows-targets", 145 146 ] 146 147 147 148 [[package]] 148 149 name = "bitflags" 149 - version = "2.6.0" 150 + version = "2.9.1" 150 151 source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 152 + checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 152 153 153 154 [[package]] 154 155 name = "block2" ··· 161 162 162 163 [[package]] 163 164 name = "bumpalo" 164 - version = "3.16.0" 165 + version = "3.18.1" 165 166 source = "registry+https://github.com/rust-lang/crates.io-index" 166 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 167 + checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" 167 168 168 169 [[package]] 169 170 name = "byteorder" ··· 173 174 174 175 [[package]] 175 176 name = "bytes" 176 - version = "1.7.1" 177 + version = "1.10.1" 177 178 source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" 179 + checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 179 180 180 181 [[package]] 181 182 name = "cc" 182 - version = "1.1.11" 183 + version = "1.2.26" 183 184 source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" 185 + checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac" 185 186 dependencies = [ 186 187 "shlex", 187 188 ] ··· 199 200 200 201 [[package]] 201 202 name = "cfg-if" 202 - version = "1.0.0" 203 + version = "1.0.1" 203 204 source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 205 + checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 205 206 206 207 [[package]] 207 208 name = "chrono" 208 - version = "0.4.38" 209 + version = "0.4.41" 209 210 source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 211 + checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 211 212 dependencies = [ 212 213 "android-tzdata", 213 214 "iana-time-zone", 214 215 "num-traits", 215 - "windows-targets 0.52.6", 216 + "windows-link", 216 217 ] 217 218 218 219 [[package]] 219 220 name = "clap" 220 - version = "4.5.15" 221 + version = "4.5.40" 221 222 source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" 223 + checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" 223 224 dependencies = [ 224 225 "clap_builder", 225 226 "clap_derive", ··· 227 228 228 229 [[package]] 229 230 name = "clap_builder" 230 - version = "4.5.15" 231 + version = "4.5.40" 231 232 source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" 233 + checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" 233 234 dependencies = [ 234 235 "anstream", 235 236 "anstyle", ··· 239 240 240 241 [[package]] 241 242 name = "clap_derive" 242 - version = "4.5.13" 243 + version = "4.5.40" 243 244 source = "registry+https://github.com/rust-lang/crates.io-index" 244 - checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" 245 + checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" 245 246 dependencies = [ 246 247 "heck", 247 248 "proc-macro2", ··· 251 252 252 253 [[package]] 253 254 name = "clap_lex" 254 - version = "0.7.2" 255 + version = "0.7.5" 255 256 source = "registry+https://github.com/rust-lang/crates.io-index" 256 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 257 + checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 257 258 258 259 [[package]] 259 260 name = "color-eyre" 260 - version = "0.6.3" 261 + version = "0.6.5" 261 262 source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" 263 + checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 263 264 dependencies = [ 264 265 "backtrace", 265 266 "color-spantrace", ··· 272 273 273 274 [[package]] 274 275 name = "color-spantrace" 275 - version = "0.2.1" 276 + version = "0.3.0" 276 277 source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" 278 + checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 278 279 dependencies = [ 279 280 "once_cell", 280 281 "owo-colors", ··· 284 285 285 286 [[package]] 286 287 name = "colorchoice" 287 - version = "1.0.2" 288 + version = "1.0.4" 288 289 source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 290 + checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 290 291 291 292 [[package]] 292 293 name = "core-foundation-sys" ··· 296 297 297 298 [[package]] 298 299 name = "dirs" 299 - version = "5.0.1" 300 + version = "6.0.0" 300 301 source = "registry+https://github.com/rust-lang/crates.io-index" 301 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 302 + checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 302 303 dependencies = [ 303 304 "dirs-sys", 304 305 ] 305 306 306 307 [[package]] 307 308 name = "dirs-sys" 308 - version = "0.4.1" 309 + version = "0.5.0" 309 310 source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 311 + checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 311 312 dependencies = [ 312 313 "libc", 313 314 "option-ext", 314 315 "redox_users", 315 - "windows-sys 0.48.0", 316 + "windows-sys 0.59.0", 316 317 ] 317 318 318 319 [[package]] 319 320 name = "erased-serde" 320 - version = "0.4.5" 321 + version = "0.4.6" 321 322 source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d" 323 + checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7" 323 324 dependencies = [ 324 325 "serde", 325 326 "typeid", ··· 343 344 344 345 [[package]] 345 346 name = "futures" 346 - version = "0.3.30" 347 + version = "0.3.31" 347 348 source = "registry+https://github.com/rust-lang/crates.io-index" 348 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 349 + checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 349 350 dependencies = [ 350 351 "futures-channel", 351 352 "futures-core", ··· 358 359 359 360 [[package]] 360 361 name = "futures-channel" 361 - version = "0.3.30" 362 + version = "0.3.31" 362 363 source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 364 + checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 364 365 dependencies = [ 365 366 "futures-core", 366 367 "futures-sink", ··· 368 369 369 370 [[package]] 370 371 name = "futures-core" 371 - version = "0.3.30" 372 + version = "0.3.31" 372 373 source = "registry+https://github.com/rust-lang/crates.io-index" 373 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 374 + checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 374 375 375 376 [[package]] 376 377 name = "futures-executor" 377 - version = "0.3.30" 378 + version = "0.3.31" 378 379 source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 380 + checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 380 381 dependencies = [ 381 382 "futures-core", 382 383 "futures-task", ··· 385 386 386 387 [[package]] 387 388 name = "futures-io" 388 - version = "0.3.30" 389 + version = "0.3.31" 389 390 source = "registry+https://github.com/rust-lang/crates.io-index" 390 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 391 + checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 391 392 392 393 [[package]] 393 394 name = "futures-macro" 394 - version = "0.3.30" 395 + version = "0.3.31" 395 396 source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 397 + checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 397 398 dependencies = [ 398 399 "proc-macro2", 399 400 "quote", ··· 402 403 403 404 [[package]] 404 405 name = "futures-sink" 405 - version = "0.3.30" 406 + version = "0.3.31" 406 407 source = "registry+https://github.com/rust-lang/crates.io-index" 407 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 408 + checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 408 409 409 410 [[package]] 410 411 name = "futures-task" 411 - version = "0.3.30" 412 + version = "0.3.31" 412 413 source = "registry+https://github.com/rust-lang/crates.io-index" 413 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 414 + checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 414 415 415 416 [[package]] 416 417 name = "futures-util" 417 - version = "0.3.30" 418 + version = "0.3.31" 418 419 source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 420 + checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 420 421 dependencies = [ 421 422 "futures-channel", 422 423 "futures-core", ··· 432 433 433 434 [[package]] 434 435 name = "getrandom" 435 - version = "0.2.15" 436 + version = "0.2.16" 436 437 source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 438 + checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 438 439 dependencies = [ 439 440 "cfg-if", 440 441 "libc", ··· 443 444 444 445 [[package]] 445 446 name = "gimli" 446 - version = "0.28.1" 447 + version = "0.31.1" 447 448 source = "registry+https://github.com/rust-lang/crates.io-index" 448 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 449 + checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 449 450 450 451 [[package]] 451 452 name = "heck" ··· 454 455 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 455 456 456 457 [[package]] 457 - name = "hermit-abi" 458 - version = "0.3.9" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 461 - 462 - [[package]] 463 458 name = "iana-time-zone" 464 - version = "0.1.60" 459 + version = "0.1.63" 465 460 source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 461 + checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 467 462 dependencies = [ 468 463 "android_system_properties", 469 464 "core-foundation-sys", 470 465 "iana-time-zone-haiku", 471 466 "js-sys", 467 + "log", 472 468 "wasm-bindgen", 473 - "windows-core 0.52.0", 469 + "windows-core 0.61.2", 474 470 ] 475 471 476 472 [[package]] ··· 490 486 491 487 [[package]] 492 488 name = "infer" 493 - version = "0.16.0" 489 + version = "0.19.0" 494 490 source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847" 491 + checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 496 492 dependencies = [ 497 493 "cfb", 498 494 ] 499 495 500 496 [[package]] 501 497 name = "inventory" 502 - version = "0.3.15" 498 + version = "0.3.20" 503 499 source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" 500 + checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83" 501 + dependencies = [ 502 + "rustversion", 503 + ] 505 504 506 505 [[package]] 507 506 name = "is_terminal_polyfill" ··· 511 510 512 511 [[package]] 513 512 name = "itoa" 514 - version = "1.0.11" 513 + version = "1.0.15" 515 514 source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 515 + checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 517 516 518 517 [[package]] 519 518 name = "js-sys" 520 - version = "0.3.70" 519 + version = "0.3.77" 521 520 source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 521 + checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 523 522 dependencies = [ 523 + "once_cell", 524 524 "wasm-bindgen", 525 525 ] 526 526 ··· 532 532 533 533 [[package]] 534 534 name = "libc" 535 - version = "0.2.155" 535 + version = "0.2.172" 536 536 source = "registry+https://github.com/rust-lang/crates.io-index" 537 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 537 + checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 538 538 539 539 [[package]] 540 540 name = "libredox" ··· 548 548 549 549 [[package]] 550 550 name = "lock_api" 551 - version = "0.4.12" 551 + version = "0.4.13" 552 552 source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 553 + checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 554 554 dependencies = [ 555 555 "autocfg", 556 556 "scopeguard", ··· 558 558 559 559 [[package]] 560 560 name = "log" 561 - version = "0.4.22" 561 + version = "0.4.27" 562 562 source = "registry+https://github.com/rust-lang/crates.io-index" 563 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 563 + checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 564 564 565 565 [[package]] 566 566 name = "memchr" ··· 570 570 571 571 [[package]] 572 572 name = "miniz_oxide" 573 - version = "0.7.4" 573 + version = "0.8.9" 574 574 source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 575 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 576 576 dependencies = [ 577 - "adler", 577 + "adler2", 578 578 ] 579 579 580 580 [[package]] 581 581 name = "mio" 582 - version = "1.0.2" 582 + version = "1.0.4" 583 583 source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 584 + checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 585 585 dependencies = [ 586 - "hermit-abi", 587 586 "libc", 588 587 "wasi", 589 - "windows-sys 0.52.0", 588 + "windows-sys 0.59.0", 590 589 ] 591 590 592 591 [[package]] ··· 616 615 617 616 [[package]] 618 617 name = "objc2-encode" 619 - version = "4.0.3" 618 + version = "4.1.0" 620 619 source = "registry+https://github.com/rust-lang/crates.io-index" 621 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 620 + checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 622 621 623 622 [[package]] 624 623 name = "objc2-foundation" ··· 634 633 635 634 [[package]] 636 635 name = "object" 637 - version = "0.32.2" 636 + version = "0.36.7" 638 637 source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 638 + checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 640 639 dependencies = [ 641 640 "memchr", 642 641 ] 643 642 644 643 [[package]] 645 644 name = "once_cell" 646 - version = "1.19.0" 645 + version = "1.21.3" 646 + source = "registry+https://github.com/rust-lang/crates.io-index" 647 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 648 + 649 + [[package]] 650 + name = "once_cell_polyfill" 651 + version = "1.70.1" 647 652 source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 653 + checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 649 654 650 655 [[package]] 651 656 name = "option-ext" ··· 655 660 656 661 [[package]] 657 662 name = "owo-colors" 658 - version = "3.5.0" 663 + version = "4.2.1" 659 664 source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 665 + checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" 661 666 662 667 [[package]] 663 668 name = "parking_lot" 664 - version = "0.12.3" 669 + version = "0.12.4" 665 670 source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 671 + checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 667 672 dependencies = [ 668 673 "lock_api", 669 674 "parking_lot_core", ··· 671 676 672 677 [[package]] 673 678 name = "parking_lot_core" 674 - version = "0.9.10" 679 + version = "0.9.11" 675 680 source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 681 + checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 677 682 dependencies = [ 678 683 "cfg-if", 679 684 "libc", 680 685 "redox_syscall", 681 686 "smallvec", 682 - "windows-targets 0.52.6", 687 + "windows-targets", 683 688 ] 684 689 685 690 [[package]] 691 + name = "percent-encoding" 692 + version = "2.3.1" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 695 + 696 + [[package]] 686 697 name = "pin-project-lite" 687 - version = "0.2.14" 698 + version = "0.2.16" 688 699 source = "registry+https://github.com/rust-lang/crates.io-index" 689 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 700 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 690 701 691 702 [[package]] 692 703 name = "pin-utils" ··· 696 707 697 708 [[package]] 698 709 name = "proc-macro2" 699 - version = "1.0.86" 710 + version = "1.0.95" 700 711 source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 712 + checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 702 713 dependencies = [ 703 714 "unicode-ident", 704 715 ] ··· 727 738 728 739 [[package]] 729 740 name = "quote" 730 - version = "1.0.36" 741 + version = "1.0.40" 731 742 source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 743 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 733 744 dependencies = [ 734 745 "proc-macro2", 735 746 ] 736 747 737 748 [[package]] 738 749 name = "redox_syscall" 739 - version = "0.5.3" 750 + version = "0.5.12" 740 751 source = "registry+https://github.com/rust-lang/crates.io-index" 741 - checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" 752 + checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 742 753 dependencies = [ 743 754 "bitflags", 744 755 ] 745 756 746 757 [[package]] 747 758 name = "redox_users" 748 - version = "0.4.5" 759 + version = "0.5.0" 749 760 source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 761 + checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" 751 762 dependencies = [ 752 763 "getrandom", 753 764 "libredox", ··· 756 767 757 768 [[package]] 758 769 name = "regex" 759 - version = "1.10.6" 770 + version = "1.11.1" 760 771 source = "registry+https://github.com/rust-lang/crates.io-index" 761 - checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 772 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 762 773 dependencies = [ 763 774 "aho-corasick", 764 775 "memchr", ··· 768 779 769 780 [[package]] 770 781 name = "regex-automata" 771 - version = "0.4.7" 782 + version = "0.4.9" 772 783 source = "registry+https://github.com/rust-lang/crates.io-index" 773 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 784 + checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 774 785 dependencies = [ 775 786 "aho-corasick", 776 787 "memchr", ··· 779 790 780 791 [[package]] 781 792 name = "regex-syntax" 782 - version = "0.8.4" 793 + version = "0.8.5" 783 794 source = "registry+https://github.com/rust-lang/crates.io-index" 784 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 795 + checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 785 796 786 797 [[package]] 787 798 name = "rustc-demangle" 788 - version = "0.1.24" 799 + version = "0.1.25" 800 + source = "registry+https://github.com/rust-lang/crates.io-index" 801 + checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" 802 + 803 + [[package]] 804 + name = "rustversion" 805 + version = "1.0.21" 789 806 source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 807 + checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 791 808 792 809 [[package]] 793 810 name = "ryu" 794 - version = "1.0.18" 811 + version = "1.0.20" 795 812 source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 813 + checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 797 814 798 815 [[package]] 799 816 name = "scopeguard" ··· 803 820 804 821 [[package]] 805 822 name = "serde" 806 - version = "1.0.207" 823 + version = "1.0.219" 807 824 source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2" 825 + checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 809 826 dependencies = [ 810 827 "serde_derive", 811 828 ] 812 829 813 830 [[package]] 814 831 name = "serde_derive" 815 - version = "1.0.207" 832 + version = "1.0.219" 816 833 source = "registry+https://github.com/rust-lang/crates.io-index" 817 - checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e" 834 + checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 818 835 dependencies = [ 819 836 "proc-macro2", 820 837 "quote", ··· 823 840 824 841 [[package]] 825 842 name = "serde_json" 826 - version = "1.0.125" 843 + version = "1.0.140" 827 844 source = "registry+https://github.com/rust-lang/crates.io-index" 828 - checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" 845 + checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 829 846 dependencies = [ 830 847 "itoa", 831 848 "memchr", ··· 850 867 851 868 [[package]] 852 869 name = "signal-hook-registry" 853 - version = "1.4.2" 870 + version = "1.4.5" 854 871 source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 872 + checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 856 873 dependencies = [ 857 874 "libc", 858 875 ] ··· 878 895 879 896 [[package]] 880 897 name = "smallvec" 881 - version = "1.13.2" 898 + version = "1.15.1" 882 899 source = "registry+https://github.com/rust-lang/crates.io-index" 883 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 900 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 884 901 885 902 [[package]] 886 903 name = "strsim" ··· 890 907 891 908 [[package]] 892 909 name = "syn" 893 - version = "2.0.74" 910 + version = "2.0.102" 894 911 source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" 912 + checksum = "f6397daf94fa90f058bd0fd88429dd9e5738999cca8d701813c80723add80462" 896 913 dependencies = [ 897 914 "proc-macro2", 898 915 "quote", ··· 901 918 902 919 [[package]] 903 920 name = "thiserror" 904 - version = "1.0.63" 921 + version = "2.0.12" 905 922 source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 923 + checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 907 924 dependencies = [ 908 925 "thiserror-impl", 909 926 ] 910 927 911 928 [[package]] 912 929 name = "thiserror-impl" 913 - version = "1.0.63" 930 + version = "2.0.12" 914 931 source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 932 + checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 916 933 dependencies = [ 917 934 "proc-macro2", 918 935 "quote", ··· 931 948 932 949 [[package]] 933 950 name = "tokio" 934 - version = "1.39.2" 951 + version = "1.45.1" 935 952 source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" 953 + checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 937 954 dependencies = [ 938 955 "backtrace", 939 956 "bytes", ··· 948 965 949 966 [[package]] 950 967 name = "tokio-macros" 951 - version = "2.4.0" 968 + version = "2.5.0" 952 969 source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 970 + checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 954 971 dependencies = [ 955 972 "proc-macro2", 956 973 "quote", ··· 959 976 960 977 [[package]] 961 978 name = "tokio-stream" 962 - version = "0.1.15" 979 + version = "0.1.17" 963 980 source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 981 + checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 965 982 dependencies = [ 966 983 "futures-core", 967 984 "pin-project-lite", ··· 970 987 971 988 [[package]] 972 989 name = "tracing" 973 - version = "0.1.40" 990 + version = "0.1.41" 974 991 source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 992 + checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 976 993 dependencies = [ 977 994 "pin-project-lite", 978 995 "tracing-core", ··· 980 997 981 998 [[package]] 982 999 name = "tracing-core" 983 - version = "0.1.32" 1000 + version = "0.1.34" 984 1001 source = "registry+https://github.com/rust-lang/crates.io-index" 985 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 1002 + checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 986 1003 dependencies = [ 987 1004 "once_cell", 988 1005 "valuable", ··· 990 1007 991 1008 [[package]] 992 1009 name = "tracing-error" 993 - version = "0.2.0" 1010 + version = "0.2.1" 994 1011 source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 1012 + checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 996 1013 dependencies = [ 997 1014 "tracing", 998 1015 "tracing-subscriber", ··· 1000 1017 1001 1018 [[package]] 1002 1019 name = "tracing-subscriber" 1003 - version = "0.3.18" 1020 + version = "0.3.19" 1004 1021 source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 1022 + checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 1006 1023 dependencies = [ 1007 1024 "sharded-slab", 1008 1025 "thread_local", ··· 1011 1028 1012 1029 [[package]] 1013 1030 name = "trash" 1014 - version = "5.1.0" 1031 + version = "5.2.2" 1015 1032 source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "a154e8323dbd402514d5a3c0f12e0a5bddf72de674b565d58a5535500566428b" 1033 + checksum = "22746c6b0c6d85d60a8f0d858f7057dfdf11297c132679f452ec908fba42b871" 1017 1034 dependencies = [ 1018 1035 "chrono", 1019 1036 "libc", ··· 1021 1038 "objc2", 1022 1039 "objc2-foundation", 1023 1040 "once_cell", 1041 + "percent-encoding", 1024 1042 "scopeguard", 1025 1043 "urlencoding", 1026 1044 "windows", ··· 1028 1046 1029 1047 [[package]] 1030 1048 name = "typeid" 1031 - version = "1.0.0" 1049 + version = "1.0.3" 1032 1050 source = "registry+https://github.com/rust-lang/crates.io-index" 1033 - checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf" 1051 + checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 1034 1052 1035 1053 [[package]] 1036 1054 name = "typetag" 1037 - version = "0.2.18" 1055 + version = "0.2.20" 1038 1056 source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "52ba3b6e86ffe0054b2c44f2d86407388b933b16cb0a70eea3929420db1d9bbe" 1057 + checksum = "73f22b40dd7bfe8c14230cf9702081366421890435b2d625fa92b4acc4c3de6f" 1040 1058 dependencies = [ 1041 1059 "erased-serde", 1042 1060 "inventory", ··· 1047 1065 1048 1066 [[package]] 1049 1067 name = "typetag-impl" 1050 - version = "0.2.18" 1068 + version = "0.2.20" 1051 1069 source = "registry+https://github.com/rust-lang/crates.io-index" 1052 - checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483" 1070 + checksum = "35f5380909ffc31b4de4f4bdf96b877175a016aa2ca98cee39fcfd8c4d53d952" 1053 1071 dependencies = [ 1054 1072 "proc-macro2", 1055 1073 "quote", ··· 1058 1076 1059 1077 [[package]] 1060 1078 name = "unicode-ident" 1061 - version = "1.0.12" 1079 + version = "1.0.18" 1062 1080 source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1081 + checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1064 1082 1065 1083 [[package]] 1066 1084 name = "urlencoding" ··· 1076 1094 1077 1095 [[package]] 1078 1096 name = "uuid" 1079 - version = "1.10.0" 1097 + version = "1.17.0" 1080 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1081 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 1099 + checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 1100 + dependencies = [ 1101 + "js-sys", 1102 + "wasm-bindgen", 1103 + ] 1082 1104 1083 1105 [[package]] 1084 1106 name = "valuable" 1085 - version = "0.1.0" 1107 + version = "0.1.1" 1086 1108 source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1109 + checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1088 1110 1089 1111 [[package]] 1090 1112 name = "wasi" ··· 1094 1116 1095 1117 [[package]] 1096 1118 name = "wasm-bindgen" 1097 - version = "0.2.93" 1119 + version = "0.2.100" 1098 1120 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 1121 + checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1100 1122 dependencies = [ 1101 1123 "cfg-if", 1102 1124 "once_cell", 1125 + "rustversion", 1103 1126 "wasm-bindgen-macro", 1104 1127 ] 1105 1128 1106 1129 [[package]] 1107 1130 name = "wasm-bindgen-backend" 1108 - version = "0.2.93" 1131 + version = "0.2.100" 1109 1132 source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 1133 + checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1111 1134 dependencies = [ 1112 1135 "bumpalo", 1113 1136 "log", 1114 - "once_cell", 1115 1137 "proc-macro2", 1116 1138 "quote", 1117 1139 "syn", ··· 1120 1142 1121 1143 [[package]] 1122 1144 name = "wasm-bindgen-macro" 1123 - version = "0.2.93" 1145 + version = "0.2.100" 1124 1146 source = "registry+https://github.com/rust-lang/crates.io-index" 1125 - checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 1147 + checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1126 1148 dependencies = [ 1127 1149 "quote", 1128 1150 "wasm-bindgen-macro-support", ··· 1130 1152 1131 1153 [[package]] 1132 1154 name = "wasm-bindgen-macro-support" 1133 - version = "0.2.93" 1155 + version = "0.2.100" 1134 1156 source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 1157 + checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1136 1158 dependencies = [ 1137 1159 "proc-macro2", 1138 1160 "quote", ··· 1143 1165 1144 1166 [[package]] 1145 1167 name = "wasm-bindgen-shared" 1146 - version = "0.2.93" 1168 + version = "0.2.100" 1147 1169 source = "registry+https://github.com/rust-lang/crates.io-index" 1148 - checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 1170 + checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1171 + dependencies = [ 1172 + "unicode-ident", 1173 + ] 1149 1174 1150 1175 [[package]] 1151 1176 name = "wildmatch" 1152 - version = "2.3.4" 1177 + version = "2.4.0" 1153 1178 source = "registry+https://github.com/rust-lang/crates.io-index" 1154 - checksum = "3928939971918220fed093266b809d1ee4ec6c1a2d72692ff6876898f3b16c19" 1179 + checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" 1155 1180 1156 1181 [[package]] 1157 1182 name = "windows" ··· 1160 1185 checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132" 1161 1186 dependencies = [ 1162 1187 "windows-core 0.56.0", 1163 - "windows-targets 0.52.6", 1188 + "windows-targets", 1164 1189 ] 1165 1190 1166 1191 [[package]] 1167 1192 name = "windows-core" 1168 - version = "0.52.0" 1193 + version = "0.56.0" 1169 1194 source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 1195 + checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 1171 1196 dependencies = [ 1172 - "windows-targets 0.52.6", 1197 + "windows-implement 0.56.0", 1198 + "windows-interface 0.56.0", 1199 + "windows-result 0.1.2", 1200 + "windows-targets", 1173 1201 ] 1174 1202 1175 1203 [[package]] 1176 1204 name = "windows-core" 1177 - version = "0.56.0" 1205 + version = "0.61.2" 1178 1206 source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" 1207 + checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 1180 1208 dependencies = [ 1181 - "windows-implement", 1182 - "windows-interface", 1183 - "windows-result", 1184 - "windows-targets 0.52.6", 1209 + "windows-implement 0.60.0", 1210 + "windows-interface 0.59.1", 1211 + "windows-link", 1212 + "windows-result 0.3.4", 1213 + "windows-strings", 1185 1214 ] 1186 1215 1187 1216 [[package]] ··· 1196 1225 ] 1197 1226 1198 1227 [[package]] 1228 + name = "windows-implement" 1229 + version = "0.60.0" 1230 + source = "registry+https://github.com/rust-lang/crates.io-index" 1231 + checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 1232 + dependencies = [ 1233 + "proc-macro2", 1234 + "quote", 1235 + "syn", 1236 + ] 1237 + 1238 + [[package]] 1199 1239 name = "windows-interface" 1200 1240 version = "0.56.0" 1201 1241 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1207 1247 ] 1208 1248 1209 1249 [[package]] 1250 + name = "windows-interface" 1251 + version = "0.59.1" 1252 + source = "registry+https://github.com/rust-lang/crates.io-index" 1253 + checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 1254 + dependencies = [ 1255 + "proc-macro2", 1256 + "quote", 1257 + "syn", 1258 + ] 1259 + 1260 + [[package]] 1261 + name = "windows-link" 1262 + version = "0.1.1" 1263 + source = "registry+https://github.com/rust-lang/crates.io-index" 1264 + checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 1265 + 1266 + [[package]] 1210 1267 name = "windows-result" 1211 1268 version = "0.1.2" 1212 1269 source = "registry+https://github.com/rust-lang/crates.io-index" 1213 1270 checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 1214 1271 dependencies = [ 1215 - "windows-targets 0.52.6", 1272 + "windows-targets", 1216 1273 ] 1217 1274 1218 1275 [[package]] 1219 - name = "windows-sys" 1220 - version = "0.48.0" 1276 + name = "windows-result" 1277 + version = "0.3.4" 1221 1278 source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1279 + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 1223 1280 dependencies = [ 1224 - "windows-targets 0.48.5", 1281 + "windows-link", 1282 + ] 1283 + 1284 + [[package]] 1285 + name = "windows-strings" 1286 + version = "0.4.2" 1287 + source = "registry+https://github.com/rust-lang/crates.io-index" 1288 + checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 1289 + dependencies = [ 1290 + "windows-link", 1225 1291 ] 1226 1292 1227 1293 [[package]] ··· 1230 1296 source = "registry+https://github.com/rust-lang/crates.io-index" 1231 1297 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1232 1298 dependencies = [ 1233 - "windows-targets 0.52.6", 1299 + "windows-targets", 1234 1300 ] 1235 1301 1236 1302 [[package]] 1237 - name = "windows-targets" 1238 - version = "0.48.5" 1303 + name = "windows-sys" 1304 + version = "0.59.0" 1239 1305 source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1306 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1241 1307 dependencies = [ 1242 - "windows_aarch64_gnullvm 0.48.5", 1243 - "windows_aarch64_msvc 0.48.5", 1244 - "windows_i686_gnu 0.48.5", 1245 - "windows_i686_msvc 0.48.5", 1246 - "windows_x86_64_gnu 0.48.5", 1247 - "windows_x86_64_gnullvm 0.48.5", 1248 - "windows_x86_64_msvc 0.48.5", 1308 + "windows-targets", 1249 1309 ] 1250 1310 1251 1311 [[package]] ··· 1254 1314 source = "registry+https://github.com/rust-lang/crates.io-index" 1255 1315 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1256 1316 dependencies = [ 1257 - "windows_aarch64_gnullvm 0.52.6", 1258 - "windows_aarch64_msvc 0.52.6", 1259 - "windows_i686_gnu 0.52.6", 1317 + "windows_aarch64_gnullvm", 1318 + "windows_aarch64_msvc", 1319 + "windows_i686_gnu", 1260 1320 "windows_i686_gnullvm", 1261 - "windows_i686_msvc 0.52.6", 1262 - "windows_x86_64_gnu 0.52.6", 1263 - "windows_x86_64_gnullvm 0.52.6", 1264 - "windows_x86_64_msvc 0.52.6", 1321 + "windows_i686_msvc", 1322 + "windows_x86_64_gnu", 1323 + "windows_x86_64_gnullvm", 1324 + "windows_x86_64_msvc", 1265 1325 ] 1266 1326 1267 1327 [[package]] 1268 1328 name = "windows_aarch64_gnullvm" 1269 - version = "0.48.5" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1272 - 1273 - [[package]] 1274 - name = "windows_aarch64_gnullvm" 1275 1329 version = "0.52.6" 1276 1330 source = "registry+https://github.com/rust-lang/crates.io-index" 1277 1331 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1278 1332 1279 1333 [[package]] 1280 1334 name = "windows_aarch64_msvc" 1281 - version = "0.48.5" 1282 - source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1284 - 1285 - [[package]] 1286 - name = "windows_aarch64_msvc" 1287 1335 version = "0.52.6" 1288 1336 source = "registry+https://github.com/rust-lang/crates.io-index" 1289 1337 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1290 1338 1291 1339 [[package]] 1292 1340 name = "windows_i686_gnu" 1293 - version = "0.48.5" 1294 - source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1296 - 1297 - [[package]] 1298 - name = "windows_i686_gnu" 1299 1341 version = "0.52.6" 1300 1342 source = "registry+https://github.com/rust-lang/crates.io-index" 1301 1343 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" ··· 1308 1350 1309 1351 [[package]] 1310 1352 name = "windows_i686_msvc" 1311 - version = "0.48.5" 1312 - source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1314 - 1315 - [[package]] 1316 - name = "windows_i686_msvc" 1317 1353 version = "0.52.6" 1318 1354 source = "registry+https://github.com/rust-lang/crates.io-index" 1319 1355 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1320 1356 1321 1357 [[package]] 1322 1358 name = "windows_x86_64_gnu" 1323 - version = "0.48.5" 1324 - source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1326 - 1327 - [[package]] 1328 - name = "windows_x86_64_gnu" 1329 1359 version = "0.52.6" 1330 1360 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 1361 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1332 1362 1333 1363 [[package]] 1334 1364 name = "windows_x86_64_gnullvm" 1335 - version = "0.48.5" 1336 - source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1338 - 1339 - [[package]] 1340 - name = "windows_x86_64_gnullvm" 1341 1365 version = "0.52.6" 1342 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1343 1367 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1344 1368 1345 1369 [[package]] 1346 1370 name = "windows_x86_64_msvc" 1347 - version = "0.48.5" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1350 - 1351 - [[package]] 1352 - name = "windows_x86_64_msvc" 1353 1371 version = "0.52.6" 1354 1372 source = "registry+https://github.com/rust-lang/crates.io-index" 1355 1373 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1356 1374 1357 1375 [[package]] 1358 1376 name = "xshell" 1359 - version = "0.2.6" 1377 + version = "0.2.7" 1360 1378 source = "registry+https://github.com/rust-lang/crates.io-index" 1361 - checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437" 1379 + checksum = "9e7290c623014758632efe00737145b6867b66292c42167f2ec381eb566a373d" 1362 1380 dependencies = [ 1363 1381 "xshell-macros", 1364 1382 ] 1365 1383 1366 1384 [[package]] 1367 1385 name = "xshell-macros" 1368 - version = "0.2.6" 1386 + version = "0.2.7" 1369 1387 source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852" 1388 + checksum = "32ac00cd3f8ec9c1d33fb3e7958a82df6989c42d747bd326c822b1d625283547" 1371 1389 1372 1390 [[package]] 1373 1391 name = "xtask"
+2 -2
cli/Cargo.toml
··· 14 14 async-trait = "0.1.77" 15 15 clap = { version = "4.4.16", features = ["derive"] } 16 16 color-eyre = "0.6.2" 17 - dirs = "5.0.1" 17 + dirs = "6" 18 18 futures = "0.3.30" 19 - infer = { version = "0.16.0", default-features = false, features = ["alloc", "cfb"] } 19 + infer = { version = "0.19.0", default-features = false, features = ["alloc", "cfb"] } 20 20 libc = "0.2.152" 21 21 regex = "1.10.2" 22 22 serde = { version = "1.0.195", features = ["derive"] }
+1
examples/downloaded-gp-to-guitar.json
··· 5 5 "type": "any", 6 6 "filters": [ 7 7 {"type": "name", "wildcard": "*.gp"}, 8 + {"type": "name", "wildcard": "*.gp4"}, 8 9 {"type": "name", "wildcard": "*.gp5"} 9 10 ] 10 11 },
+19
examples/downloaded-gp-to-guitar.ncl
··· 1 + # SPDX-FileCopyrightText: 2024 Łukasz Niemier <#@hauleth.dev> 2 + # 3 + # SPDX-License-Identifier: EUPL-1.2 4 + 5 + let Ptsd = import "../ptsd.ncl" in 6 + Ptsd.build 7 + [ 8 + { 9 + location = "~/Downloads/", 10 + filter = 11 + 'any [ 12 + 'name ('wildcard "*.gp"), 13 + 'name ('wildcard "*.gp5"), 14 + ], 15 + actions = [ 16 + 'move "~/Documents/Guitar/" 17 + ] 18 + }, 19 + ]
+122 -686
flake.lock
··· 1 1 { 2 2 "nodes": { 3 - "advisory-db": { 4 - "flake": false, 5 - "locked": { 6 - "lastModified": 1714183630, 7 - "narHash": "sha256-1BVft7ggSN2XXFeXQjazU3jN9wVECd9qp2mZx/8GDMk=", 8 - "owner": "rustsec", 9 - "repo": "advisory-db", 10 - "rev": "35e7459a331d3e0c585e56dabd03006b9b354088", 11 - "type": "github" 12 - }, 13 - "original": { 14 - "owner": "rustsec", 15 - "repo": "advisory-db", 16 - "type": "github" 17 - } 18 - }, 19 3 "cachix": { 20 4 "inputs": { 21 - "devenv": "devenv_2", 5 + "devenv": [ 6 + "devenv" 7 + ], 22 8 "flake-compat": [ 23 - "devenv", 24 - "flake-compat" 9 + "devenv" 25 10 ], 26 - "nixpkgs": [ 27 - "devenv", 28 - "nixpkgs" 11 + "git-hooks": [ 12 + "devenv" 29 13 ], 30 - "pre-commit-hooks": [ 31 - "devenv", 32 - "pre-commit-hooks" 33 - ] 14 + "nixpkgs": "nixpkgs" 34 15 }, 35 16 "locked": { 36 - "lastModified": 1712055811, 37 - "narHash": "sha256-7FcfMm5A/f02yyzuavJe06zLa9hcMHsagE28ADcmQvk=", 17 + "lastModified": 1744206633, 18 + "narHash": "sha256-pb5aYkE8FOoa4n123slgHiOf1UbNSnKe5pEZC+xXD5g=", 38 19 "owner": "cachix", 39 20 "repo": "cachix", 40 - "rev": "02e38da89851ec7fec3356a5c04bc8349cae0e30", 21 + "rev": "8a60090640b96f9df95d1ab99e5763a586be1404", 41 22 "type": "github" 42 23 }, 43 24 "original": { 44 25 "owner": "cachix", 26 + "ref": "latest", 45 27 "repo": "cachix", 46 28 "type": "github" 47 29 } 48 30 }, 49 31 "crane": { 50 - "inputs": { 51 - "nixpkgs": [ 52 - "nickel", 53 - "nixpkgs" 54 - ] 55 - }, 56 32 "locked": { 57 - "lastModified": 1717535930, 58 - "narHash": "sha256-1hZ/txnbd/RmiBPNUs7i8UQw2N89uAK3UzrGAWdnFfU=", 33 + "lastModified": 1746291859, 34 + "narHash": "sha256-DdWJLA+D5tcmrRSg5Y7tp/qWaD05ATI4Z7h22gd1h7Q=", 59 35 "owner": "ipetkov", 60 36 "repo": "crane", 61 - "rev": "55e7754ec31dac78980c8be45f8a28e80e370946", 62 - "type": "github" 63 - }, 64 - "original": { 65 - "owner": "ipetkov", 66 - "repo": "crane", 67 - "type": "github" 68 - } 69 - }, 70 - "crane_2": { 71 - "inputs": { 72 - "nixpkgs": [ 73 - "nickel", 74 - "topiary", 75 - "nixpkgs" 76 - ] 77 - }, 78 - "locked": { 79 - "lastModified": 1715274763, 80 - "narHash": "sha256-3Iv1PGHJn9sV3HO4FlOVaaztOxa9uGLfOmUWrH7v7+A=", 81 - "owner": "ipetkov", 82 - "repo": "crane", 83 - "rev": "27025ab71bdca30e7ed0a16c88fd74c5970fc7f5", 37 + "rev": "dfd9a8dfd09db9aad544c4d3b6c47b12562544a5", 84 38 "type": "github" 85 39 }, 86 40 "original": { ··· 92 46 "devenv": { 93 47 "inputs": { 94 48 "cachix": "cachix", 95 - "flake-compat": "flake-compat_2", 96 - "nix": "nix_2", 97 - "nixpkgs": "nixpkgs_2", 98 - "pre-commit-hooks": "pre-commit-hooks" 99 - }, 100 - "locked": { 101 - "lastModified": 1723487333, 102 - "narHash": "sha256-jqi/hVQL6S9lj/HkWaPPZQW/BfP0D0Veb45cpSvfRVE=", 103 - "owner": "cachix", 104 - "repo": "devenv", 105 - "rev": "b285601679c7686f623791ad93a8e0debc322633", 106 - "type": "github" 107 - }, 108 - "original": { 109 - "owner": "cachix", 110 - "repo": "devenv", 111 - "type": "github" 112 - } 113 - }, 114 - "devenv_2": { 115 - "inputs": { 116 - "flake-compat": [ 117 - "devenv", 118 - "cachix", 119 - "flake-compat" 120 - ], 49 + "flake-compat": "flake-compat", 50 + "git-hooks": "git-hooks", 121 51 "nix": "nix", 122 - "nixpkgs": "nixpkgs", 123 - "poetry2nix": "poetry2nix", 124 - "pre-commit-hooks": [ 125 - "devenv", 126 - "cachix", 127 - "pre-commit-hooks" 128 - ] 52 + "nixpkgs": "nixpkgs_3" 129 53 }, 130 54 "locked": { 131 - "lastModified": 1708704632, 132 - "narHash": "sha256-w+dOIW60FKMaHI1q5714CSibk99JfYxm0CzTinYWr+Q=", 55 + "lastModified": 1749550420, 56 + "narHash": "sha256-YxbYLZSeEJX76fW0KPDpTjlF3ppQ+uh2z0fM5hEZbLU=", 133 57 "owner": "cachix", 134 58 "repo": "devenv", 135 - "rev": "2ee4450b0f4b95a1b90f2eb5ffea98b90e48c196", 59 + "rev": "851a96d662ab265a15212ae4a4ec242a7c420d6f", 136 60 "type": "github" 137 61 }, 138 62 "original": { 139 63 "owner": "cachix", 140 - "ref": "python-rewrite", 141 64 "repo": "devenv", 142 65 "type": "github" 143 66 } ··· 150 73 "rust-analyzer-src": "rust-analyzer-src" 151 74 }, 152 75 "locked": { 153 - "lastModified": 1723703304, 154 - "narHash": "sha256-7ehq0nfRHpU3oNAkRpklaDxQZUpuaUig2sR2LI+IL/U=", 76 + "lastModified": 1749537578, 77 + "narHash": "sha256-dYEEiNRw7rClQi4Y7t9jlHjbuUvSbdTdM/jXwXuaDeQ=", 155 78 "owner": "nix-community", 156 79 "repo": "fenix", 157 - "rev": "6e4233dc54850e8aff6eff401400e9a9343881eb", 80 + "rev": "5e3ce25aa3048f14f206a6c4fab46af6ad939482", 158 81 "type": "github" 159 82 }, 160 83 "original": { ··· 166 89 "flake-compat": { 167 90 "flake": false, 168 91 "locked": { 169 - "lastModified": 1673956053, 170 - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", 92 + "lastModified": 1733328505, 93 + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", 171 94 "owner": "edolstra", 172 95 "repo": "flake-compat", 173 - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", 96 + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", 174 97 "type": "github" 175 98 }, 176 99 "original": { ··· 195 118 "type": "github" 196 119 } 197 120 }, 198 - "flake-compat_3": { 199 - "flake": false, 200 - "locked": { 201 - "lastModified": 1673956053, 202 - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", 203 - "owner": "edolstra", 204 - "repo": "flake-compat", 205 - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", 206 - "type": "github" 207 - }, 208 - "original": { 209 - "owner": "edolstra", 210 - "repo": "flake-compat", 211 - "type": "github" 212 - } 213 - }, 214 - "flake-compat_4": { 215 - "flake": false, 216 - "locked": { 217 - "lastModified": 1696426674, 218 - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", 219 - "owner": "edolstra", 220 - "repo": "flake-compat", 221 - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", 222 - "type": "github" 223 - }, 224 - "original": { 225 - "owner": "edolstra", 226 - "repo": "flake-compat", 227 - "type": "github" 228 - } 229 - }, 230 121 "flake-parts": { 231 122 "inputs": { 232 - "nixpkgs-lib": "nixpkgs-lib" 123 + "nixpkgs-lib": [ 124 + "devenv", 125 + "nix", 126 + "nixpkgs" 127 + ] 233 128 }, 234 129 "locked": { 235 - "lastModified": 1722555600, 236 - "narHash": "sha256-XOQkdLafnb/p9ij77byFQjDf5m5QYl9b2REiVClC+x4=", 130 + "lastModified": 1712014858, 131 + "narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=", 237 132 "owner": "hercules-ci", 238 133 "repo": "flake-parts", 239 - "rev": "8471fe90ad337a8074e957b69ca4d0089218391d", 134 + "rev": "9126214d0a59633752a136528f5f3b9aa8565b7d", 240 135 "type": "github" 241 136 }, 242 137 "original": { ··· 247 142 }, 248 143 "flake-parts_2": { 249 144 "inputs": { 250 - "nixpkgs-lib": [ 251 - "nickel", 252 - "nix-input", 253 - "nixpkgs" 254 - ] 145 + "nixpkgs-lib": "nixpkgs-lib" 255 146 }, 256 147 "locked": { 257 - "lastModified": 1712014858, 258 - "narHash": "sha256-sB4SWl2lX95bExY2gMFG5HIzvva5AVMJd4Igm+GpZNw=", 148 + "lastModified": 1749398372, 149 + "narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=", 259 150 "owner": "hercules-ci", 260 151 "repo": "flake-parts", 261 - "rev": "9126214d0a59633752a136528f5f3b9aa8565b7d", 152 + "rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569", 262 153 "type": "github" 263 154 }, 264 155 "original": { ··· 272 163 "systems": "systems" 273 164 }, 274 165 "locked": { 275 - "lastModified": 1689068808, 276 - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", 277 - "owner": "numtide", 278 - "repo": "flake-utils", 279 - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", 280 - "type": "github" 281 - }, 282 - "original": { 283 - "owner": "numtide", 284 - "repo": "flake-utils", 285 - "type": "github" 286 - } 287 - }, 288 - "flake-utils_2": { 289 - "inputs": { 290 - "systems": "systems_2" 291 - }, 292 - "locked": { 293 - "lastModified": 1710146030, 294 - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 166 + "lastModified": 1731533236, 167 + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", 295 168 "owner": "numtide", 296 169 "repo": "flake-utils", 297 - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 170 + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", 298 171 "type": "github" 299 172 }, 300 173 "original": { ··· 303 176 "type": "github" 304 177 } 305 178 }, 306 - "flake-utils_3": { 179 + "git-hooks": { 307 180 "inputs": { 308 - "systems": "systems_3" 181 + "flake-compat": [ 182 + "devenv" 183 + ], 184 + "gitignore": "gitignore", 185 + "nixpkgs": [ 186 + "devenv", 187 + "nixpkgs" 188 + ] 309 189 }, 310 190 "locked": { 311 - "lastModified": 1710146030, 312 - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 313 - "owner": "numtide", 314 - "repo": "flake-utils", 315 - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 191 + "lastModified": 1746537231, 192 + "narHash": "sha256-Wb2xeSyOsCoTCTj7LOoD6cdKLEROyFAArnYoS+noCWo=", 193 + "owner": "cachix", 194 + "repo": "git-hooks.nix", 195 + "rev": "fa466640195d38ec97cf0493d6d6882bc4d14969", 316 196 "type": "github" 317 197 }, 318 198 "original": { 319 - "owner": "numtide", 320 - "repo": "flake-utils", 321 - "type": "github" 322 - } 323 - }, 324 - "flake-utils_4": { 325 - "locked": { 326 - "lastModified": 1667395993, 327 - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", 328 - "owner": "numtide", 329 - "repo": "flake-utils", 330 - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", 331 - "type": "github" 332 - }, 333 - "original": { 334 - "owner": "numtide", 335 - "repo": "flake-utils", 336 - "type": "github" 337 - } 338 - }, 339 - "flake-utils_5": { 340 - "inputs": { 341 - "systems": "systems_4" 342 - }, 343 - "locked": { 344 - "lastModified": 1710146030, 345 - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 346 - "owner": "numtide", 347 - "repo": "flake-utils", 348 - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 349 - "type": "github" 350 - }, 351 - "original": { 352 - "owner": "numtide", 353 - "repo": "flake-utils", 354 - "type": "github" 355 - } 356 - }, 357 - "flake-utils_6": { 358 - "inputs": { 359 - "systems": "systems_5" 360 - }, 361 - "locked": { 362 - "lastModified": 1705309234, 363 - "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", 364 - "owner": "numtide", 365 - "repo": "flake-utils", 366 - "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", 367 - "type": "github" 368 - }, 369 - "original": { 370 - "owner": "numtide", 371 - "repo": "flake-utils", 199 + "owner": "cachix", 200 + "repo": "git-hooks.nix", 372 201 "type": "github" 373 202 } 374 203 }, ··· 376 205 "inputs": { 377 206 "nixpkgs": [ 378 207 "devenv", 379 - "pre-commit-hooks", 208 + "git-hooks", 380 209 "nixpkgs" 381 210 ] 382 211 }, ··· 435 264 "nickel": { 436 265 "inputs": { 437 266 "crane": "crane", 438 - "flake-utils": "flake-utils_3", 439 - "nix-input": "nix-input", 267 + "flake-utils": "flake-utils", 440 268 "nixpkgs": "nixpkgs_4", 441 - "pre-commit-hooks": "pre-commit-hooks_3", 442 - "rust-overlay": "rust-overlay", 443 - "topiary": "topiary" 269 + "pre-commit-hooks": "pre-commit-hooks", 270 + "rust-overlay": "rust-overlay" 444 271 }, 445 272 "locked": { 446 - "lastModified": 1718098394, 447 - "narHash": "sha256-EwiZg0iyF9EQ0Z65Re5WgeV7xgs/wPtTQ9XA0iEMEIQ=", 273 + "lastModified": 1749052401, 274 + "narHash": "sha256-iKLjYE4uT+luIRXjEuO7KjgkO+/jFpLjhCI5tO7TVMM=", 448 275 "owner": "tweag", 449 276 "repo": "nickel", 450 - "rev": "af99d716c97d2b481fb43c041cee3108a63d4617", 277 + "rev": "11fba5486e2e9ee35f4a2e661627e8b08e2b9a14", 451 278 "type": "github" 452 279 }, 453 280 "original": { ··· 459 286 }, 460 287 "nix": { 461 288 "inputs": { 462 - "flake-compat": "flake-compat", 463 - "nixpkgs": [ 464 - "devenv", 465 - "cachix", 466 - "devenv", 467 - "nixpkgs" 289 + "flake-compat": [ 290 + "devenv" 468 291 ], 469 - "nixpkgs-regression": "nixpkgs-regression" 470 - }, 471 - "locked": { 472 - "lastModified": 1712911606, 473 - "narHash": "sha256-BGvBhepCufsjcUkXnEEXhEVjwdJAwPglCC2+bInc794=", 474 - "owner": "domenkozar", 475 - "repo": "nix", 476 - "rev": "b24a9318ea3f3600c1e24b4a00691ee912d4de12", 477 - "type": "github" 478 - }, 479 - "original": { 480 - "owner": "domenkozar", 481 - "ref": "devenv-2.21", 482 - "repo": "nix", 483 - "type": "github" 484 - } 485 - }, 486 - "nix-filter": { 487 - "locked": { 488 - "lastModified": 1710156097, 489 - "narHash": "sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj+rL8sRQsSM=", 490 - "owner": "numtide", 491 - "repo": "nix-filter", 492 - "rev": "3342559a24e85fc164b295c3444e8a139924675b", 493 - "type": "github" 494 - }, 495 - "original": { 496 - "owner": "numtide", 497 - "repo": "nix-filter", 498 - "type": "github" 499 - } 500 - }, 501 - "nix-github-actions": { 502 - "inputs": { 503 - "nixpkgs": [ 504 - "devenv", 505 - "cachix", 506 - "devenv", 507 - "poetry2nix", 508 - "nixpkgs" 509 - ] 510 - }, 511 - "locked": { 512 - "lastModified": 1688870561, 513 - "narHash": "sha256-4UYkifnPEw1nAzqqPOTL2MvWtm3sNGw1UTYTalkTcGY=", 514 - "owner": "nix-community", 515 - "repo": "nix-github-actions", 516 - "rev": "165b1650b753316aa7f1787f3005a8d2da0f5301", 517 - "type": "github" 518 - }, 519 - "original": { 520 - "owner": "nix-community", 521 - "repo": "nix-github-actions", 522 - "type": "github" 523 - } 524 - }, 525 - "nix-input": { 526 - "inputs": { 527 - "flake-compat": "flake-compat_3", 528 - "flake-parts": "flake-parts_2", 292 + "flake-parts": "flake-parts", 529 293 "libgit2": "libgit2", 530 - "nixpkgs": "nixpkgs_3", 531 - "nixpkgs-23-11": "nixpkgs-23-11", 532 - "nixpkgs-regression": "nixpkgs-regression_3", 533 - "pre-commit-hooks": "pre-commit-hooks_2" 534 - }, 535 - "locked": { 536 - "lastModified": 1717862855, 537 - "narHash": "sha256-DHM/6HZsuJO+k32vBfPzzhEwgMVpYdHiMD5r6qoCk9k=", 538 - "owner": "nixos", 539 - "repo": "nix", 540 - "rev": "0ab9369572f64b1ab70a8db29f79ae730ff31ab6", 541 - "type": "github" 542 - }, 543 - "original": { 544 - "owner": "nixos", 545 - "repo": "nix", 546 - "type": "github" 547 - } 548 - }, 549 - "nix_2": { 550 - "inputs": { 551 - "flake-compat": [ 552 - "devenv", 553 - "flake-compat" 294 + "nixpkgs": "nixpkgs_2", 295 + "nixpkgs-23-11": [ 296 + "devenv" 554 297 ], 555 - "nixpkgs": [ 556 - "devenv", 557 - "nixpkgs" 298 + "nixpkgs-regression": [ 299 + "devenv" 558 300 ], 559 - "nixpkgs-regression": "nixpkgs-regression_2" 301 + "pre-commit-hooks": [ 302 + "devenv" 303 + ] 560 304 }, 561 305 "locked": { 562 - "lastModified": 1712911606, 563 - "narHash": "sha256-BGvBhepCufsjcUkXnEEXhEVjwdJAwPglCC2+bInc794=", 306 + "lastModified": 1745930071, 307 + "narHash": "sha256-bYyjarS3qSNqxfgc89IoVz8cAFDkF9yPE63EJr+h50s=", 564 308 "owner": "domenkozar", 565 309 "repo": "nix", 566 - "rev": "b24a9318ea3f3600c1e24b4a00691ee912d4de12", 310 + "rev": "b455edf3505f1bf0172b39a735caef94687d0d9c", 567 311 "type": "github" 568 312 }, 569 313 "original": { 570 314 "owner": "domenkozar", 571 - "ref": "devenv-2.21", 315 + "ref": "devenv-2.24", 572 316 "repo": "nix", 573 317 "type": "github" 574 318 } 575 319 }, 576 320 "nixpkgs": { 577 321 "locked": { 578 - "lastModified": 1692808169, 579 - "narHash": "sha256-x9Opq06rIiwdwGeK2Ykj69dNc2IvUH1fY55Wm7atwrE=", 322 + "lastModified": 1733212471, 323 + "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=", 580 324 "owner": "NixOS", 581 325 "repo": "nixpkgs", 582 - "rev": "9201b5ff357e781bf014d0330d18555695df7ba8", 326 + "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776", 583 327 "type": "github" 584 328 }, 585 329 "original": { 586 330 "owner": "NixOS", 587 - "ref": "nixpkgs-unstable", 331 + "ref": "nixos-unstable", 588 332 "repo": "nixpkgs", 589 333 "type": "github" 590 334 } 591 335 }, 592 - "nixpkgs-23-11": { 593 - "locked": { 594 - "lastModified": 1717159533, 595 - "narHash": "sha256-oamiKNfr2MS6yH64rUn99mIZjc45nGJlj9eGth/3Xuw=", 596 - "owner": "NixOS", 597 - "repo": "nixpkgs", 598 - "rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446", 599 - "type": "github" 600 - }, 601 - "original": { 602 - "owner": "NixOS", 603 - "repo": "nixpkgs", 604 - "rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446", 605 - "type": "github" 606 - } 607 - }, 608 336 "nixpkgs-lib": { 609 337 "locked": { 610 - "lastModified": 1722555339, 611 - "narHash": "sha256-uFf2QeW7eAHlYXuDktm9c25OxOyCoUOQmh5SZ9amE5Q=", 612 - "type": "tarball", 613 - "url": "https://github.com/NixOS/nixpkgs/archive/a5d394176e64ab29c852d03346c1fc9b0b7d33eb.tar.gz" 614 - }, 615 - "original": { 616 - "type": "tarball", 617 - "url": "https://github.com/NixOS/nixpkgs/archive/a5d394176e64ab29c852d03346c1fc9b0b7d33eb.tar.gz" 618 - } 619 - }, 620 - "nixpkgs-regression": { 621 - "locked": { 622 - "lastModified": 1643052045, 623 - "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", 624 - "owner": "NixOS", 625 - "repo": "nixpkgs", 626 - "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 627 - "type": "github" 628 - }, 629 - "original": { 630 - "owner": "NixOS", 631 - "repo": "nixpkgs", 632 - "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 633 - "type": "github" 634 - } 635 - }, 636 - "nixpkgs-regression_2": { 637 - "locked": { 638 - "lastModified": 1643052045, 639 - "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", 640 - "owner": "NixOS", 641 - "repo": "nixpkgs", 642 - "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 643 - "type": "github" 644 - }, 645 - "original": { 646 - "owner": "NixOS", 647 - "repo": "nixpkgs", 648 - "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 649 - "type": "github" 650 - } 651 - }, 652 - "nixpkgs-regression_3": { 653 - "locked": { 654 - "lastModified": 1643052045, 655 - "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", 656 - "owner": "NixOS", 657 - "repo": "nixpkgs", 658 - "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 659 - "type": "github" 660 - }, 661 - "original": { 662 - "owner": "NixOS", 663 - "repo": "nixpkgs", 664 - "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", 665 - "type": "github" 666 - } 667 - }, 668 - "nixpkgs-stable": { 669 - "locked": { 670 - "lastModified": 1710695816, 671 - "narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=", 672 - "owner": "NixOS", 673 - "repo": "nixpkgs", 674 - "rev": "614b4613980a522ba49f0d194531beddbb7220d3", 338 + "lastModified": 1748740939, 339 + "narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=", 340 + "owner": "nix-community", 341 + "repo": "nixpkgs.lib", 342 + "rev": "656a64127e9d791a334452c6b6606d17539476e2", 675 343 "type": "github" 676 344 }, 677 345 "original": { 678 - "owner": "NixOS", 679 - "ref": "nixos-23.11", 680 - "repo": "nixpkgs", 346 + "owner": "nix-community", 347 + "repo": "nixpkgs.lib", 681 348 "type": "github" 682 349 } 683 350 }, 684 - "nixpkgs-stable_2": { 351 + "nixpkgs_2": { 685 352 "locked": { 686 - "lastModified": 1710695816, 687 - "narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=", 353 + "lastModified": 1717432640, 354 + "narHash": "sha256-+f9c4/ZX5MWDOuB1rKoWj+lBNm0z0rs4CK47HBLxy1o=", 688 355 "owner": "NixOS", 689 356 "repo": "nixpkgs", 690 - "rev": "614b4613980a522ba49f0d194531beddbb7220d3", 357 + "rev": "88269ab3044128b7c2f4c7d68448b2fb50456870", 691 358 "type": "github" 692 359 }, 693 360 "original": { 694 361 "owner": "NixOS", 695 - "ref": "nixos-23.11", 362 + "ref": "release-24.05", 696 363 "repo": "nixpkgs", 697 364 "type": "github" 698 365 } 699 366 }, 700 - "nixpkgs_2": { 367 + "nixpkgs_3": { 701 368 "locked": { 702 - "lastModified": 1713361204, 703 - "narHash": "sha256-TA6EDunWTkc5FvDCqU3W2T3SFn0gRZqh6D/hJnM02MM=", 369 + "lastModified": 1746807397, 370 + "narHash": "sha256-zU2z0jlkJGWLhdNr/8AJSxqK8XD0IlQgHp3VZcP56Aw=", 704 371 "owner": "cachix", 705 372 "repo": "devenv-nixpkgs", 706 - "rev": "285676e87ad9f0ca23d8714a6ab61e7e027020c6", 373 + "rev": "c5208b594838ea8e6cca5997fbf784b7cca1ca90", 707 374 "type": "github" 708 375 }, 709 376 "original": { ··· 713 380 "type": "github" 714 381 } 715 382 }, 716 - "nixpkgs_3": { 717 - "locked": { 718 - "lastModified": 1717432640, 719 - "narHash": "sha256-+f9c4/ZX5MWDOuB1rKoWj+lBNm0z0rs4CK47HBLxy1o=", 720 - "owner": "NixOS", 721 - "repo": "nixpkgs", 722 - "rev": "88269ab3044128b7c2f4c7d68448b2fb50456870", 723 - "type": "github" 724 - }, 725 - "original": { 726 - "owner": "NixOS", 727 - "ref": "release-24.05", 728 - "repo": "nixpkgs", 729 - "type": "github" 730 - } 731 - }, 732 383 "nixpkgs_4": { 733 384 "locked": { 734 - "lastModified": 1717786204, 735 - "narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=", 736 - "owner": "NixOS", 385 + "lastModified": 1746663147, 386 + "narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", 387 + "owner": "nixos", 737 388 "repo": "nixpkgs", 738 - "rev": "051f920625ab5aabe37c920346e3e69d7d34400e", 389 + "rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", 739 390 "type": "github" 740 391 }, 741 392 "original": { 742 - "id": "nixpkgs", 393 + "owner": "nixos", 743 394 "ref": "nixos-unstable", 744 - "type": "indirect" 745 - } 746 - }, 747 - "nixpkgs_5": { 748 - "locked": { 749 - "lastModified": 1706487304, 750 - "narHash": "sha256-LE8lVX28MV2jWJsidW13D2qrHU/RUUONendL2Q/WlJg=", 751 - "owner": "NixOS", 752 - "repo": "nixpkgs", 753 - "rev": "90f456026d284c22b3e3497be980b2e47d0b28ac", 754 - "type": "github" 755 - }, 756 - "original": { 757 - "owner": "NixOS", 758 - "ref": "nixpkgs-unstable", 759 395 "repo": "nixpkgs", 760 396 "type": "github" 761 397 } 762 398 }, 763 - "nixpkgs_6": { 399 + "nixpkgs_5": { 764 400 "locked": { 765 - "lastModified": 1723603349, 766 - "narHash": "sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE=", 767 - "path": "/nix/store/qp204s0cpzbhj9yd5vpy7cpa9wxca0f9-source", 768 - "rev": "daf7bb95821b789db24fc1ac21f613db0c1bf2cb", 401 + "lastModified": 0, 402 + "narHash": "sha256-MmJvj6mlWzeRwKGLcwmZpKaOPZ5nJb/6al5CXqJsgjo=", 403 + "path": "/nix/store/ad1fkqvkbxhap0gpb688bgrad221lgwj-source", 769 404 "type": "path" 770 405 }, 771 406 "original": { 772 407 "id": "nixpkgs", 773 408 "type": "indirect" 774 - } 775 - }, 776 - "poetry2nix": { 777 - "inputs": { 778 - "flake-utils": "flake-utils", 779 - "nix-github-actions": "nix-github-actions", 780 - "nixpkgs": [ 781 - "devenv", 782 - "cachix", 783 - "devenv", 784 - "nixpkgs" 785 - ] 786 - }, 787 - "locked": { 788 - "lastModified": 1692876271, 789 - "narHash": "sha256-IXfZEkI0Mal5y1jr6IRWMqK8GW2/f28xJenZIPQqkY0=", 790 - "owner": "nix-community", 791 - "repo": "poetry2nix", 792 - "rev": "d5006be9c2c2417dafb2e2e5034d83fabd207ee3", 793 - "type": "github" 794 - }, 795 - "original": { 796 - "owner": "nix-community", 797 - "repo": "poetry2nix", 798 - "type": "github" 799 409 } 800 410 }, 801 411 "pre-commit-hooks": { 802 412 "inputs": { 803 - "flake-compat": [ 804 - "devenv", 805 - "flake-compat" 806 - ], 807 - "flake-utils": "flake-utils_2", 808 - "gitignore": "gitignore", 809 - "nixpkgs": [ 810 - "devenv", 811 - "nixpkgs" 812 - ], 813 - "nixpkgs-stable": "nixpkgs-stable" 814 - }, 815 - "locked": { 816 - "lastModified": 1713775815, 817 - "narHash": "sha256-Wu9cdYTnGQQwtT20QQMg7jzkANKQjwBD9iccfGKkfls=", 818 - "owner": "cachix", 819 - "repo": "pre-commit-hooks.nix", 820 - "rev": "2ac4dcbf55ed43f3be0bae15e181f08a57af24a4", 821 - "type": "github" 822 - }, 823 - "original": { 824 - "owner": "cachix", 825 - "repo": "pre-commit-hooks.nix", 826 - "type": "github" 827 - } 828 - }, 829 - "pre-commit-hooks_2": { 830 - "inputs": { 831 - "flake-compat": [ 832 - "nickel", 833 - "nix-input" 834 - ], 835 - "flake-utils": "flake-utils_4", 836 - "gitignore": [ 837 - "nickel", 838 - "nix-input" 839 - ], 413 + "flake-compat": "flake-compat_2", 414 + "gitignore": "gitignore_2", 840 415 "nixpkgs": [ 841 416 "nickel", 842 - "nix-input", 843 - "nixpkgs" 844 - ], 845 - "nixpkgs-stable": [ 846 - "nickel", 847 - "nix-input", 848 417 "nixpkgs" 849 418 ] 850 419 }, 851 420 "locked": { 852 - "lastModified": 1712897695, 853 - "narHash": "sha256-nMirxrGteNAl9sWiOhoN5tIHyjBbVi5e2tgZUgZlK3Y=", 421 + "lastModified": 1746537231, 422 + "narHash": "sha256-Wb2xeSyOsCoTCTj7LOoD6cdKLEROyFAArnYoS+noCWo=", 854 423 "owner": "cachix", 855 424 "repo": "pre-commit-hooks.nix", 856 - "rev": "40e6053ecb65fcbf12863338a6dcefb3f55f1bf8", 857 - "type": "github" 858 - }, 859 - "original": { 860 - "owner": "cachix", 861 - "repo": "pre-commit-hooks.nix", 862 - "type": "github" 863 - } 864 - }, 865 - "pre-commit-hooks_3": { 866 - "inputs": { 867 - "flake-compat": "flake-compat_4", 868 - "gitignore": "gitignore_2", 869 - "nixpkgs": [ 870 - "nickel", 871 - "nixpkgs" 872 - ], 873 - "nixpkgs-stable": "nixpkgs-stable_2" 874 - }, 875 - "locked": { 876 - "lastModified": 1717664902, 877 - "narHash": "sha256-7XfBuLULizXjXfBYy/VV+SpYMHreNRHk9nKMsm1bgb4=", 878 - "owner": "cachix", 879 - "repo": "pre-commit-hooks.nix", 880 - "rev": "cc4d466cb1254af050ff7bdf47f6d404a7c646d1", 425 + "rev": "fa466640195d38ec97cf0493d6d6882bc4d14969", 881 426 "type": "github" 882 427 }, 883 428 "original": { ··· 890 435 "inputs": { 891 436 "devenv": "devenv", 892 437 "fenix": "fenix", 893 - "flake-parts": "flake-parts", 438 + "flake-parts": "flake-parts_2", 894 439 "nickel": "nickel", 895 - "nixpkgs": "nixpkgs_6", 896 - "systems": "systems_6" 440 + "nixpkgs": "nixpkgs_5", 441 + "systems": "systems_2" 897 442 } 898 443 }, 899 444 "rust-analyzer-src": { 900 445 "flake": false, 901 446 "locked": { 902 - "lastModified": 1723648323, 903 - "narHash": "sha256-AT6K9JREduWC1zcIJIx8JTZa4sYZD6VvyB/xRnjphqY=", 447 + "lastModified": 1749493129, 448 + "narHash": "sha256-nQ+gKRLXkl7gLY836ULyAwR3O0E/+vakZt78OQ+p9Fc=", 904 449 "owner": "rust-lang", 905 450 "repo": "rust-analyzer", 906 - "rev": "64a140527b383e3a2fe95908881624fc5374c60c", 451 + "rev": "bf6d44581085bb9b6e285902a7fae77325703171", 907 452 "type": "github" 908 453 }, 909 454 "original": { ··· 915 460 }, 916 461 "rust-overlay": { 917 462 "inputs": { 918 - "flake-utils": [ 919 - "nickel", 920 - "flake-utils" 921 - ], 922 463 "nixpkgs": [ 923 464 "nickel", 924 465 "nixpkgs" 925 466 ] 926 467 }, 927 468 "locked": { 928 - "lastModified": 1717813066, 929 - "narHash": "sha256-wqbRwq3i7g5EHIui0bIi84mdqZ/It1AXBSLJ5tafD28=", 930 - "owner": "oxalica", 931 - "repo": "rust-overlay", 932 - "rev": "6dc3e45fe4aee36efeed24d64fc68b1f989d5465", 933 - "type": "github" 934 - }, 935 - "original": { 936 - "owner": "oxalica", 937 - "repo": "rust-overlay", 938 - "type": "github" 939 - } 940 - }, 941 - "rust-overlay_2": { 942 - "inputs": { 943 - "flake-utils": "flake-utils_6", 944 - "nixpkgs": "nixpkgs_5" 945 - }, 946 - "locked": { 947 - "lastModified": 1715739484, 948 - "narHash": "sha256-5zlSuCM54jH6tXi8OILZ7opT+lBYUkGU9eOMEvJh9HU=", 469 + "lastModified": 1746844454, 470 + "narHash": "sha256-GcUWDQUDRYrD34ol90KGUpjbVcOfUNbv0s955jPecko=", 949 471 "owner": "oxalica", 950 472 "repo": "rust-overlay", 951 - "rev": "3d27c65641a61d36f1c7616d6150524cd9a2a5f7", 473 + "rev": "be092436d4c0c303b654e4007453b69c0e33009e", 952 474 "type": "github" 953 475 }, 954 476 "original": { ··· 984 506 "original": { 985 507 "owner": "nix-systems", 986 508 "repo": "default", 987 - "type": "github" 988 - } 989 - }, 990 - "systems_3": { 991 - "locked": { 992 - "lastModified": 1681028828, 993 - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 994 - "owner": "nix-systems", 995 - "repo": "default", 996 - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 997 - "type": "github" 998 - }, 999 - "original": { 1000 - "owner": "nix-systems", 1001 - "repo": "default", 1002 - "type": "github" 1003 - } 1004 - }, 1005 - "systems_4": { 1006 - "locked": { 1007 - "lastModified": 1681028828, 1008 - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 1009 - "owner": "nix-systems", 1010 - "repo": "default", 1011 - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 1012 - "type": "github" 1013 - }, 1014 - "original": { 1015 - "owner": "nix-systems", 1016 - "repo": "default", 1017 - "type": "github" 1018 - } 1019 - }, 1020 - "systems_5": { 1021 - "locked": { 1022 - "lastModified": 1681028828, 1023 - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 1024 - "owner": "nix-systems", 1025 - "repo": "default", 1026 - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 1027 - "type": "github" 1028 - }, 1029 - "original": { 1030 - "owner": "nix-systems", 1031 - "repo": "default", 1032 - "type": "github" 1033 - } 1034 - }, 1035 - "systems_6": { 1036 - "locked": { 1037 - "lastModified": 1681028828, 1038 - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 1039 - "owner": "nix-systems", 1040 - "repo": "default", 1041 - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 1042 - "type": "github" 1043 - }, 1044 - "original": { 1045 - "owner": "nix-systems", 1046 - "repo": "default", 1047 - "type": "github" 1048 - } 1049 - }, 1050 - "topiary": { 1051 - "inputs": { 1052 - "advisory-db": "advisory-db", 1053 - "crane": "crane_2", 1054 - "flake-utils": "flake-utils_5", 1055 - "nix-filter": "nix-filter", 1056 - "nixpkgs": [ 1057 - "nickel", 1058 - "nixpkgs" 1059 - ], 1060 - "rust-overlay": "rust-overlay_2" 1061 - }, 1062 - "locked": { 1063 - "lastModified": 1717691046, 1064 - "narHash": "sha256-bVDoatFPN7NRuAf4URTFNrYVU7phz2vJpROmnVmqvfw=", 1065 - "owner": "tweag", 1066 - "repo": "topiary", 1067 - "rev": "1f11babe0d037cd84f8d909129dce497323f1e49", 1068 - "type": "github" 1069 - }, 1070 - "original": { 1071 - "owner": "tweag", 1072 - "repo": "topiary", 1073 509 "type": "github" 1074 510 } 1075 511 }