1
1
[package ]
2
2
name = " sqlx-core"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
4
4
repository = " https://github.com/launchbadge/sqlx"
5
5
description = " Core of SQLx, the rust SQL toolkit. Not intended to be used directly."
6
6
license = " MIT OR Apache-2.0"
@@ -22,7 +22,7 @@ postgres = [ "md-5", "sha2", "base64", "sha-1", "rand", "hmac" ]
22
22
mysql = [ " sha-1" , " sha2" , " generic-array" , " num-bigint" , " base64" , " digest" , " rand" ]
23
23
24
24
[dependencies ]
25
- async-std = { version = " 1.4.0" , default-features = false }
25
+ async-std = " 1.4.0"
26
26
async-stream = { version = " 0.2.0" , default-features = false }
27
27
base64 = { version = " 0.11.0" , default-features = false , optional = true , features = [ " std" ] }
28
28
bitflags = { version = " 1.2.1" , default-features = false }
@@ -31,7 +31,7 @@ crossbeam-queue = "0.2.1"
31
31
crossbeam-utils = { version = " 0.7.0" , default-features = false }
32
32
chrono = { version = " 0.4.10" , default-features = false , features = [ " clock" ], optional = true }
33
33
digest = { version = " 0.8.1" , default-features = false , optional = true , features = [ " std" ] }
34
- futures-channel = { version = " 0.3.1" , default-features = false }
34
+ futures-channel = { version = " 0.3.1" , default-features = false , features = [ " alloc " ] }
35
35
futures-core = { version = " 0.3.1" , default-features = false }
36
36
futures-util = { version = " 0.3.1" , default-features = false }
37
37
# generic-array must match version that digest crates use
0 commit comments