Skip to content

Commit

Permalink
removed incorrect dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 5, 2025
1 parent e2e3a11 commit 4f0a0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = { version = "0.10.6", features = ["oid"] }
signature = "2.2"
ssh-encoding = { version = "0.2", features = [
"bytes",
], path = "../RustCrypto-SSH/ssh-encoding" }
] }
ssh-key = { version = "0.6.7-internal.6", features = [
"ed25519",
"rsa",
Expand All @@ -38,7 +38,7 @@ ssh-key = { version = "0.6.7-internal.6", features = [
"p521",
"encryption",
"ppk",
], path = "../RustCrypto-SSH/ssh-key", package = "internal-russh-forked-ssh-key" }
], 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 4f0a0d4

Please sign in to comment.