File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ serde_json = "1.0"
42
42
thiserror = " 1.0"
43
43
44
44
[dev-dependencies ]
45
- criterion = " 0.5"
46
- csv = " 1 "
47
- mock_instant = { version = " 0.5" }
45
+ criterion = " = 0.5.1 "
46
+ csv = " =1.3.0 "
47
+ mock_instant = { version = " = 0.5.1 " }
48
48
# By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies
49
- reqwest = { version = " 0.11" , features = [" rustls-tls" ], default-features = false }
50
- futures = " 0.3"
51
- tokio = { version = " 1.24" , features = [" rt-multi-thread" ] }
52
- sha2 = " 0 .9"
49
+ reqwest = { version = " = 0.11.22 " , features = [" rustls-tls" ], default-features = false }
50
+ futures = " = 0.3.31 "
51
+ tokio = { version = " = 1.24.2 " , features = [" rt-multi-thread" ] }
52
+ sha2 = " =0.9 .9"
53
53
54
54
[lib ]
55
55
bench = false
You can’t perform that action at this time.
0 commit comments