@@ -16,7 +16,7 @@ categories = ["authentication", "cryptography", "encoding", "network-programming
16
16
exclude = [" .github" ]
17
17
18
18
[workspace ]
19
- members = [" ." , " fuzz " ]
19
+ members = [" ." ]
20
20
21
21
[dependencies ]
22
22
byteorder = " 1"
@@ -26,11 +26,11 @@ log = { version = "0.4", optional = true }
26
26
tokio = { version = " 1" , optional = true , features = [" rt" , " net" , " time" ] }
27
27
tokio-util = { version = " 0.7" , optional = true , features = [" codec" ] }
28
28
service-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" ] }
31
31
thiserror = " 1"
32
32
subtle = { version = " 2" , default-features = false }
33
- signature = { version = " 2" , features = [" alloc" ] }
33
+ signature = { version = " 2.3.0-pre.4 " , features = [" alloc" ] }
34
34
secrecy = " 0.8"
35
35
36
36
[features ]
@@ -41,20 +41,19 @@ agent = ["futures", "log", "tokio", "async-trait", "codec"]
41
41
[dev-dependencies ]
42
42
env_logger = " 0.11.3"
43
43
rand = " 0.8.5"
44
- rsa = { version = " 0.9.6 " , features = [" sha2" , " sha1" ] }
44
+ rsa = { version = " 0.10.0-pre.2 " , features = [" sha2" , " sha1" ] }
45
45
tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" , " sync" ] }
46
46
sha1 = { version = " 0.10.6" , default-features = false , features = [" oid" ] }
47
47
testresult = " 0.4.0"
48
48
hex-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 " }
51
51
const-str = " 0.5.7"
52
52
rstest = " 0.21.0"
53
53
openpgp-card = " 0.5.0"
54
54
card-backend-pcsc = " 0.5.0"
55
55
clap = { version = " 4.5.7" , features = [" derive" ] }
56
56
secrecy = " 0.8.0"
57
57
retainer = " 0.3.0"
58
- pgp = " 0.13.0"
59
58
chrono = " 0.4.38"
60
59
interprocess = " 2.2.0"
0 commit comments