Skip to content

Commit c6f9dc8

Browse files
authored
Merge pull request #228 from paolobarbolini/upgrade-mysql-crates
Upgrade `mysql_common` and `mysql_async`
2 parents d1af1d0 + 8f0dca3 commit c6f9dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ futures-util = { version = "0.3.17", default-features = false, features = [
2323
] }
2424
tokio-postgres = { version = "0.7.10", optional = true }
2525
tokio = { version = "1.26", optional = true }
26-
mysql_async = { version = "0.35", optional = true, default-features = false, features = [
26+
mysql_async = { version = "0.36.0", optional = true, default-features = false, features = [
2727
"minimal-rust",
2828
] }
29-
mysql_common = { version = "0.34", optional = true, default-features = false }
29+
mysql_common = { version = "0.35.3", optional = true, default-features = false }
3030

3131
bb8 = { version = "0.9", optional = true }
3232
async-trait = { version = "0.1.66", optional = true }

0 commit comments

Comments
 (0)