tangled
alpha
login
or
join now
isabelroses.com
/
blahaj
1
fork
atom
silly goober bot
1
fork
atom
overview
issues
pulls
pipelines
chore: update cargo deps
isabelroses.com
8 months ago
aabaeda4
15613430
+83
-113
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+78
-108
Cargo.lock
···
205
"kittysay",
206
"nixpkgs-track_lib",
207
"poise",
208
-
"rand 0.9.0",
209
"regex",
210
-
"reqwest 0.12.15",
211
"serde",
212
"serde_json",
213
"serenity",
···
386
387
[[package]]
388
name = "color-eyre"
389
-
version = "0.6.3"
390
source = "registry+https://github.com/rust-lang/crates.io-index"
391
-
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
392
dependencies = [
393
"backtrace",
394
"color-spantrace",
···
401
402
[[package]]
403
name = "color-spantrace"
404
-
version = "0.2.1"
405
source = "registry+https://github.com/rust-lang/crates.io-index"
406
-
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
407
dependencies = [
408
"once_cell",
409
"owo-colors",
···
1098
1099
[[package]]
1100
name = "hyper-util"
1101
-
version = "0.1.10"
1102
source = "registry+https://github.com/rust-lang/crates.io-index"
1103
-
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1104
dependencies = [
0
1105
"bytes",
1106
"futures-channel",
0
1107
"futures-util",
1108
"http 1.3.1",
1109
"http-body 1.0.1",
1110
"hyper 1.6.0",
0
0
0
1111
"pin-project-lite",
1112
"socket2",
0
1113
"tokio",
1114
"tower-service",
1115
"tracing",
0
1116
]
1117
1118
[[package]]
···
1300
]
1301
1302
[[package]]
0
0
0
0
0
0
0
0
0
0
0
1303
name = "ipnet"
1304
version = "2.11.0"
1305
source = "registry+https://github.com/rust-lang/crates.io-index"
1306
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
0
0
0
0
0
0
0
0
0
0
1307
1308
[[package]]
1309
name = "is_terminal_polyfill"
···
1491
dependencies = [
1492
"chrono",
1493
"log",
1494
-
"reqwest 0.12.15",
1495
"serde",
1496
"serde_json",
1497
"thiserror 2.0.12",
···
1573
1574
[[package]]
1575
name = "owo-colors"
1576
-
version = "3.5.0"
1577
source = "registry+https://github.com/rust-lang/crates.io-index"
1578
-
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
1579
1580
[[package]]
1581
name = "parking_lot"
···
1768
1769
[[package]]
1770
name = "rand"
1771
-
version = "0.9.0"
1772
source = "registry+https://github.com/rust-lang/crates.io-index"
1773
-
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
1774
dependencies = [
1775
"rand_chacha 0.9.0",
1776
"rand_core 0.9.3",
1777
-
"zerocopy",
1778
]
1779
1780
[[package]]
···
1915
"percent-encoding",
1916
"pin-project-lite",
1917
"rustls 0.21.12",
1918
-
"rustls-pemfile 1.0.4",
1919
"serde",
1920
"serde_json",
1921
"serde_urlencoded",
···
1936
1937
[[package]]
1938
name = "reqwest"
1939
-
version = "0.12.15"
1940
source = "registry+https://github.com/rust-lang/crates.io-index"
1941
-
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
1942
dependencies = [
1943
"base64 0.22.1",
1944
"bytes",
1945
"encoding_rs",
1946
"futures-core",
1947
-
"futures-util",
1948
"h2 0.4.8",
1949
"http 1.3.1",
1950
"http-body 1.0.1",
···
1953
"hyper-rustls 0.27.5",
1954
"hyper-tls",
1955
"hyper-util",
1956
-
"ipnet",
1957
"js-sys",
1958
"log",
1959
"mime",
1960
"native-tls",
1961
-
"once_cell",
1962
"percent-encoding",
1963
"pin-project-lite",
1964
-
"rustls-pemfile 2.2.0",
1965
"serde",
1966
"serde_json",
1967
"serde_urlencoded",
1968
"sync_wrapper 1.0.2",
1969
-
"system-configuration 0.6.1",
1970
"tokio",
1971
"tokio-native-tls",
1972
"tower",
0
1973
"tower-service",
1974
"url",
1975
"wasm-bindgen",
1976
"wasm-bindgen-futures",
1977
"web-sys",
1978
-
"windows-registry",
1979
]
1980
1981
[[package]]
···
2060
]
2061
2062
[[package]]
2063
-
name = "rustls-pemfile"
2064
-
version = "2.2.0"
2065
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2066
-
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2067
-
dependencies = [
2068
-
"rustls-pki-types",
2069
-
]
2070
-
2071
-
[[package]]
2072
name = "rustls-pki-types"
2073
version = "1.11.0"
2074
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2384
2385
[[package]]
2386
name = "socket2"
2387
-
version = "0.5.8"
2388
source = "registry+https://github.com/rust-lang/crates.io-index"
2389
-
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
2390
dependencies = [
2391
"libc",
2392
"windows-sys 0.52.0",
···
2644
2645
[[package]]
2646
name = "tokio"
2647
-
version = "1.44.2"
2648
source = "registry+https://github.com/rust-lang/crates.io-index"
2649
-
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
2650
dependencies = [
2651
"backtrace",
2652
"bytes",
0
2653
"libc",
2654
"mio 1.0.3",
2655
"pin-project-lite",
0
2656
"socket2",
2657
"tokio-macros",
2658
"windows-sys 0.52.0",
···
2755
]
2756
2757
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
2758
name = "tower-layer"
2759
version = "0.3.3"
2760
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3193
3194
[[package]]
3195
name = "windows-registry"
3196
-
version = "0.4.0"
3197
source = "registry+https://github.com/rust-lang/crates.io-index"
3198
-
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
3199
dependencies = [
0
3200
"windows-result",
3201
"windows-strings",
3202
-
"windows-targets 0.53.0",
3203
]
3204
3205
[[package]]
3206
name = "windows-result"
3207
-
version = "0.3.2"
3208
source = "registry+https://github.com/rust-lang/crates.io-index"
3209
-
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
3210
dependencies = [
3211
"windows-link",
3212
]
3213
3214
[[package]]
3215
name = "windows-strings"
3216
-
version = "0.3.1"
3217
source = "registry+https://github.com/rust-lang/crates.io-index"
3218
-
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
3219
dependencies = [
3220
"windows-link",
3221
]
···
3271
"windows_aarch64_gnullvm 0.52.6",
3272
"windows_aarch64_msvc 0.52.6",
3273
"windows_i686_gnu 0.52.6",
3274
-
"windows_i686_gnullvm 0.52.6",
3275
"windows_i686_msvc 0.52.6",
3276
"windows_x86_64_gnu 0.52.6",
3277
"windows_x86_64_gnullvm 0.52.6",
···
3279
]
3280
3281
[[package]]
3282
-
name = "windows-targets"
3283
-
version = "0.53.0"
3284
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3285
-
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
3286
-
dependencies = [
3287
-
"windows_aarch64_gnullvm 0.53.0",
3288
-
"windows_aarch64_msvc 0.53.0",
3289
-
"windows_i686_gnu 0.53.0",
3290
-
"windows_i686_gnullvm 0.53.0",
3291
-
"windows_i686_msvc 0.53.0",
3292
-
"windows_x86_64_gnu 0.53.0",
3293
-
"windows_x86_64_gnullvm 0.53.0",
3294
-
"windows_x86_64_msvc 0.53.0",
3295
-
]
3296
-
3297
-
[[package]]
3298
name = "windows_aarch64_gnullvm"
3299
version = "0.48.5"
3300
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3307
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3308
3309
[[package]]
3310
-
name = "windows_aarch64_gnullvm"
3311
-
version = "0.53.0"
3312
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3313
-
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3314
-
3315
-
[[package]]
3316
name = "windows_aarch64_msvc"
3317
version = "0.48.5"
3318
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3325
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3326
3327
[[package]]
3328
-
name = "windows_aarch64_msvc"
3329
-
version = "0.53.0"
3330
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3331
-
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3332
-
3333
-
[[package]]
3334
name = "windows_i686_gnu"
3335
version = "0.48.5"
3336
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3341
version = "0.52.6"
3342
source = "registry+https://github.com/rust-lang/crates.io-index"
3343
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3344
-
3345
-
[[package]]
3346
-
name = "windows_i686_gnu"
3347
-
version = "0.53.0"
3348
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3349
-
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3350
3351
[[package]]
3352
name = "windows_i686_gnullvm"
···
3355
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3356
3357
[[package]]
3358
-
name = "windows_i686_gnullvm"
3359
-
version = "0.53.0"
3360
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3361
-
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3362
-
3363
-
[[package]]
3364
name = "windows_i686_msvc"
3365
version = "0.48.5"
3366
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3373
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3374
3375
[[package]]
3376
-
name = "windows_i686_msvc"
3377
-
version = "0.53.0"
3378
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3379
-
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3380
-
3381
-
[[package]]
3382
name = "windows_x86_64_gnu"
3383
version = "0.48.5"
3384
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3391
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3392
3393
[[package]]
3394
-
name = "windows_x86_64_gnu"
3395
-
version = "0.53.0"
3396
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3397
-
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3398
-
3399
-
[[package]]
3400
name = "windows_x86_64_gnullvm"
3401
version = "0.48.5"
3402
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3409
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3410
3411
[[package]]
3412
-
name = "windows_x86_64_gnullvm"
3413
-
version = "0.53.0"
3414
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3415
-
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3416
-
3417
-
[[package]]
3418
name = "windows_x86_64_msvc"
3419
version = "0.48.5"
3420
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3425
version = "0.52.6"
3426
source = "registry+https://github.com/rust-lang/crates.io-index"
3427
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3428
-
3429
-
[[package]]
3430
-
name = "windows_x86_64_msvc"
3431
-
version = "0.53.0"
3432
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3433
-
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3434
3435
[[package]]
3436
name = "winreg"
···
205
"kittysay",
206
"nixpkgs-track_lib",
207
"poise",
208
+
"rand 0.9.1",
209
"regex",
210
+
"reqwest 0.12.22",
211
"serde",
212
"serde_json",
213
"serenity",
···
386
387
[[package]]
388
name = "color-eyre"
389
+
version = "0.6.5"
390
source = "registry+https://github.com/rust-lang/crates.io-index"
391
+
checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d"
392
dependencies = [
393
"backtrace",
394
"color-spantrace",
···
401
402
[[package]]
403
name = "color-spantrace"
404
+
version = "0.3.0"
405
source = "registry+https://github.com/rust-lang/crates.io-index"
406
+
checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427"
407
dependencies = [
408
"once_cell",
409
"owo-colors",
···
1098
1099
[[package]]
1100
name = "hyper-util"
1101
+
version = "0.1.15"
1102
source = "registry+https://github.com/rust-lang/crates.io-index"
1103
+
checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df"
1104
dependencies = [
1105
+
"base64 0.22.1",
1106
"bytes",
1107
"futures-channel",
1108
+
"futures-core",
1109
"futures-util",
1110
"http 1.3.1",
1111
"http-body 1.0.1",
1112
"hyper 1.6.0",
1113
+
"ipnet",
1114
+
"libc",
1115
+
"percent-encoding",
1116
"pin-project-lite",
1117
"socket2",
1118
+
"system-configuration 0.6.1",
1119
"tokio",
1120
"tower-service",
1121
"tracing",
1122
+
"windows-registry",
1123
]
1124
1125
[[package]]
···
1307
]
1308
1309
[[package]]
1310
+
name = "io-uring"
1311
+
version = "0.7.8"
1312
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1314
+
dependencies = [
1315
+
"bitflags 2.9.0",
1316
+
"cfg-if",
1317
+
"libc",
1318
+
]
1319
+
1320
+
[[package]]
1321
name = "ipnet"
1322
version = "2.11.0"
1323
source = "registry+https://github.com/rust-lang/crates.io-index"
1324
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1325
+
1326
+
[[package]]
1327
+
name = "iri-string"
1328
+
version = "0.7.8"
1329
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1331
+
dependencies = [
1332
+
"memchr",
1333
+
"serde",
1334
+
]
1335
1336
[[package]]
1337
name = "is_terminal_polyfill"
···
1519
dependencies = [
1520
"chrono",
1521
"log",
1522
+
"reqwest 0.12.22",
1523
"serde",
1524
"serde_json",
1525
"thiserror 2.0.12",
···
1601
1602
[[package]]
1603
name = "owo-colors"
1604
+
version = "4.2.2"
1605
source = "registry+https://github.com/rust-lang/crates.io-index"
1606
+
checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
1607
1608
[[package]]
1609
name = "parking_lot"
···
1796
1797
[[package]]
1798
name = "rand"
1799
+
version = "0.9.1"
1800
source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
1802
dependencies = [
1803
"rand_chacha 0.9.0",
1804
"rand_core 0.9.3",
0
1805
]
1806
1807
[[package]]
···
1942
"percent-encoding",
1943
"pin-project-lite",
1944
"rustls 0.21.12",
1945
+
"rustls-pemfile",
1946
"serde",
1947
"serde_json",
1948
"serde_urlencoded",
···
1963
1964
[[package]]
1965
name = "reqwest"
1966
+
version = "0.12.22"
1967
source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
1969
dependencies = [
1970
"base64 0.22.1",
1971
"bytes",
1972
"encoding_rs",
1973
"futures-core",
0
1974
"h2 0.4.8",
1975
"http 1.3.1",
1976
"http-body 1.0.1",
···
1979
"hyper-rustls 0.27.5",
1980
"hyper-tls",
1981
"hyper-util",
0
1982
"js-sys",
1983
"log",
1984
"mime",
1985
"native-tls",
0
1986
"percent-encoding",
1987
"pin-project-lite",
1988
+
"rustls-pki-types",
1989
"serde",
1990
"serde_json",
1991
"serde_urlencoded",
1992
"sync_wrapper 1.0.2",
0
1993
"tokio",
1994
"tokio-native-tls",
1995
"tower",
1996
+
"tower-http",
1997
"tower-service",
1998
"url",
1999
"wasm-bindgen",
2000
"wasm-bindgen-futures",
2001
"web-sys",
0
2002
]
2003
2004
[[package]]
···
2083
]
2084
2085
[[package]]
0
0
0
0
0
0
0
0
0
2086
name = "rustls-pki-types"
2087
version = "1.11.0"
2088
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2398
2399
[[package]]
2400
name = "socket2"
2401
+
version = "0.5.10"
2402
source = "registry+https://github.com/rust-lang/crates.io-index"
2403
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2404
dependencies = [
2405
"libc",
2406
"windows-sys 0.52.0",
···
2658
2659
[[package]]
2660
name = "tokio"
2661
+
version = "1.46.1"
2662
source = "registry+https://github.com/rust-lang/crates.io-index"
2663
+
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
2664
dependencies = [
2665
"backtrace",
2666
"bytes",
2667
+
"io-uring",
2668
"libc",
2669
"mio 1.0.3",
2670
"pin-project-lite",
2671
+
"slab",
2672
"socket2",
2673
"tokio-macros",
2674
"windows-sys 0.52.0",
···
2771
]
2772
2773
[[package]]
2774
+
name = "tower-http"
2775
+
version = "0.6.6"
2776
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2777
+
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2778
+
dependencies = [
2779
+
"bitflags 2.9.0",
2780
+
"bytes",
2781
+
"futures-util",
2782
+
"http 1.3.1",
2783
+
"http-body 1.0.1",
2784
+
"iri-string",
2785
+
"pin-project-lite",
2786
+
"tower",
2787
+
"tower-layer",
2788
+
"tower-service",
2789
+
]
2790
+
2791
+
[[package]]
2792
name = "tower-layer"
2793
version = "0.3.3"
2794
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3227
3228
[[package]]
3229
name = "windows-registry"
3230
+
version = "0.5.2"
3231
source = "registry+https://github.com/rust-lang/crates.io-index"
3232
+
checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820"
3233
dependencies = [
3234
+
"windows-link",
3235
"windows-result",
3236
"windows-strings",
0
3237
]
3238
3239
[[package]]
3240
name = "windows-result"
3241
+
version = "0.3.4"
3242
source = "registry+https://github.com/rust-lang/crates.io-index"
3243
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3244
dependencies = [
3245
"windows-link",
3246
]
3247
3248
[[package]]
3249
name = "windows-strings"
3250
+
version = "0.4.2"
3251
source = "registry+https://github.com/rust-lang/crates.io-index"
3252
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3253
dependencies = [
3254
"windows-link",
3255
]
···
3305
"windows_aarch64_gnullvm 0.52.6",
3306
"windows_aarch64_msvc 0.52.6",
3307
"windows_i686_gnu 0.52.6",
3308
+
"windows_i686_gnullvm",
3309
"windows_i686_msvc 0.52.6",
3310
"windows_x86_64_gnu 0.52.6",
3311
"windows_x86_64_gnullvm 0.52.6",
···
3313
]
3314
3315
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3316
name = "windows_aarch64_gnullvm"
3317
version = "0.48.5"
3318
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3325
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3326
3327
[[package]]
0
0
0
0
0
0
3328
name = "windows_aarch64_msvc"
3329
version = "0.48.5"
3330
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3337
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3338
3339
[[package]]
0
0
0
0
0
0
3340
name = "windows_i686_gnu"
3341
version = "0.48.5"
3342
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3347
version = "0.52.6"
3348
source = "registry+https://github.com/rust-lang/crates.io-index"
3349
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
0
0
0
0
0
0
3350
3351
[[package]]
3352
name = "windows_i686_gnullvm"
···
3355
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3356
3357
[[package]]
0
0
0
0
0
0
3358
name = "windows_i686_msvc"
3359
version = "0.48.5"
3360
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3367
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3368
3369
[[package]]
0
0
0
0
0
0
3370
name = "windows_x86_64_gnu"
3371
version = "0.48.5"
3372
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3379
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3380
3381
[[package]]
0
0
0
0
0
0
3382
name = "windows_x86_64_gnullvm"
3383
version = "0.48.5"
3384
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3391
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3392
3393
[[package]]
0
0
0
0
0
0
3394
name = "windows_x86_64_msvc"
3395
version = "0.48.5"
3396
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3401
version = "0.52.6"
3402
source = "registry+https://github.com/rust-lang/crates.io-index"
3403
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
0
0
0
0
0
0
3404
3405
[[package]]
3406
name = "winreg"
+5
-5
Cargo.toml
···
2
name = "blahaj"
3
version = "0.2.1"
4
license = "MIT"
5
-
authors = ["Isabel Roses <isabel@isabelroses.com>"]
6
description = "the resident discord bot of :3"
7
readme = "README.md"
8
homepage = "https://github.com/isabelroses/blahaj"
···
12
13
[dependencies]
14
bottomify = "1.2.0"
15
-
color-eyre = "0.6.3"
16
dotenv = "0.15.0"
17
humantime = "2.2.0"
18
kittysay = "0.8.0"
19
nixpkgs-track_lib = "0.2.0"
20
poise = "0.6.1"
21
-
rand = "0.9.0"
22
regex = "1.11.1"
23
serde_json = "1.0.140"
24
serenity = "0.12.4"
···
28
features = ["derive"]
29
30
[dependencies.reqwest]
31
-
version = "0.12.15"
32
features = ["json"]
33
34
[dependencies.tokio]
35
-
version = "1.44.2"
36
features = ["macros", "rt-multi-thread"]
37
38
[lints.clippy]
···
2
name = "blahaj"
3
version = "0.2.1"
4
license = "MIT"
5
+
authors = ["isabel roses <isabel@isabelroses.com>"]
6
description = "the resident discord bot of :3"
7
readme = "README.md"
8
homepage = "https://github.com/isabelroses/blahaj"
···
12
13
[dependencies]
14
bottomify = "1.2.0"
15
+
color-eyre = "0.6.5"
16
dotenv = "0.15.0"
17
humantime = "2.2.0"
18
kittysay = "0.8.0"
19
nixpkgs-track_lib = "0.2.0"
20
poise = "0.6.1"
21
+
rand = "0.9.1"
22
regex = "1.11.1"
23
serde_json = "1.0.140"
24
serenity = "0.12.4"
···
28
features = ["derive"]
29
30
[dependencies.reqwest]
31
+
version = "0.12.22"
32
features = ["json"]
33
34
[dependencies.tokio]
35
+
version = "1.46.1"
36
features = ["macros", "rt-multi-thread"]
37
38
[lints.clippy]