diff --git a/shed/sql/Cargo.toml b/shed/sql/Cargo.toml index ada6cdf0b..875db72b5 100644 --- a/shed/sql/Cargo.toml +++ b/shed/sql/Cargo.toml @@ -17,7 +17,7 @@ frunk = "0.4.2" futures = { version = "0.3.28", features = ["async-await", "compat"] } futures-util = "0.3.7" futures_ext = { version = "0.1.0", path = "../futures_ext" } -mysql_async = "0.30.0" +mysql_async = "0.31.2" mysql_common = { version = "0.29.0", features = ["chrono", "default"] } rusqlite = { version = "0.29.0", features = ["backup", "blob", "column_decltype", "limits"] } sql_common = { version = "0.1.0", path = "common" } diff --git a/shed/sql/common/Cargo.toml b/shed/sql/common/Cargo.toml index ba612edc2..c57c696a6 100644 --- a/shed/sql/common/Cargo.toml +++ b/shed/sql/common/Cargo.toml @@ -20,7 +20,7 @@ cloned = { version = "0.1.0", path = "../../cloned" } futures = { version = "0.3.28", features = ["async-await", "compat"] } futures_stats = { version = "0.1.0", path = "../../futures_stats" } itertools = "0.11.0" -mysql_async = "0.30.0" +mysql_async = "0.31.2" mysql_derive = { version = "0.1.0", path = "../derive" } rusqlite = { version = "0.29.0", features = ["backup", "blob", "column_decltype", "limits"] } stats = { version = "0.1.0", path = "../../stats" }