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