We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4238781 commit ff1c5c0Copy full SHA for ff1c5c0
refinery_core/Cargo.toml
@@ -33,7 +33,7 @@ rusqlite = { version = ">= 0.23, <= 0.31", optional = true }
33
postgres = { version = ">=0.17, <= 0.19", optional = true }
34
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
35
mysql = { version = ">= 21.0.0, <= 24", optional = true, default-features = false, features = ["minimal"] }
36
-mysql_async = { version = ">= 0.28, <= 0.33", optional = true, default-features = false, features = ["minimal"] }
+mysql_async = { version = ">= 0.28, <= 0.34", optional = true, default-features = false, features = ["minimal"] }
37
tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false }
38
tokio = { version = "1.0", optional = true }
39
futures = { version = "0.3.16", optional = true, features = ["async-await"] }
0 commit comments