File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ tls = ["rustls"]
2525nom = " 7"
2626mysql_common = { version = " 0.29.1" , features = [" chrono" ] }
2727byteorder = " 1"
28- chrono = " 0.4"
28+ chrono = " 0.4.23 "
2929rustls = {version = " 0.20.0" , optional =true }
3030
3131[dev-dependencies ]
@@ -41,3 +41,14 @@ native-tls = "0.2.8"
4141
4242[target .'cfg(unix)' .dev-dependencies ]
4343openssl = " 0.10.38"
44+
45+ # for minimal-versions
46+ [target .'cfg(any())' .dev-dependencies ]
47+ flate2 = " 1.0.13" # libz-sys 1.0.0 has problems
48+ tap = " 1.0.1" # bitvec's wyz dependency needs this
49+ time = " 0.3.1" # mysql_common needs this through chrono
50+ byteorder = " 1.2.4" # mysql_common needs this
51+ rand = " 0.3.14" # otherwise libc + winapi won't build
52+ async-trait = " 0.1.9" # via tokio-postgtes via postgres
53+ twox-hash = " 1.2.0" # via mysql
54+ bufstream = " 0.1.3" # via mysql
You can’t perform that action at this time.
0 commit comments