mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 10:04:07 +02:00
older trussh
This commit is contained in:
parent
0319d8eefa
commit
74c0678d0b
2 changed files with 5 additions and 18 deletions
21
Cargo.lock
generated
21
Cargo.lock
generated
|
|
@ -1806,9 +1806,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thrussh"
|
name = "thrussh"
|
||||||
version = "0.34.1"
|
version = "0.34.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7b78a2816fc84bee8abe3d119cae53d186d0bbb872a159b9079b1bdbc646224c"
|
checksum = "0eb7f634184fe86d7a9fd587d9350137508cba7b77626a7785db2ca695ebc503"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
|
@ -1822,7 +1822,7 @@ dependencies = [
|
||||||
"sha2 0.9.9",
|
"sha2 0.9.9",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"thrussh-keys",
|
"thrussh-keys",
|
||||||
"thrussh-libsodium 0.3.0",
|
"thrussh-libsodium",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -1852,7 +1852,7 @@ dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
"sha2 0.9.9",
|
"sha2 0.9.9",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"thrussh-libsodium 0.2.3",
|
"thrussh-libsodium",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"yasna",
|
"yasna",
|
||||||
|
|
@ -1871,19 +1871,6 @@ dependencies = [
|
||||||
"vcpkg",
|
"vcpkg",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "thrussh-libsodium"
|
|
||||||
version = "0.3.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "58ed00bb88de0df6f5f4a21269a434c79ca2056bd95036ec6c6c41bfef476ea3"
|
|
||||||
dependencies = [
|
|
||||||
"lazy_static",
|
|
||||||
"libc",
|
|
||||||
"libsodium-sys",
|
|
||||||
"pkg-config",
|
|
||||||
"vcpkg",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tinystr"
|
name = "tinystr"
|
||||||
version = "0.7.6"
|
version = "0.7.6"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ toml = "0.8.14"
|
||||||
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] }
|
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||||
camino = "1.1.7"
|
camino = "1.1.7"
|
||||||
petname = "2.0.2"
|
petname = "2.0.2"
|
||||||
thrussh = "0.34.1" # 0.35.1 broke password auth?
|
thrussh = "=0.34.0" # 0.34.1 broke password auth?
|
||||||
thrussh-keys = "0.22.1"
|
thrussh-keys = "0.22.1"
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.30"
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue