@@ -16,7 +16,7 @@ categories = ["authentication", "cryptography", "encoding", "network-programming
1616exclude = [" .github" ]
1717
1818[workspace ]
19- members = [" ." , " fuzz " ]
19+ members = [" ." ]
2020
2121[dependencies ]
2222byteorder = " 1"
@@ -26,11 +26,11 @@ log = { version = "0.4", optional = true }
2626tokio = { version = " 1" , optional = true , features = [" rt" , " net" , " time" ] }
2727tokio-util = { version = " 0.7" , optional = true , features = [" codec" ] }
2828service-binding = { version = " ^3" }
29- ssh-encoding = { version = " 0.2 " }
30- ssh-key = { version = " 0.6 " , features = [" crypto" , " alloc" ] }
29+ ssh-encoding = { version = " 0.3.0-pre.0 " }
30+ ssh-key = { version = " 0.7.0-pre.0 " , features = [" crypto" , " alloc" ] }
3131thiserror = " 1"
3232subtle = { version = " 2" , default-features = false }
33- signature = { version = " 2" , features = [" alloc" ] }
33+ signature = { version = " 2.3.0-pre.4 " , features = [" alloc" ] }
3434secrecy = " 0.8"
3535
3636[features ]
@@ -41,20 +41,19 @@ agent = ["futures", "log", "tokio", "async-trait", "codec"]
4141[dev-dependencies ]
4242env_logger = " 0.11.3"
4343rand = " 0.8.5"
44- rsa = { version = " 0.9.6 " , features = [" sha2" , " sha1" ] }
44+ rsa = { version = " 0.10.0-pre.2 " , features = [" sha2" , " sha1" ] }
4545tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" , " sync" ] }
4646sha1 = { version = " 0.10.6" , default-features = false , features = [" oid" ] }
4747testresult = " 0.4.0"
4848hex-literal = " 0.4.1"
49- ssh-key = { version = " 0.6.6 " , features = [" p256" , " rsa" ] }
50- p256 = { version = " 0.13.2 " }
49+ ssh-key = { version = " 0.7.0-pre.0 " , features = [" p256" , " rsa" ] }
50+ p256 = { version = " 0.14.0-pre.1 " }
5151const-str = " 0.5.7"
5252rstest = " 0.21.0"
5353openpgp-card = " 0.5.0"
5454card-backend-pcsc = " 0.5.0"
5555clap = { version = " 4.5.7" , features = [" derive" ] }
5656secrecy = " 0.8.0"
5757retainer = " 0.3.0"
58- pgp = " 0.13.0"
5958chrono = " 0.4.38"
6059interprocess = " 2.2.0"
0 commit comments