@@ -19,20 +19,19 @@ exclude = [".github"]
19
19
members = [" ." , " fuzz" ]
20
20
21
21
[dependencies ]
22
- byteorder = " 1.5.0 "
23
- async-trait = { version = " 0.1.80 " , optional = true }
24
- futures = { version = " 0.3.30 " , optional = true }
25
- log = { version = " 0.4.21 " , optional = true }
22
+ byteorder = " 1"
23
+ async-trait = { version = " 0.1" , optional = true }
24
+ futures = { version = " 0.3" , optional = true }
25
+ log = { version = " 0.4" , optional = true }
26
26
tokio = { version = " 1" , optional = true , features = [" rt" , " net" , " time" ] }
27
- tokio-util = { version = " 0.7.11" , optional = true , features = [" codec" ] }
28
- service-binding = { version = " ^3.0" }
29
- ssh-encoding = { version = " 0.2.0" }
30
- ssh-key = { version = " 0.6.6" , features = [" crypto" , " alloc" ] }
31
- thiserror = " 1.0.61"
32
- # uuid = { version = "1.8.0", features = ["v4"] }
27
+ tokio-util = { version = " 0.7" , optional = true , features = [" codec" ] }
28
+ service-binding = { version = " ^3" }
29
+ ssh-encoding = { version = " 0.2" }
30
+ ssh-key = { version = " 0.6" , features = [" crypto" , " alloc" ] }
31
+ thiserror = " 1"
33
32
subtle = { version = " 2" , default-features = false }
34
- signature = { version = " 2.2.0 " , features = [" alloc" ] }
35
- secrecy = " 0.8.0 "
33
+ signature = { version = " 2" , features = [" alloc" ] }
34
+ secrecy = " 0.8"
36
35
37
36
[features ]
38
37
default = [" agent" ]
0 commit comments