mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-22 22:43:29 +08:00
bumped russh to fix CVE-2023-48795
This commit is contained in:
parent
2bdb69e8d1
commit
12fdf628a5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3730,9 +3730,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "russh"
|
||||
version = "0.40.1"
|
||||
version = "0.40.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23955cec4c4186e8c36f42c5d4043f9fd6cab8702fd08ce1971d966b48ec832f"
|
||||
checksum = "93dab9e1c313d0d04a42e39c0995943fc38c037e2e3fa9c33685777a1aecdfb2"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"aes-gcm",
|
||||
|
|
|
@ -12,7 +12,7 @@ bimap = "0.6"
|
|||
bytes = "1.3"
|
||||
dialoguer = "0.10"
|
||||
futures = "0.3"
|
||||
russh = { version = "0.40.1", features = ["vendored-openssl"] }
|
||||
russh = { version = "0.40.2", features = ["vendored-openssl"] }
|
||||
# russh = { version = "0.35.0-beta.6", features = ["vendored-openssl"], path = "../../russh/russh"}
|
||||
russh-keys = { version = "0.40.1", features = ["vendored-openssl"] }
|
||||
# russh-keys = { version = "0.23.0-beta.1", features = ["vendored-openssl"], path = "../../russh/russh-keys" }
|
||||
|
|
Loading…
Reference in a new issue