My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
2
fork

Configure Feed

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

chore: update dependencies

+102 -200
+93 -191
Cargo.lock
··· 95 95 "accesskit_consumer", 96 96 "hashbrown 0.16.1", 97 97 "static_assertions", 98 - "windows 0.62.2", 99 - "windows-core 0.62.2", 98 + "windows", 99 + "windows-core", 100 100 ] 101 101 102 102 [[package]] ··· 211 211 212 212 [[package]] 213 213 name = "anstream" 214 - version = "0.6.21" 214 + version = "1.0.0" 215 215 source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 216 + checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 217 217 dependencies = [ 218 218 "anstyle", 219 219 "anstyle-parse", ··· 232 232 233 233 [[package]] 234 234 name = "anstyle-parse" 235 - version = "0.2.7" 235 + version = "1.0.0" 236 236 source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 237 + checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 238 238 dependencies = [ 239 239 "utf8parse", 240 240 ] ··· 281 281 "objc2-foundation 0.3.2", 282 282 "parking_lot", 283 283 "percent-encoding", 284 - "windows-sys 0.60.2", 284 + "windows-sys 0.52.0", 285 285 "x11rb", 286 286 ] 287 287 ··· 835 835 "miniz_oxide", 836 836 "object", 837 837 "rustc-demangle", 838 - "windows-link 0.2.1", 838 + "windows-link", 839 839 ] 840 840 841 841 [[package]] ··· 1226 1226 "iana-time-zone", 1227 1227 "num-traits", 1228 1228 "serde", 1229 - "windows-link 0.2.1", 1229 + "windows-link", 1230 1230 ] 1231 1231 1232 1232 [[package]] 1233 1233 name = "clap" 1234 - version = "4.5.60" 1234 + version = "4.6.0" 1235 1235 source = "registry+https://github.com/rust-lang/crates.io-index" 1236 - checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 1236 + checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" 1237 1237 dependencies = [ 1238 1238 "clap_builder", 1239 1239 "clap_derive", ··· 1241 1241 1242 1242 [[package]] 1243 1243 name = "clap_builder" 1244 - version = "4.5.60" 1244 + version = "4.6.0" 1245 1245 source = "registry+https://github.com/rust-lang/crates.io-index" 1246 - checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 1246 + checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 1247 1247 dependencies = [ 1248 1248 "anstream", 1249 1249 "anstyle", ··· 1256 1256 1257 1257 [[package]] 1258 1258 name = "clap_derive" 1259 - version = "4.5.55" 1259 + version = "4.6.0" 1260 1260 source = "registry+https://github.com/rust-lang/crates.io-index" 1261 - checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 1261 + checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" 1262 1262 dependencies = [ 1263 1263 "heck 0.5.0", 1264 1264 "proc-macro2", ··· 1842 1842 "libc", 1843 1843 "option-ext", 1844 1844 "redox_users", 1845 - "windows-sys 0.61.2", 1845 + "windows-sys 0.59.0", 1846 1846 ] 1847 1847 1848 1848 [[package]] ··· 2180 2180 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 2181 2181 dependencies = [ 2182 2182 "libc", 2183 - "windows-sys 0.61.2", 2183 + "windows-sys 0.52.0", 2184 2184 ] 2185 2185 2186 2186 [[package]] ··· 2335 2335 "rayon", 2336 2336 "ron", 2337 2337 "serde", 2338 - "signal-hook 0.4.3", 2338 + "signal-hook 0.4.4", 2339 2339 "strum 0.28.0", 2340 2340 "tempfile", 2341 2341 "tokio", ··· 2622 2622 checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 2623 2623 dependencies = [ 2624 2624 "rustix 1.1.4", 2625 - "windows-link 0.2.1", 2625 + "windows-link", 2626 2626 ] 2627 2627 2628 2628 [[package]] ··· 3321 3321 "gix-fs", 3322 3322 "libc", 3323 3323 "parking_lot", 3324 - "signal-hook 0.4.3", 3324 + "signal-hook 0.4.4", 3325 3325 "signal-hook-registry", 3326 3326 "tempfile", 3327 3327 ] ··· 3536 3536 "log", 3537 3537 "presser", 3538 3538 "thiserror 2.0.18", 3539 - "windows 0.62.2", 3539 + "windows", 3540 3540 ] 3541 3541 3542 3542 [[package]] ··· 3711 3711 3712 3712 [[package]] 3713 3713 name = "human-panic" 3714 - version = "2.0.6" 3714 + version = "2.0.8" 3715 3715 source = "registry+https://github.com/rust-lang/crates.io-index" 3716 - checksum = "075e8747af11abcff07d55d98297c9c6c70eb5d6365b25e7b12f02e484935191" 3716 + checksum = "e2815d0c49773c6e0a9753960b3d0e50b822e48e08c77bcb4780be8474c9cc3d" 3717 3717 dependencies = [ 3718 3718 "anstream", 3719 3719 "anstyle", ··· 3746 3746 "js-sys", 3747 3747 "log", 3748 3748 "wasm-bindgen", 3749 - "windows-core 0.62.2", 3749 + "windows-core", 3750 3750 ] 3751 3751 3752 3752 [[package]] ··· 3999 3999 "portable-atomic", 4000 4000 "portable-atomic-util", 4001 4001 "serde_core", 4002 - "windows-sys 0.61.2", 4002 + "windows-sys 0.52.0", 4003 4003 ] 4004 4004 4005 4005 [[package]] ··· 4042 4042 "simd_cesu8", 4043 4043 "thiserror 2.0.18", 4044 4044 "walkdir", 4045 - "windows-link 0.2.1", 4045 + "windows-link", 4046 4046 ] 4047 4047 4048 4048 [[package]] ··· 4269 4269 4270 4270 [[package]] 4271 4271 name = "libc" 4272 - version = "0.2.182" 4272 + version = "0.2.184" 4273 4273 source = "registry+https://github.com/rust-lang/crates.io-index" 4274 - checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 4274 + checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" 4275 4275 4276 4276 [[package]] 4277 4277 name = "libloading" ··· 4280 4280 checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 4281 4281 dependencies = [ 4282 4282 "cfg-if", 4283 - "windows-link 0.2.1", 4283 + "windows-link", 4284 4284 ] 4285 4285 4286 4286 [[package]] ··· 4493 4493 4494 4494 [[package]] 4495 4495 name = "mio" 4496 - version = "1.1.1" 4496 + version = "1.2.0" 4497 4497 source = "registry+https://github.com/rust-lang/crates.io-index" 4498 - checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 4498 + checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 4499 4499 dependencies = [ 4500 4500 "libc", 4501 4501 "log", ··· 4649 4649 source = "registry+https://github.com/rust-lang/crates.io-index" 4650 4650 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 4651 4651 dependencies = [ 4652 - "windows-sys 0.61.2", 4652 + "windows-sys 0.59.0", 4653 4653 ] 4654 4654 4655 4655 [[package]] ··· 5215 5215 "libc", 5216 5216 "redox_syscall 0.5.18", 5217 5217 "smallvec", 5218 - "windows-link 0.2.1", 5218 + "windows-link", 5219 5219 ] 5220 5220 5221 5221 [[package]] ··· 6192 6192 "errno", 6193 6193 "libc", 6194 6194 "linux-raw-sys 0.12.1", 6195 - "windows-sys 0.61.2", 6195 + "windows-sys 0.52.0", 6196 6196 ] 6197 6197 6198 6198 [[package]] ··· 6256 6256 6257 6257 [[package]] 6258 6258 name = "sea-orm" 6259 - version = "2.0.0-rc.37" 6259 + version = "2.0.0-rc.38" 6260 6260 source = "registry+https://github.com/rust-lang/crates.io-index" 6261 - checksum = "4b846dc1c7fefbea372c03765ff08307d68894bbad8c73b66176dcd53a3ee131" 6261 + checksum = "9b5428ce6a0c8f6b9858df21ad1aa00c2fb94e1c9f344a0436bc855391e5a225" 6262 6262 dependencies = [ 6263 6263 "async-stream", 6264 6264 "async-trait", ··· 6280 6280 "serde", 6281 6281 "serde_json", 6282 6282 "sqlx", 6283 - "strum 0.27.2", 6283 + "strum 0.28.0", 6284 6284 "thiserror 2.0.18", 6285 6285 "time", 6286 6286 "tracing", ··· 6301 6301 6302 6302 [[package]] 6303 6303 name = "sea-orm-cli" 6304 - version = "2.0.0-rc.37" 6304 + version = "2.0.0-rc.38" 6305 6305 source = "registry+https://github.com/rust-lang/crates.io-index" 6306 - checksum = "cd9b34d4c8e615079c04eb7863a429c2d2a8bf9c934eb9eeb580f51f36367124" 6306 + checksum = "4cd42605c3b611785eed593406900f463b86c61792e723272e0434e77ed9cd8d" 6307 6307 dependencies = [ 6308 6308 "chrono", 6309 6309 "clap", ··· 6321 6321 6322 6322 [[package]] 6323 6323 name = "sea-orm-macros" 6324 - version = "2.0.0-rc.37" 6324 + version = "2.0.0-rc.38" 6325 6325 source = "registry+https://github.com/rust-lang/crates.io-index" 6326 - checksum = "b449fe660e4d365f335222025df97ae01e670ef7ad788b3c67db9183b6cb0474" 6326 + checksum = "ae1374d83dd5b43f14dcc90fc726486c556f4db774b680b12b8c680af76e8233" 6327 6327 dependencies = [ 6328 6328 "heck 0.5.0", 6329 6329 "itertools", ··· 6337 6337 6338 6338 [[package]] 6339 6339 name = "sea-orm-migration" 6340 - version = "2.0.0-rc.37" 6340 + version = "2.0.0-rc.38" 6341 6341 source = "registry+https://github.com/rust-lang/crates.io-index" 6342 - checksum = "b3ceb928aac8be83332d34d1fdbc827d43696135a800723ffeb2e0b33b7b495e" 6342 + checksum = "73f6ce467587c910bb2842cf001ea600ac6228ba5f3f39c1dc499929e34a8f29" 6343 6343 dependencies = [ 6344 6344 "async-trait", 6345 6345 "clap", ··· 6353 6353 6354 6354 [[package]] 6355 6355 name = "sea-query" 6356 - version = "1.0.0-rc.31" 6356 + version = "1.0.0-rc.33" 6357 6357 source = "registry+https://github.com/rust-lang/crates.io-index" 6358 - checksum = "58decdaaaf2a698170af2fa1b2e8f7b43a970e7768bf18aebaab113bada46354" 6358 + checksum = "b04cdb0135c16e829504e93fbe7880513578d56f07aaea152283526590111828" 6359 6359 dependencies = [ 6360 6360 "chrono", 6361 6361 "inherent", ··· 6383 6383 6384 6384 [[package]] 6385 6385 name = "sea-query-sqlx" 6386 - version = "0.8.0-rc.14" 6386 + version = "0.8.0-rc.15" 6387 6387 source = "registry+https://github.com/rust-lang/crates.io-index" 6388 - checksum = "e4377164b09a11bb692dec6966eb0e6908d63d768defef0be689b39e02cf8544" 6388 + checksum = "a04aeecfe00614fece56336fd35dc385bb9ffed0c75660695ba925e42a3991ef" 6389 6389 dependencies = [ 6390 6390 "sea-query", 6391 6391 "sqlx", ··· 6494 6494 6495 6495 [[package]] 6496 6496 name = "serde_spanned" 6497 - version = "1.0.4" 6497 + version = "1.1.1" 6498 6498 source = "registry+https://github.com/rust-lang/crates.io-index" 6499 - checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 6499 + checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" 6500 6500 dependencies = [ 6501 6501 "serde_core", 6502 6502 ] ··· 6589 6589 6590 6590 [[package]] 6591 6591 name = "signal-hook" 6592 - version = "0.4.3" 6592 + version = "0.4.4" 6593 6593 source = "registry+https://github.com/rust-lang/crates.io-index" 6594 - checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" 6594 + checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 6595 6595 dependencies = [ 6596 6596 "libc", 6597 6597 "signal-hook-registry", ··· 6784 6784 6785 6785 [[package]] 6786 6786 name = "socket2" 6787 - version = "0.6.2" 6787 + version = "0.6.3" 6788 6788 source = "registry+https://github.com/rust-lang/crates.io-index" 6789 - checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 6789 + checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 6790 6790 dependencies = [ 6791 6791 "libc", 6792 - "windows-sys 0.60.2", 6792 + "windows-sys 0.61.2", 6793 6793 ] 6794 6794 6795 6795 [[package]] ··· 7141 7141 7142 7142 [[package]] 7143 7143 name = "sysinfo" 7144 - version = "0.37.2" 7144 + version = "0.38.4" 7145 7145 source = "registry+https://github.com/rust-lang/crates.io-index" 7146 - checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 7146 + checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" 7147 7147 dependencies = [ 7148 7148 "libc", 7149 7149 "memchr", 7150 7150 "ntapi", 7151 7151 "objc2-core-foundation", 7152 7152 "objc2-io-kit", 7153 - "windows 0.61.3", 7153 + "windows", 7154 7154 ] 7155 7155 7156 7156 [[package]] ··· 7169 7169 "getrandom 0.4.2", 7170 7170 "once_cell", 7171 7171 "rustix 1.1.4", 7172 - "windows-sys 0.61.2", 7172 + "windows-sys 0.52.0", 7173 7173 ] 7174 7174 7175 7175 [[package]] ··· 7411 7411 7412 7412 [[package]] 7413 7413 name = "tokio" 7414 - version = "1.50.0" 7414 + version = "1.51.1" 7415 7415 source = "registry+https://github.com/rust-lang/crates.io-index" 7416 - checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 7416 + checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" 7417 7417 dependencies = [ 7418 7418 "bytes", 7419 7419 "libc", ··· 7428 7428 7429 7429 [[package]] 7430 7430 name = "tokio-macros" 7431 - version = "2.6.0" 7431 + version = "2.7.0" 7432 7432 source = "registry+https://github.com/rust-lang/crates.io-index" 7433 - checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 7433 + checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 7434 7434 dependencies = [ 7435 7435 "proc-macro2", 7436 7436 "quote", ··· 7463 7463 7464 7464 [[package]] 7465 7465 name = "toml" 7466 - version = "0.9.12+spec-1.1.0" 7466 + version = "1.1.2+spec-1.1.0" 7467 7467 source = "registry+https://github.com/rust-lang/crates.io-index" 7468 - checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 7468 + checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" 7469 7469 dependencies = [ 7470 7470 "serde_core", 7471 7471 "serde_spanned", 7472 - "toml_datetime 0.7.5+spec-1.1.0", 7472 + "toml_datetime", 7473 7473 "toml_writer", 7474 7474 ] 7475 7475 7476 7476 [[package]] 7477 7477 name = "toml_datetime" 7478 - version = "0.7.5+spec-1.1.0" 7478 + version = "1.1.1+spec-1.1.0" 7479 7479 source = "registry+https://github.com/rust-lang/crates.io-index" 7480 - checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 7481 - dependencies = [ 7482 - "serde_core", 7483 - ] 7484 - 7485 - [[package]] 7486 - name = "toml_datetime" 7487 - version = "1.0.0+spec-1.1.0" 7488 - source = "registry+https://github.com/rust-lang/crates.io-index" 7489 - checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e" 7480 + checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" 7490 7481 dependencies = [ 7491 7482 "serde_core", 7492 7483 ] ··· 7498 7489 checksum = "7193cbd0ce53dc966037f54351dbbcf0d5a642c7f0038c382ef9e677ce8c13f2" 7499 7490 dependencies = [ 7500 7491 "indexmap", 7501 - "toml_datetime 1.0.0+spec-1.1.0", 7492 + "toml_datetime", 7502 7493 "toml_parser", 7503 7494 "winnow", 7504 7495 ] ··· 7514 7505 7515 7506 [[package]] 7516 7507 name = "toml_writer" 7517 - version = "1.0.6+spec-1.1.0" 7508 + version = "1.1.1+spec-1.1.0" 7518 7509 source = "registry+https://github.com/rust-lang/crates.io-index" 7519 - checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 7510 + checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" 7520 7511 7521 7512 [[package]] 7522 7513 name = "tower" ··· 7634 7625 7635 7626 [[package]] 7636 7627 name = "tracing-subscriber" 7637 - version = "0.3.22" 7628 + version = "0.3.23" 7638 7629 source = "registry+https://github.com/rust-lang/crates.io-index" 7639 - checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 7630 + checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 7640 7631 dependencies = [ 7641 7632 "matchers", 7642 7633 "nu-ansi-term", ··· 8440 8431 "web-sys", 8441 8432 "wgpu-naga-bridge", 8442 8433 "wgpu-types", 8443 - "windows 0.62.2", 8444 - "windows-core 0.62.2", 8434 + "windows", 8435 + "windows-core", 8445 8436 ] 8446 8437 8447 8438 [[package]] ··· 8500 8491 source = "registry+https://github.com/rust-lang/crates.io-index" 8501 8492 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 8502 8493 dependencies = [ 8503 - "windows-sys 0.61.2", 8494 + "windows-sys 0.52.0", 8504 8495 ] 8505 8496 8506 8497 [[package]] ··· 8508 8499 version = "0.4.0" 8509 8500 source = "registry+https://github.com/rust-lang/crates.io-index" 8510 8501 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 8511 - 8512 - [[package]] 8513 - name = "windows" 8514 - version = "0.61.3" 8515 - source = "registry+https://github.com/rust-lang/crates.io-index" 8516 - checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 8517 - dependencies = [ 8518 - "windows-collections 0.2.0", 8519 - "windows-core 0.61.2", 8520 - "windows-future 0.2.1", 8521 - "windows-link 0.1.3", 8522 - "windows-numerics 0.2.0", 8523 - ] 8524 8502 8525 8503 [[package]] 8526 8504 name = "windows" ··· 8528 8506 source = "registry+https://github.com/rust-lang/crates.io-index" 8529 8507 checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 8530 8508 dependencies = [ 8531 - "windows-collections 0.3.2", 8532 - "windows-core 0.62.2", 8533 - "windows-future 0.3.2", 8534 - "windows-numerics 0.3.1", 8535 - ] 8536 - 8537 - [[package]] 8538 - name = "windows-collections" 8539 - version = "0.2.0" 8540 - source = "registry+https://github.com/rust-lang/crates.io-index" 8541 - checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 8542 - dependencies = [ 8543 - "windows-core 0.61.2", 8509 + "windows-collections", 8510 + "windows-core", 8511 + "windows-future", 8512 + "windows-numerics", 8544 8513 ] 8545 8514 8546 8515 [[package]] ··· 8549 8518 source = "registry+https://github.com/rust-lang/crates.io-index" 8550 8519 checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 8551 8520 dependencies = [ 8552 - "windows-core 0.62.2", 8553 - ] 8554 - 8555 - [[package]] 8556 - name = "windows-core" 8557 - version = "0.61.2" 8558 - source = "registry+https://github.com/rust-lang/crates.io-index" 8559 - checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 8560 - dependencies = [ 8561 - "windows-implement", 8562 - "windows-interface", 8563 - "windows-link 0.1.3", 8564 - "windows-result 0.3.4", 8565 - "windows-strings 0.4.2", 8521 + "windows-core", 8566 8522 ] 8567 8523 8568 8524 [[package]] ··· 8573 8529 dependencies = [ 8574 8530 "windows-implement", 8575 8531 "windows-interface", 8576 - "windows-link 0.2.1", 8577 - "windows-result 0.4.1", 8578 - "windows-strings 0.5.1", 8579 - ] 8580 - 8581 - [[package]] 8582 - name = "windows-future" 8583 - version = "0.2.1" 8584 - source = "registry+https://github.com/rust-lang/crates.io-index" 8585 - checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 8586 - dependencies = [ 8587 - "windows-core 0.61.2", 8588 - "windows-link 0.1.3", 8589 - "windows-threading 0.1.0", 8532 + "windows-link", 8533 + "windows-result", 8534 + "windows-strings", 8590 8535 ] 8591 8536 8592 8537 [[package]] ··· 8595 8540 source = "registry+https://github.com/rust-lang/crates.io-index" 8596 8541 checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 8597 8542 dependencies = [ 8598 - "windows-core 0.62.2", 8599 - "windows-link 0.2.1", 8600 - "windows-threading 0.2.1", 8543 + "windows-core", 8544 + "windows-link", 8545 + "windows-threading", 8601 8546 ] 8602 8547 8603 8548 [[package]] ··· 8624 8569 8625 8570 [[package]] 8626 8571 name = "windows-link" 8627 - version = "0.1.3" 8628 - source = "registry+https://github.com/rust-lang/crates.io-index" 8629 - checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 8630 - 8631 - [[package]] 8632 - name = "windows-link" 8633 8572 version = "0.2.1" 8634 8573 source = "registry+https://github.com/rust-lang/crates.io-index" 8635 8574 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 8636 8575 8637 8576 [[package]] 8638 8577 name = "windows-numerics" 8639 - version = "0.2.0" 8640 - source = "registry+https://github.com/rust-lang/crates.io-index" 8641 - checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 8642 - dependencies = [ 8643 - "windows-core 0.61.2", 8644 - "windows-link 0.1.3", 8645 - ] 8646 - 8647 - [[package]] 8648 - name = "windows-numerics" 8649 8578 version = "0.3.1" 8650 8579 source = "registry+https://github.com/rust-lang/crates.io-index" 8651 8580 checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 8652 8581 dependencies = [ 8653 - "windows-core 0.62.2", 8654 - "windows-link 0.2.1", 8655 - ] 8656 - 8657 - [[package]] 8658 - name = "windows-result" 8659 - version = "0.3.4" 8660 - source = "registry+https://github.com/rust-lang/crates.io-index" 8661 - checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 8662 - dependencies = [ 8663 - "windows-link 0.1.3", 8582 + "windows-core", 8583 + "windows-link", 8664 8584 ] 8665 8585 8666 8586 [[package]] ··· 8669 8589 source = "registry+https://github.com/rust-lang/crates.io-index" 8670 8590 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 8671 8591 dependencies = [ 8672 - "windows-link 0.2.1", 8673 - ] 8674 - 8675 - [[package]] 8676 - name = "windows-strings" 8677 - version = "0.4.2" 8678 - source = "registry+https://github.com/rust-lang/crates.io-index" 8679 - checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 8680 - dependencies = [ 8681 - "windows-link 0.1.3", 8592 + "windows-link", 8682 8593 ] 8683 8594 8684 8595 [[package]] ··· 8687 8598 source = "registry+https://github.com/rust-lang/crates.io-index" 8688 8599 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 8689 8600 dependencies = [ 8690 - "windows-link 0.2.1", 8601 + "windows-link", 8691 8602 ] 8692 8603 8693 8604 [[package]] ··· 8732 8643 source = "registry+https://github.com/rust-lang/crates.io-index" 8733 8644 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 8734 8645 dependencies = [ 8735 - "windows-link 0.2.1", 8646 + "windows-link", 8736 8647 ] 8737 8648 8738 8649 [[package]] ··· 8772 8683 source = "registry+https://github.com/rust-lang/crates.io-index" 8773 8684 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 8774 8685 dependencies = [ 8775 - "windows-link 0.2.1", 8686 + "windows-link", 8776 8687 "windows_aarch64_gnullvm 0.53.1", 8777 8688 "windows_aarch64_msvc 0.53.1", 8778 8689 "windows_i686_gnu 0.53.1", ··· 8785 8696 8786 8697 [[package]] 8787 8698 name = "windows-threading" 8788 - version = "0.1.0" 8789 - source = "registry+https://github.com/rust-lang/crates.io-index" 8790 - checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 8791 - dependencies = [ 8792 - "windows-link 0.1.3", 8793 - ] 8794 - 8795 - [[package]] 8796 - name = "windows-threading" 8797 8699 version = "0.2.1" 8798 8700 source = "registry+https://github.com/rust-lang/crates.io-index" 8799 8701 checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 8800 8702 dependencies = [ 8801 - "windows-link 0.2.1", 8703 + "windows-link", 8802 8704 ] 8803 8705 8804 8706 [[package]]
+5 -5
Cargo.toml
··· 32 32 snafu = "0.9.0" 33 33 serde = "1.0.228" 34 34 tracing = "0.1.44" 35 - tokio = { version = "1.50.0", features = ["full"] } 35 + tokio = { version = "1.51.1", features = ["full"] } 36 36 37 37 [package] 38 38 name = "filaments" ··· 57 57 [dependencies] 58 58 tracing.workspace = true 59 59 color-eyre = "0.6.5" 60 - human-panic = "2.0.6" 60 + human-panic = "2.0.8" 61 61 better-panic = "0.3.0" 62 62 tokio = {workspace = true} 63 63 crossterm = { version = "0.29.0", features = ["event-stream"] } ··· 65 65 ratatui = "0.30.0" 66 66 serde = { version = "1.0.228", features = ["derive"] } 67 67 tokio-util = "0.7.18" 68 - signal-hook = "0.4.3" 68 + signal-hook = "0.4.4" 69 69 strum = { version = "0.28.0", features = ["derive"] } 70 70 directories = "6.0.0" 71 - tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } 71 + tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } 72 72 tracing-error = "0.2.1" 73 - clap = { version = "4.5.60", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] } 73 + clap = { version = "4.6.0", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] } 74 74 dto = {path="./crates/dto"} 75 75 eframe = "0.34.1" 76 76 async-trait = "0.1.89"
+1 -1
crates/dto/Cargo.toml
··· 11 11 rust-version.workspace = true 12 12 13 13 [dependencies] 14 - sea-orm = {version = "2.0.0-rc", features = ["sqlx-sqlite", "runtime-tokio", "macros", "with-chrono"]} 14 + sea-orm = {version = "2.0.0-rc.38", features = ["sqlx-sqlite", "runtime-tokio", "macros", "with-chrono"]} 15 15 tracing = {workspace = true} 16 16 thiserror = "2.0.18" 17 17 migration = {path="migration"}
+2 -2
crates/dto/migration/Cargo.toml
··· 11 11 [dependencies] 12 12 async-std = { version = "1", features = ["attributes", "tokio1"] } 13 13 nanoid = "0.4.0" 14 - sea-orm = "2.0.0-rc" 14 + sea-orm = "2.0.0-rc.38" 15 15 rgb = "0.8.53" 16 16 17 17 serde = {workspace = true} 18 18 rand = "0.10.0" 19 19 20 20 [dependencies.sea-orm-migration] 21 - version = "2.0.0-rc" 21 + version = "2.0.0-rc.38" 22 22 features = [ 23 23 # Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI. 24 24 # View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.
+1 -1
crates/tree/Cargo.toml
··· 8 8 license.workspace = true 9 9 10 10 [dependencies] 11 - automerge = "0.7.3" 11 + automerge = "0.7.4" 12 12 autosurgeon = "0.10.1" 13 13 serde.workspace = true 14 14