Skip to content

Commit 154ffc8

Browse files
dkintheukRobert McGregorjxs
authored
Bump maximum mysql_async version (#359)
Co-authored-by: Robert McGregor <[email protected]> Co-authored-by: João Oliveira <[email protected]>
1 parent 64b6589 commit 154ffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: refinery_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rusqlite = { version = ">= 0.23, <= 0.33", optional = true }
3333
postgres = { version = ">=0.17, <= 0.19", optional = true }
3434
tokio-postgres = { version = ">= 0.5, <= 0.7", optional = true }
3535
mysql = { version = ">= 21.0.0, <= 25", optional = true, default-features = false, features = ["minimal"] }
36-
mysql_async = { version = ">= 0.28, <= 0.34", optional = true, default-features = false, features = ["minimal"] }
36+
mysql_async = { version = ">= 0.28, <= 0.35", optional = true, default-features = false, features = ["minimal"] }
3737
tiberius = { version = ">= 0.7, <= 0.12", optional = true, default-features = false }
3838
tokio = { version = "1.0", optional = true }
3939
futures = { version = "0.3.16", optional = true, features = ["async-await"] }

0 commit comments

Comments
 (0)