You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# work around bug in async-fs 2.0.0, which references futures-lite dependency wrongly, see https://github.com/launchbadge/sqlx/pull/3791#issuecomment-3043363281
74
+
async-fs = { version = "2.1", optional = true }
72
75
async-io = { version = "2.4.1", optional = true }
73
76
async-task = { version = "4.7.1", optional = true }
74
77
75
-
# work around bug in async-fs 2.0.0, which references futures-lite dependency wrongly, see https://github.com/launchbadge/sqlx/pull/3791#issuecomment-3043363281
76
-
async-fs = { version = "2.1", optional = true }
77
78
base64 = { version = "0.22.0", default-features = false, features = ["std"] }
78
79
bytes = "1.1.0"
79
80
cfg-if = { workspace = true }
80
-
chrono = { version = "0.4.34", default-features = false, features = ["clock"], optional = true }
81
81
crc = { version = "3", optional = true }
82
82
crossbeam-queue = "0.3.2"
83
83
either = "1.6.1"
@@ -93,7 +93,6 @@ serde_json = { version = "1.0.73", features = ["raw_value"], optional = true }
0 commit comments