upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:40:51 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:40:51 +0100
commitb3e5233f6258dd4508d1840b4cb90e1f4f5b6447 (patch)
tree622cc57e3e4c65d949fe478f1242190f2b80fa8d /Cargo.lock
parent3f373143fa5c255e0424979836d776e1a3ec1d3d (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.lock99
1 files changed, 5 insertions, 94 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 82b5567..103b8c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -533,11 +533,11 @@ dependencies = [
533 533
534[[package]] 534[[package]]
535name = "directories" 535name = "directories"
536version = "5.0.1" 536version = "6.0.0"
537source = "registry+https://github.com/rust-lang/crates.io-index" 537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 538checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
539dependencies = [ 539dependencies = [
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"
546source = "registry+https://github.com/rust-lang/crates.io-index" 546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 547checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
548dependencies = [ 548dependencies = [
549 "dirs-sys 0.5.0", 549 "dirs-sys",
550]
551
552[[package]]
553name = "dirs-sys"
554version = "0.4.1"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
557dependencies = [
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"
569dependencies = [ 557dependencies = [
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]]
2013name = "redox_users" 2001name = "redox_users"
2014version = "0.4.6"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2017dependencies = [
2018 "getrandom 0.2.16",
2019 "libredox",
2020 "thiserror 1.0.69",
2021]
2022
2023[[package]]
2024name = "redox_users"
2025version = "0.5.0" 2002version = "0.5.0"
2026source = "registry+https://github.com/rust-lang/crates.io-index" 2003source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" 2004checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
@@ -3133,15 +3110,6 @@ dependencies = [
3133 3110
3134[[package]] 3111[[package]]
3135name = "windows-sys" 3112name = "windows-sys"
3136version = "0.48.0"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3139dependencies = [
3140 "windows-targets 0.48.5",
3141]
3142
3143[[package]]
3144name = "windows-sys"
3145version = "0.52.0" 3113version = "0.52.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index" 3114source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3115checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
@@ -3160,21 +3128,6 @@ dependencies = [
3160 3128
3161[[package]] 3129[[package]]
3162name = "windows-targets" 3130name = "windows-targets"
3163version = "0.48.5"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3166dependencies = [
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]]
3177name = "windows-targets"
3178version = "0.52.6" 3131version = "0.52.6"
3179source = "registry+https://github.com/rust-lang/crates.io-index" 3132source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3133checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
@@ -3207,12 +3160,6 @@ dependencies = [
3207 3160
3208[[package]] 3161[[package]]
3209name = "windows_aarch64_gnullvm" 3162name = "windows_aarch64_gnullvm"
3210version = "0.48.5"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3213
3214[[package]]
3215name = "windows_aarch64_gnullvm"
3216version = "0.52.6" 3163version = "0.52.6"
3217source = "registry+https://github.com/rust-lang/crates.io-index" 3164source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3165checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
@@ -3225,12 +3172,6 @@ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3225 3172
3226[[package]] 3173[[package]]
3227name = "windows_aarch64_msvc" 3174name = "windows_aarch64_msvc"
3228version = "0.48.5"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3231
3232[[package]]
3233name = "windows_aarch64_msvc"
3234version = "0.52.6" 3175version = "0.52.6"
3235source = "registry+https://github.com/rust-lang/crates.io-index" 3176source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3177checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
@@ -3243,12 +3184,6 @@ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3243 3184
3244[[package]] 3185[[package]]
3245name = "windows_i686_gnu" 3186name = "windows_i686_gnu"
3246version = "0.48.5"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3249
3250[[package]]
3251name = "windows_i686_gnu"
3252version = "0.52.6" 3187version = "0.52.6"
3253source = "registry+https://github.com/rust-lang/crates.io-index" 3188source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3189checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
@@ -3273,12 +3208,6 @@ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3273 3208
3274[[package]] 3209[[package]]
3275name = "windows_i686_msvc" 3210name = "windows_i686_msvc"
3276version = "0.48.5"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3279
3280[[package]]
3281name = "windows_i686_msvc"
3282version = "0.52.6" 3211version = "0.52.6"
3283source = "registry+https://github.com/rust-lang/crates.io-index" 3212source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3213checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
@@ -3291,12 +3220,6 @@ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3291 3220
3292[[package]] 3221[[package]]
3293name = "windows_x86_64_gnu" 3222name = "windows_x86_64_gnu"
3294version = "0.48.5"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3297
3298[[package]]
3299name = "windows_x86_64_gnu"
3300version = "0.52.6" 3223version = "0.52.6"
3301source = "registry+https://github.com/rust-lang/crates.io-index" 3224source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3225checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
@@ -3309,12 +3232,6 @@ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3309 3232
3310[[package]] 3233[[package]]
3311name = "windows_x86_64_gnullvm" 3234name = "windows_x86_64_gnullvm"
3312version = "0.48.5"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3315
3316[[package]]
3317name = "windows_x86_64_gnullvm"
3318version = "0.52.6" 3235version = "0.52.6"
3319source = "registry+https://github.com/rust-lang/crates.io-index" 3236source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3237checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
@@ -3327,12 +3244,6 @@ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3327 3244
3328[[package]] 3245[[package]]
3329name = "windows_x86_64_msvc" 3246name = "windows_x86_64_msvc"
3330version = "0.48.5"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3333
3334[[package]]
3335name = "windows_x86_64_msvc"
3336version = "0.52.6" 3247version = "0.52.6"
3337source = "registry+https://github.com/rust-lang/crates.io-index" 3248source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3249checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"