this repo has no description
1
fork

Configure Feed

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

chore: update

isabel 41dbec34 46d5cf56

+164 -65
+157 -58
Cargo.lock
··· 211 211 "kittysay", 212 212 "nixpkgs-track_lib", 213 213 "poise", 214 - "rand 0.9.1", 214 + "rand 0.9.2", 215 215 "regex", 216 - "reqwest 0.12.22", 216 + "reqwest 0.12.24", 217 217 "serde", 218 218 "serde_json", 219 219 "serenity", ··· 324 324 "num-traits", 325 325 "serde", 326 326 "wasm-bindgen", 327 - "windows-link", 327 + "windows-link 0.1.1", 328 328 ] 329 329 330 330 [[package]] ··· 718 718 719 719 [[package]] 720 720 name = "foldhash" 721 - version = "0.1.5" 721 + version = "0.2.0" 722 722 source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 723 + checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 724 724 725 725 [[package]] 726 726 name = "foreign-types" ··· 871 871 checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 872 872 dependencies = [ 873 873 "cfg-if", 874 - "js-sys", 875 874 "libc", 876 875 "r-efi", 877 876 "wasi 0.14.2+wasi-0.2.4", 878 - "wasm-bindgen", 879 877 ] 880 878 881 879 [[package]] ··· 930 928 931 929 [[package]] 932 930 name = "halfbrown" 933 - version = "0.3.0" 931 + version = "0.4.0" 934 932 source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "aa2c385c6df70fd180bbb673d93039dbd2cd34e41d782600bdf6e1ca7bce39aa" 933 + checksum = "0c7ed2f2edad8a14c8186b847909a41fbb9c3eafa44f88bd891114ed5019da09" 936 934 dependencies = [ 937 - "hashbrown 0.15.2", 935 + "hashbrown 0.16.0", 938 936 "serde", 939 937 ] 940 938 ··· 949 947 version = "0.15.2" 950 948 source = "registry+https://github.com/rust-lang/crates.io-index" 951 949 checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 950 + 951 + [[package]] 952 + name = "hashbrown" 953 + version = "0.16.0" 954 + source = "registry+https://github.com/rust-lang/crates.io-index" 955 + checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 952 956 dependencies = [ 953 957 "allocator-api2", 954 958 "equivalent", ··· 1061 1065 "httpdate", 1062 1066 "itoa", 1063 1067 "pin-project-lite", 1064 - "socket2", 1068 + "socket2 0.5.10", 1065 1069 "tokio", 1066 1070 "tower-service", 1067 1071 "tracing", ··· 1153 1157 "libc", 1154 1158 "percent-encoding", 1155 1159 "pin-project-lite", 1156 - "socket2", 1160 + "socket2 0.5.10", 1157 1161 "system-configuration 0.6.1", 1158 1162 "tokio", 1159 1163 "tower-service", ··· 1346 1350 ] 1347 1351 1348 1352 [[package]] 1349 - name = "io-uring" 1350 - version = "0.7.8" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" 1353 - dependencies = [ 1354 - "bitflags 2.9.0", 1355 - "cfg-if", 1356 - "libc", 1357 - ] 1358 - 1359 - [[package]] 1360 1353 name = "ipnet" 1361 1354 version = "2.11.0" 1362 1355 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1423 1416 1424 1417 [[package]] 1425 1418 name = "libc" 1426 - version = "0.2.171" 1419 + version = "0.2.177" 1427 1420 source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 1421 + checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1429 1422 1430 1423 [[package]] 1431 1424 name = "linux-raw-sys" ··· 1558 1551 dependencies = [ 1559 1552 "chrono", 1560 1553 "log", 1561 - "reqwest 0.12.22", 1554 + "reqwest 0.12.24", 1562 1555 "serde", 1563 1556 "serde_json", 1564 1557 "thiserror 2.0.12", ··· 1835 1828 1836 1829 [[package]] 1837 1830 name = "rand" 1838 - version = "0.9.1" 1831 + version = "0.9.2" 1839 1832 source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1833 + checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1841 1834 dependencies = [ 1842 1835 "rand_chacha 0.9.0", 1843 1836 "rand_core 0.9.3", ··· 1949 1942 1950 1943 [[package]] 1951 1944 name = "regex" 1952 - version = "1.11.1" 1945 + version = "1.12.2" 1953 1946 source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1947 + checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 1955 1948 dependencies = [ 1956 1949 "aho-corasick", 1957 1950 "memchr", ··· 1961 1954 1962 1955 [[package]] 1963 1956 name = "regex-automata" 1964 - version = "0.4.9" 1957 + version = "0.4.13" 1965 1958 source = "registry+https://github.com/rust-lang/crates.io-index" 1966 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1959 + checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1967 1960 dependencies = [ 1968 1961 "aho-corasick", 1969 1962 "memchr", ··· 2022 2015 2023 2016 [[package]] 2024 2017 name = "reqwest" 2025 - version = "0.12.22" 2018 + version = "0.12.24" 2026 2019 source = "registry+https://github.com/rust-lang/crates.io-index" 2027 - checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" 2020 + checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 2028 2021 dependencies = [ 2029 2022 "base64 0.22.1", 2030 2023 "bytes", ··· 2269 2262 2270 2263 [[package]] 2271 2264 name = "serde" 2272 - version = "1.0.219" 2265 + version = "1.0.228" 2273 2266 source = "registry+https://github.com/rust-lang/crates.io-index" 2274 - checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2267 + checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2268 + dependencies = [ 2269 + "serde_core", 2270 + "serde_derive", 2271 + ] 2272 + 2273 + [[package]] 2274 + name = "serde_core" 2275 + version = "1.0.228" 2276 + source = "registry+https://github.com/rust-lang/crates.io-index" 2277 + checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2275 2278 dependencies = [ 2276 2279 "serde_derive", 2277 2280 ] ··· 2287 2290 2288 2291 [[package]] 2289 2292 name = "serde_derive" 2290 - version = "1.0.219" 2293 + version = "1.0.228" 2291 2294 source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2295 + checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2293 2296 dependencies = [ 2294 2297 "proc-macro2", 2295 2298 "quote", ··· 2298 2301 2299 2302 [[package]] 2300 2303 name = "serde_json" 2301 - version = "1.0.140" 2304 + version = "1.0.145" 2302 2305 source = "registry+https://github.com/rust-lang/crates.io-index" 2303 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2306 + checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2304 2307 dependencies = [ 2305 2308 "itoa", 2306 2309 "memchr", 2307 2310 "ryu", 2308 2311 "serde", 2312 + "serde_core", 2309 2313 ] 2310 2314 2311 2315 [[package]] ··· 2415 2419 2416 2420 [[package]] 2417 2421 name = "simd-json" 2418 - version = "0.15.1" 2422 + version = "0.17.0" 2419 2423 source = "registry+https://github.com/rust-lang/crates.io-index" 2420 - checksum = "c962f626b54771990066e5435ec8331d1462576cd2d1e62f24076ae014f92112" 2424 + checksum = "4255126f310d2ba20048db6321c81ab376f6a6735608bf11f0785c41f01f64e3" 2421 2425 dependencies = [ 2422 - "getrandom 0.3.2", 2423 2426 "halfbrown", 2424 2427 "ref-cast", 2425 2428 "serde", ··· 2484 2487 dependencies = [ 2485 2488 "libc", 2486 2489 "windows-sys 0.52.0", 2490 + ] 2491 + 2492 + [[package]] 2493 + name = "socket2" 2494 + version = "0.6.1" 2495 + source = "registry+https://github.com/rust-lang/crates.io-index" 2496 + checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 2497 + dependencies = [ 2498 + "libc", 2499 + "windows-sys 0.60.2", 2487 2500 ] 2488 2501 2489 2502 [[package]] ··· 2738 2751 2739 2752 [[package]] 2740 2753 name = "tokio" 2741 - version = "1.46.1" 2754 + version = "1.48.0" 2742 2755 source = "registry+https://github.com/rust-lang/crates.io-index" 2743 - checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" 2756 + checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 2744 2757 dependencies = [ 2745 - "backtrace", 2746 2758 "bytes", 2747 - "io-uring", 2748 2759 "libc", 2749 2760 "mio 1.0.3", 2750 2761 "pin-project-lite", 2751 - "slab", 2752 - "socket2", 2762 + "socket2 0.6.1", 2753 2763 "tokio-macros", 2754 - "windows-sys 0.52.0", 2764 + "windows-sys 0.61.2", 2755 2765 ] 2756 2766 2757 2767 [[package]] 2758 2768 name = "tokio-macros" 2759 - version = "2.5.0" 2769 + version = "2.6.0" 2760 2770 source = "registry+https://github.com/rust-lang/crates.io-index" 2761 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2771 + checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2762 2772 dependencies = [ 2763 2773 "proc-macro2", 2764 2774 "quote", ··· 3100 3110 3101 3111 [[package]] 3102 3112 name = "value-trait" 3103 - version = "0.11.0" 3113 + version = "0.12.1" 3104 3114 source = "registry+https://github.com/rust-lang/crates.io-index" 3105 - checksum = "0508fce11ad19e0aab49ce20b6bec7f8f82902ded31df1c9fc61b90f0eb396b8" 3115 + checksum = "8e80f0c733af0720a501b3905d22e2f97662d8eacfe082a75ed7ffb5ab08cb59" 3106 3116 dependencies = [ 3107 3117 "float-cmp", 3108 3118 "halfbrown", ··· 3324 3334 checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 3325 3335 3326 3336 [[package]] 3337 + name = "windows-link" 3338 + version = "0.2.1" 3339 + source = "registry+https://github.com/rust-lang/crates.io-index" 3340 + checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3341 + 3342 + [[package]] 3327 3343 name = "windows-registry" 3328 3344 version = "0.5.2" 3329 3345 source = "registry+https://github.com/rust-lang/crates.io-index" 3330 3346 checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820" 3331 3347 dependencies = [ 3332 - "windows-link", 3348 + "windows-link 0.1.1", 3333 3349 "windows-result", 3334 3350 "windows-strings", 3335 3351 ] ··· 3340 3356 source = "registry+https://github.com/rust-lang/crates.io-index" 3341 3357 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3342 3358 dependencies = [ 3343 - "windows-link", 3359 + "windows-link 0.1.1", 3344 3360 ] 3345 3361 3346 3362 [[package]] ··· 3349 3365 source = "registry+https://github.com/rust-lang/crates.io-index" 3350 3366 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3351 3367 dependencies = [ 3352 - "windows-link", 3368 + "windows-link 0.1.1", 3353 3369 ] 3354 3370 3355 3371 [[package]] ··· 3380 3396 ] 3381 3397 3382 3398 [[package]] 3399 + name = "windows-sys" 3400 + version = "0.60.2" 3401 + source = "registry+https://github.com/rust-lang/crates.io-index" 3402 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3403 + dependencies = [ 3404 + "windows-targets 0.53.5", 3405 + ] 3406 + 3407 + [[package]] 3408 + name = "windows-sys" 3409 + version = "0.61.2" 3410 + source = "registry+https://github.com/rust-lang/crates.io-index" 3411 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3412 + dependencies = [ 3413 + "windows-link 0.2.1", 3414 + ] 3415 + 3416 + [[package]] 3383 3417 name = "windows-targets" 3384 3418 version = "0.48.5" 3385 3419 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3403 3437 "windows_aarch64_gnullvm 0.52.6", 3404 3438 "windows_aarch64_msvc 0.52.6", 3405 3439 "windows_i686_gnu 0.52.6", 3406 - "windows_i686_gnullvm", 3440 + "windows_i686_gnullvm 0.52.6", 3407 3441 "windows_i686_msvc 0.52.6", 3408 3442 "windows_x86_64_gnu 0.52.6", 3409 3443 "windows_x86_64_gnullvm 0.52.6", ··· 3411 3445 ] 3412 3446 3413 3447 [[package]] 3448 + name = "windows-targets" 3449 + version = "0.53.5" 3450 + source = "registry+https://github.com/rust-lang/crates.io-index" 3451 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3452 + dependencies = [ 3453 + "windows-link 0.2.1", 3454 + "windows_aarch64_gnullvm 0.53.1", 3455 + "windows_aarch64_msvc 0.53.1", 3456 + "windows_i686_gnu 0.53.1", 3457 + "windows_i686_gnullvm 0.53.1", 3458 + "windows_i686_msvc 0.53.1", 3459 + "windows_x86_64_gnu 0.53.1", 3460 + "windows_x86_64_gnullvm 0.53.1", 3461 + "windows_x86_64_msvc 0.53.1", 3462 + ] 3463 + 3464 + [[package]] 3414 3465 name = "windows_aarch64_gnullvm" 3415 3466 version = "0.48.5" 3416 3467 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3423 3474 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3424 3475 3425 3476 [[package]] 3477 + name = "windows_aarch64_gnullvm" 3478 + version = "0.53.1" 3479 + source = "registry+https://github.com/rust-lang/crates.io-index" 3480 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3481 + 3482 + [[package]] 3426 3483 name = "windows_aarch64_msvc" 3427 3484 version = "0.48.5" 3428 3485 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3435 3492 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3436 3493 3437 3494 [[package]] 3495 + name = "windows_aarch64_msvc" 3496 + version = "0.53.1" 3497 + source = "registry+https://github.com/rust-lang/crates.io-index" 3498 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3499 + 3500 + [[package]] 3438 3501 name = "windows_i686_gnu" 3439 3502 version = "0.48.5" 3440 3503 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3447 3510 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3448 3511 3449 3512 [[package]] 3513 + name = "windows_i686_gnu" 3514 + version = "0.53.1" 3515 + source = "registry+https://github.com/rust-lang/crates.io-index" 3516 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3517 + 3518 + [[package]] 3450 3519 name = "windows_i686_gnullvm" 3451 3520 version = "0.52.6" 3452 3521 source = "registry+https://github.com/rust-lang/crates.io-index" 3453 3522 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3454 3523 3455 3524 [[package]] 3525 + name = "windows_i686_gnullvm" 3526 + version = "0.53.1" 3527 + source = "registry+https://github.com/rust-lang/crates.io-index" 3528 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3529 + 3530 + [[package]] 3456 3531 name = "windows_i686_msvc" 3457 3532 version = "0.48.5" 3458 3533 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3465 3540 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3466 3541 3467 3542 [[package]] 3543 + name = "windows_i686_msvc" 3544 + version = "0.53.1" 3545 + source = "registry+https://github.com/rust-lang/crates.io-index" 3546 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3547 + 3548 + [[package]] 3468 3549 name = "windows_x86_64_gnu" 3469 3550 version = "0.48.5" 3470 3551 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3477 3558 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3478 3559 3479 3560 [[package]] 3561 + name = "windows_x86_64_gnu" 3562 + version = "0.53.1" 3563 + source = "registry+https://github.com/rust-lang/crates.io-index" 3564 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3565 + 3566 + [[package]] 3480 3567 name = "windows_x86_64_gnullvm" 3481 3568 version = "0.48.5" 3482 3569 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3487 3574 version = "0.52.6" 3488 3575 source = "registry+https://github.com/rust-lang/crates.io-index" 3489 3576 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3577 + 3578 + [[package]] 3579 + name = "windows_x86_64_gnullvm" 3580 + version = "0.53.1" 3581 + source = "registry+https://github.com/rust-lang/crates.io-index" 3582 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3490 3583 3491 3584 [[package]] 3492 3585 name = "windows_x86_64_msvc" ··· 3499 3592 version = "0.52.6" 3500 3593 source = "registry+https://github.com/rust-lang/crates.io-index" 3501 3594 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3595 + 3596 + [[package]] 3597 + name = "windows_x86_64_msvc" 3598 + version = "0.53.1" 3599 + source = "registry+https://github.com/rust-lang/crates.io-index" 3600 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3502 3601 3503 3602 [[package]] 3504 3603 name = "winreg"
+7 -7
Cargo.toml
··· 17 17 humantime = "2.2.0" 18 18 kittysay = "0.8.0" 19 19 nixpkgs-track_lib = "0.2.0" 20 - rand = "0.9.1" 21 - regex = "1.11.1" 22 - serde_json = "1.0.140" 20 + rand = "0.9.2" 21 + regex = "1.12.2" 22 + serde_json = "1.0.145" 23 23 serenity = "0.12.4" 24 24 poise = { git = "https://github.com/serenity-rs/poise", branch = "current" } 25 - simd-json = { version = "0.15.1", features = ["serde"] } 25 + simd-json = { version = "0.17.0", features = ["serde"] } 26 26 27 27 [dependencies.serde] 28 - version = "1.0.219" 28 + version = "1.0.228" 29 29 features = ["derive"] 30 30 31 31 [dependencies.reqwest] 32 - version = "0.12.22" 32 + version = "0.12.24" 33 33 features = ["json"] 34 34 35 35 [dependencies.tokio] 36 - version = "1.46.1" 36 + version = "1.48.0" 37 37 features = ["macros", "rt-multi-thread"] 38 38 39 39 [lints.clippy]