Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 29, 2024
1 parent 571dbe3 commit f70cac6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ rsa = "0.9"
sha1 = { version = "0.10.5", features = ["oid"] }
sha2 = { version = "0.10.6", features = ["oid"] }
signature = "2.2"
ssh-encoding = { version = "0.2", features = ["bytes"] }
ssh-encoding = { version = "0.2", features = [
"bytes",
] }
ssh-key = { version = "0.6.7-internal.4", features = [
"ed25519",
"rsa",
Expand All @@ -35,8 +37,8 @@ ssh-key = { version = "0.6.7-internal.4", features = [
"p384",
"p521",
"encryption",
], package = "internal-russh-forked-ssh-key" }
"ppk",
], package = "internal-russh-forked-ssh-key" }
thiserror = "1.0.30"
tokio = { version = "1.17.0" }
tokio-stream = { version = "0.1.3", features = ["net", "sync"] }

0 comments on commit f70cac6

Please sign in to comment.