diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:40:51 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:40:51 +0100 |
| commit | b3e5233f6258dd4508d1840b4cb90e1f4f5b6447 (patch) | |
| tree | 622cc57e3e4c65d949fe478f1242190f2b80fa8d /Cargo.lock | |
| parent | 3f373143fa5c255e0424979836d776e1a3ec1d3d (diff) | |
chore: bump directories v6
this update appears to just update child dependancies rather than
provide breaking changes
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 99 |
1 files changed, 5 insertions, 94 deletions
| @@ -533,11 +533,11 @@ dependencies = [ | |||
| 533 | 533 | ||
| 534 | [[package]] | 534 | [[package]] |
| 535 | name = "directories" | 535 | name = "directories" |
| 536 | version = "5.0.1" | 536 | version = "6.0.0" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" | 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 | checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" | 538 | checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" |
| 539 | dependencies = [ | 539 | dependencies = [ |
| 540 | "dirs-sys 0.4.1", | 540 | "dirs-sys", |
| 541 | ] | 541 | ] |
| 542 | 542 | ||
| 543 | [[package]] | 543 | [[package]] |
| @@ -546,19 +546,7 @@ version = "6.0.0" | |||
| 546 | source = "registry+https://github.com/rust-lang/crates.io-index" | 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" | 547 | checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" |
| 548 | dependencies = [ | 548 | dependencies = [ |
| 549 | "dirs-sys 0.5.0", | 549 | "dirs-sys", |
| 550 | ] | ||
| 551 | |||
| 552 | [[package]] | ||
| 553 | name = "dirs-sys" | ||
| 554 | version = "0.4.1" | ||
| 555 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 556 | checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" | ||
| 557 | dependencies = [ | ||
| 558 | "libc", | ||
| 559 | "option-ext", | ||
| 560 | "redox_users 0.4.6", | ||
| 561 | "windows-sys 0.48.0", | ||
| 562 | ] | 550 | ] |
| 563 | 551 | ||
| 564 | [[package]] | 552 | [[package]] |
| @@ -569,7 +557,7 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" | |||
| 569 | dependencies = [ | 557 | dependencies = [ |
| 570 | "libc", | 558 | "libc", |
| 571 | "option-ext", | 559 | "option-ext", |
| 572 | "redox_users 0.5.0", | 560 | "redox_users", |
| 573 | "windows-sys 0.59.0", | 561 | "windows-sys 0.59.0", |
| 574 | ] | 562 | ] |
| 575 | 563 | ||
| @@ -2011,17 +1999,6 @@ dependencies = [ | |||
| 2011 | 1999 | ||
| 2012 | [[package]] | 2000 | [[package]] |
| 2013 | name = "redox_users" | 2001 | name = "redox_users" |
| 2014 | version = "0.4.6" | ||
| 2015 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2016 | checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" | ||
| 2017 | dependencies = [ | ||
| 2018 | "getrandom 0.2.16", | ||
| 2019 | "libredox", | ||
| 2020 | "thiserror 1.0.69", | ||
| 2021 | ] | ||
| 2022 | |||
| 2023 | [[package]] | ||
| 2024 | name = "redox_users" | ||
| 2025 | version = "0.5.0" | 2002 | version = "0.5.0" |
| 2026 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 | checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" | 2004 | checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" |
| @@ -3133,15 +3110,6 @@ dependencies = [ | |||
| 3133 | 3110 | ||
| 3134 | [[package]] | 3111 | [[package]] |
| 3135 | name = "windows-sys" | 3112 | name = "windows-sys" |
| 3136 | version = "0.48.0" | ||
| 3137 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3138 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" | ||
| 3139 | dependencies = [ | ||
| 3140 | "windows-targets 0.48.5", | ||
| 3141 | ] | ||
| 3142 | |||
| 3143 | [[package]] | ||
| 3144 | name = "windows-sys" | ||
| 3145 | version = "0.52.0" | 3113 | version = "0.52.0" |
| 3146 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3147 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | 3115 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| @@ -3160,21 +3128,6 @@ dependencies = [ | |||
| 3160 | 3128 | ||
| 3161 | [[package]] | 3129 | [[package]] |
| 3162 | name = "windows-targets" | 3130 | name = "windows-targets" |
| 3163 | version = "0.48.5" | ||
| 3164 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3165 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" | ||
| 3166 | dependencies = [ | ||
| 3167 | "windows_aarch64_gnullvm 0.48.5", | ||
| 3168 | "windows_aarch64_msvc 0.48.5", | ||
| 3169 | "windows_i686_gnu 0.48.5", | ||
| 3170 | "windows_i686_msvc 0.48.5", | ||
| 3171 | "windows_x86_64_gnu 0.48.5", | ||
| 3172 | "windows_x86_64_gnullvm 0.48.5", | ||
| 3173 | "windows_x86_64_msvc 0.48.5", | ||
| 3174 | ] | ||
| 3175 | |||
| 3176 | [[package]] | ||
| 3177 | name = "windows-targets" | ||
| 3178 | version = "0.52.6" | 3131 | version = "0.52.6" |
| 3179 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3180 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | 3133 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| @@ -3207,12 +3160,6 @@ dependencies = [ | |||
| 3207 | 3160 | ||
| 3208 | [[package]] | 3161 | [[package]] |
| 3209 | name = "windows_aarch64_gnullvm" | 3162 | name = "windows_aarch64_gnullvm" |
| 3210 | version = "0.48.5" | ||
| 3211 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3212 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" | ||
| 3213 | |||
| 3214 | [[package]] | ||
| 3215 | name = "windows_aarch64_gnullvm" | ||
| 3216 | version = "0.52.6" | 3163 | version = "0.52.6" |
| 3217 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3218 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | 3165 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| @@ -3225,12 +3172,6 @@ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" | |||
| 3225 | 3172 | ||
| 3226 | [[package]] | 3173 | [[package]] |
| 3227 | name = "windows_aarch64_msvc" | 3174 | name = "windows_aarch64_msvc" |
| 3228 | version = "0.48.5" | ||
| 3229 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3230 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" | ||
| 3231 | |||
| 3232 | [[package]] | ||
| 3233 | name = "windows_aarch64_msvc" | ||
| 3234 | version = "0.52.6" | 3175 | version = "0.52.6" |
| 3235 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3236 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | 3177 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| @@ -3243,12 +3184,6 @@ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" | |||
| 3243 | 3184 | ||
| 3244 | [[package]] | 3185 | [[package]] |
| 3245 | name = "windows_i686_gnu" | 3186 | name = "windows_i686_gnu" |
| 3246 | version = "0.48.5" | ||
| 3247 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3248 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" | ||
| 3249 | |||
| 3250 | [[package]] | ||
| 3251 | name = "windows_i686_gnu" | ||
| 3252 | version = "0.52.6" | 3187 | version = "0.52.6" |
| 3253 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3254 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | 3189 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| @@ -3273,12 +3208,6 @@ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" | |||
| 3273 | 3208 | ||
| 3274 | [[package]] | 3209 | [[package]] |
| 3275 | name = "windows_i686_msvc" | 3210 | name = "windows_i686_msvc" |
| 3276 | version = "0.48.5" | ||
| 3277 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3278 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" | ||
| 3279 | |||
| 3280 | [[package]] | ||
| 3281 | name = "windows_i686_msvc" | ||
| 3282 | version = "0.52.6" | 3211 | version = "0.52.6" |
| 3283 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3284 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | 3213 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| @@ -3291,12 +3220,6 @@ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" | |||
| 3291 | 3220 | ||
| 3292 | [[package]] | 3221 | [[package]] |
| 3293 | name = "windows_x86_64_gnu" | 3222 | name = "windows_x86_64_gnu" |
| 3294 | version = "0.48.5" | ||
| 3295 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3296 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" | ||
| 3297 | |||
| 3298 | [[package]] | ||
| 3299 | name = "windows_x86_64_gnu" | ||
| 3300 | version = "0.52.6" | 3223 | version = "0.52.6" |
| 3301 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3302 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | 3225 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| @@ -3309,12 +3232,6 @@ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" | |||
| 3309 | 3232 | ||
| 3310 | [[package]] | 3233 | [[package]] |
| 3311 | name = "windows_x86_64_gnullvm" | 3234 | name = "windows_x86_64_gnullvm" |
| 3312 | version = "0.48.5" | ||
| 3313 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3314 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" | ||
| 3315 | |||
| 3316 | [[package]] | ||
| 3317 | name = "windows_x86_64_gnullvm" | ||
| 3318 | version = "0.52.6" | 3235 | version = "0.52.6" |
| 3319 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3320 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | 3237 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| @@ -3327,12 +3244,6 @@ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" | |||
| 3327 | 3244 | ||
| 3328 | [[package]] | 3245 | [[package]] |
| 3329 | name = "windows_x86_64_msvc" | 3246 | name = "windows_x86_64_msvc" |
| 3330 | version = "0.48.5" | ||
| 3331 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3332 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" | ||
| 3333 | |||
| 3334 | [[package]] | ||
| 3335 | name = "windows_x86_64_msvc" | ||
| 3336 | version = "0.52.6" | 3247 | version = "0.52.6" |
| 3337 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3338 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | 3249 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |