File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -19,25 +19,23 @@ aws-sdk-s3 = { version = "1.1.7", features = ["behavior-version-latest"] }
19
19
tokio = { version = " 1.19.2" , features = [" full" ] }
20
20
bytes = " 1"
21
21
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"
32
29
clap = " 2.34.0"
33
- reqwest = { version =" * " , features = [" blocking" ]}
30
+ reqwest = { version =" 0.12.14 " , features = [" blocking" ]}
34
31
signal-hook = " 0.3.9"
35
32
atomic_float = " 0.1.0"
36
33
lazy_static = " 1.4.0"
37
34
async-std = " 1.12.0"
35
+ bincode = " 1.3.3"
38
36
39
37
[dev-dependencies ]
40
- tokio-test = " * "
38
+ tokio-test = " 0.4.4 "
41
39
assert_cmd = " 0.10"
42
40
predicates = " 1"
43
41
criterion = { version = " 0.4" , features = [" html_reports" ] }
You can’t perform that action at this time.
0 commit comments