Skip to content

Commit

Permalink
new: updated astbc-ssh2-tokio dependency to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Nov 15, 2023
1 parent a1bb54f commit 3c9ad4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ reqwest = { version = "0.11.20", features = [
base64 = { version = "0.21.4", optional = true }
ntlmclient = { version = "0.1.0", optional = true }
trust-dns-resolver = { version = "0.23.0", optional = true }
async-ssh2-tokio = { version = "0.7.1", optional = true }
async-ssh2-tokio = { version = "0.8.2", optional = true }
sqlx = { version = "0.7.2", features = [
"runtime-tokio",
"tls-native-tls",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ssh/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl Plugin for SSH {
let res = tokio::time::timeout(
timeout,
Client::connect(
&address,
address.clone(),
&creds.username,
method,
ServerCheckMethod::NoCheck,
Expand Down

0 comments on commit 3c9ad4f

Please sign in to comment.