Pin russh commit

This commit is contained in:
Bernd Schoolmann 2024-11-21 14:28:17 +01:00
parent bedb4ffc0a
commit 81cb91ff1d
No known key found for this signature in database
2 changed files with 21 additions and 21 deletions

View File

@ -313,7 +313,7 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]] [[package]]
name = "bitwarden-russh" name = "bitwarden-russh"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/bitwarden/bitwarden-russh.git?branch=km/PM-14863/allow-unlock-on-list#275771a3a764dcf3e7c9ec75c396499af5925190" source = "git+https://github.com/bitwarden/bitwarden-russh.git?rev=b4e7f2f#b4e7f2fedbe3df8c35545feb000176d3e7b2bc32"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"byteorder", "byteorder",

View File

@ -50,7 +50,7 @@ ssh-key = { version = "0.6.6", default-features = false, features = [
"rsa", "rsa",
"getrandom", "getrandom",
] } ] }
bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", branch = "km/PM-14863/allow-unlock-on-list" } bitwarden-russh = { git = "https://github.com/bitwarden/bitwarden-russh.git", rev = "b4e7f2f" }
tokio = { version = "=1.40.0", features = ["io-util", "sync", "macros", "net"] } tokio = { version = "=1.40.0", features = ["io-util", "sync", "macros", "net"] }
tokio-stream = { version = "=0.1.15", features = ["net"] } tokio-stream = { version = "=0.1.15", features = ["net"] }
tokio-util = "=0.7.12" tokio-util = "=0.7.12"