Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Revert "Updating to the latest mysql_async (#433)" (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn authored Feb 21, 2023
1 parent 86eac82 commit 53c756a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ all = [
]

vendored-openssl = [
"native-tls/vendored",
"tokio-native-tls/vendored",
"postgres-native-tls/vendored-openssl",
"mysql_async/vendored-openssl",
]

postgresql = [
Expand Down Expand Up @@ -81,7 +81,6 @@ tracing = "0.1"
futures = "0.3"
url = "2.1"
hex = "0.4"
tokio-native-tls = "0.3"

either = { version = "1.6", optional = true }
base64 = { version = "0.12.3", optional = true }
Expand Down Expand Up @@ -112,8 +111,9 @@ optional = true
version = ">1.4.0"

[dependencies.mysql_async]
version = "0.31"
git = "https://github.com/prisma/mysql_async"
optional = true
branch = "vendored-openssl"

[dependencies.rusqlite]
version = "0.25"
Expand Down

0 comments on commit 53c756a

Please sign in to comment.