Skip to content

Commit

Permalink
bumped russh (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny authored Mar 4, 2024
1 parent bcba676 commit 65f0056
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
23 changes: 19 additions & 4 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-admin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ poem-openapi = { version = "2.0", features = [
"uuid",
"static-files",
] }
russh-keys = { version = "0.40.1", features = ["openssl"] }
russh-keys = { version = "0.42.0", features = ["openssl"] }
# russh-keys = { version = "0.23.0-beta.1", features = ["openssl"], path = "../../russh/russh-keys" }
rust-embed = "6.3"
sea-orm = { version = "0.12.2", features = [
Expand Down
4 changes: 2 additions & 2 deletions warpgate-protocol-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ bimap = "0.6"
bytes = "1.3"
dialoguer = "0.10"
futures = "0.3"
russh = { version = "0.40.2", features = ["vendored-openssl"] }
russh = { version = "0.42.0", 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.42.0", features = ["vendored-openssl"] }
# russh-keys = { version = "0.23.0-beta.1", features = ["vendored-openssl"], path = "../../russh/russh-keys" }
sea-orm = { version = "0.12.2", features = [
"runtime-tokio-native-tls",
Expand Down

0 comments on commit 65f0056

Please sign in to comment.