Skip to content

Commit

Permalink
bumped russh to fix CVE-2023-48795
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 18, 2023
1 parent 2bdb69e commit 12fdf62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion warpgate-protocol-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 12fdf62

Please sign in to comment.