Skip to content

Commit 22c1a09

Browse files
committed
Use less specific version numbers
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 031fb08 commit 22c1a09

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Cargo.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,19 @@ exclude = [".github"]
1919
members = [".", "fuzz"]
2020

2121
[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 }
2626
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"
3332
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"
3635

3736
[features]
3837
default = ["agent"]

0 commit comments

Comments
 (0)