Skip to content

Commit 5229069

Browse files
authored
Merge pull request #120 from mateusfreira/clean-lbs
Clean libs
2 parents dbd591d + 21b450f commit 5229069

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Cargo.toml

+10-12
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,23 @@ aws-sdk-s3 = { version = "1.1.7", features = ["behavior-version-latest"] }
1919
tokio = { version = "1.19.2", features = ["full"] }
2020
bytes = "1"
2121
futures = "0.3.1"
22-
ws = "*"
23-
env_logger = "*"
24-
log = { version = "=0.4.20", features = ["std"] }
25-
rustc-serialize = "*"
26-
bincode = "*"
27-
serde = "*"
28-
timer = "*"
29-
chrono = "*"
30-
thread-id = "*"
31-
tiny_http = "*"
22+
ws = "0.9.2"
23+
env_logger = "0.11.7"
24+
log = { version = "=0.4.26", features = ["std"] }
25+
timer = "0.2.0"
26+
chrono = "0.4.40"
27+
thread-id = "5.0.0"
28+
tiny_http = "0.12.0"
3229
clap = "2.34.0"
33-
reqwest = { version="*" , features = ["blocking"]}
30+
reqwest = { version="0.12.14" , features = ["blocking"]}
3431
signal-hook = "0.3.9"
3532
atomic_float = "0.1.0"
3633
lazy_static = "1.4.0"
3734
async-std = "1.12.0"
35+
bincode = "1.3.3"
3836

3937
[dev-dependencies]
40-
tokio-test = "*"
38+
tokio-test = "0.4.4"
4139
assert_cmd = "0.10"
4240
predicates = "1"
4341
criterion = { version = "0.4", features = ["html_reports"] }

0 commit comments

Comments
 (0)