We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825a980 commit 6c9a90bCopy full SHA for 6c9a90b
refinery_core/Cargo.toml
@@ -37,7 +37,7 @@ native-tls = { version = "0.2", optional = true }
37
postgres-native-tls = { version = "0.5", optional = true}
38
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
39
mysql = { version = ">= 21.0.0, <= 26", optional = true, default-features = false, features = ["minimal"] }
40
-mysql_async = { version = ">= 0.28, <= 0.35", optional = true, default-features = false, features = ["minimal"] }
+mysql_async = { version = ">= 0.28, <= 0.36", optional = true, default-features = false, features = ["minimal"] }
41
tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false }
42
tokio = { version = "1.0", optional = true }
43
futures = { version = "0.3.16", optional = true, features = ["async-await"] }
0 commit comments