pin home crate to 0.5.9 to fix CI build

This commit is contained in:
Graham McIntire 2026-02-02 17:03:31 -06:00
parent 78aee7ce40
commit 135e3d3799
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

7
Cargo.lock generated
View file

@ -775,11 +775,11 @@ dependencies = [
[[package]]
name = "home"
version = "0.5.12"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -1973,6 +1973,7 @@ dependencies = [
"async-trait",
"clap",
"futures",
"home",
"prost",
"prost-build",
"prost-types",

View file

@ -20,6 +20,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
russh = "0.45"
russh-keys = "0.45"
async-trait = "0.1"
home = "=0.5.9" # Pin to avoid edition2024 requirement in 0.5.12
[build-dependencies]
prost-build = "0.14"