There was an error while loading. Please reload this page.
1 parent ced09e0 commit 18ee5d4Copy full SHA for 18ee5d4
sqlx-rt/Cargo.toml
@@ -20,7 +20,7 @@ async-native-tls = { version = "0.3.3", optional = true }
20
actix-rt = { version = "1.1.1", optional = true }
21
actix-threadpool = { version = "0.3.2", optional = true }
22
async-std = { version = "1.6.0", features = [ "unstable" ], optional = true }
23
-tokio = { version = "0.2.21", optional = true, features = [ "blocking", "fs", "tcp", "uds", "macros", "rt-core", "rt-threaded", "time", "dns", "io-util" ] }
+tokio = { version = "0.2.21", optional = true, features = [ "blocking", "stream", "fs", "tcp", "uds", "macros", "rt-core", "rt-threaded", "time", "dns", "io-util" ] }
24
tokio-native-tls = { version = "0.1.0", optional = true }
25
native-tls = "0.2.4"
26
once_cell = { version = "1.4", features = ["std"], optional = true }
0 commit comments