Pin russh commit
This commit is contained in:
parent
bedb4ffc0a
commit
81cb91ff1d
|
@ -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",
|
||||||
|
|
|
@ -10,22 +10,22 @@ default = ["sys"]
|
||||||
manual_test = []
|
manual_test = []
|
||||||
|
|
||||||
sys = [
|
sys = [
|
||||||
"dep:widestring",
|
"dep:widestring",
|
||||||
"dep:windows",
|
"dep:windows",
|
||||||
"dep:core-foundation",
|
"dep:core-foundation",
|
||||||
"dep:security-framework",
|
"dep:security-framework",
|
||||||
"dep:security-framework-sys",
|
"dep:security-framework-sys",
|
||||||
"dep:gio",
|
"dep:gio",
|
||||||
"dep:libsecret",
|
"dep:libsecret",
|
||||||
"dep:zbus",
|
"dep:zbus",
|
||||||
"dep:zbus_polkit",
|
"dep:zbus_polkit",
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes = "=0.8.4"
|
aes = "=0.8.4"
|
||||||
anyhow = "=1.0.93"
|
anyhow = "=1.0.93"
|
||||||
arboard = { version = "=3.4.1", default-features = false, features = [
|
arboard = { version = "=3.4.1", default-features = false, features = [
|
||||||
"wayland-data-control",
|
"wayland-data-control",
|
||||||
] }
|
] }
|
||||||
async-stream = "0.3.5"
|
async-stream = "0.3.5"
|
||||||
base64 = "=0.22.1"
|
base64 = "=0.22.1"
|
||||||
|
@ -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"
|
||||||
|
@ -64,15 +64,15 @@ ed25519 = { version = "=2.2.3", features = ["pkcs8"] }
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
widestring = { version = "=1.1.0", optional = true }
|
widestring = { version = "=1.1.0", optional = true }
|
||||||
windows = { version = "=0.57.0", features = [
|
windows = { version = "=0.57.0", features = [
|
||||||
"Foundation",
|
"Foundation",
|
||||||
"Security_Credentials_UI",
|
"Security_Credentials_UI",
|
||||||
"Security_Cryptography",
|
"Security_Cryptography",
|
||||||
"Storage_Streams",
|
"Storage_Streams",
|
||||||
"Win32_Foundation",
|
"Win32_Foundation",
|
||||||
"Win32_Security_Credentials",
|
"Win32_Security_Credentials",
|
||||||
"Win32_System_WinRT",
|
"Win32_System_WinRT",
|
||||||
"Win32_UI_Input_KeyboardAndMouse",
|
"Win32_UI_Input_KeyboardAndMouse",
|
||||||
"Win32_UI_WindowsAndMessaging",
|
"Win32_UI_WindowsAndMessaging",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dev-dependencies]
|
[target.'cfg(windows)'.dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue