fix: downgrade home to 0.5.9 to fix build

This commit is contained in:
Michael Aaron Murphy 2025-01-11 07:53:52 +01:00
parent 28f6cdb0ef
commit 0cc5c3d0d2
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

6
Cargo.lock generated
View file

@ -2577,11 +2577,11 @@ dependencies = [
[[package]]
name = "home"
version = "0.5.11"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]