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

Commit 53c756a

Browse files
author
Julius de Bruijn
authored
Revert "Updating to the latest mysql_async (#433)" (#435)
1 parent 86eac82 commit 53c756a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ all = [
4444
]
4545

4646
vendored-openssl = [
47-
"native-tls/vendored",
48-
"tokio-native-tls/vendored",
47+
"postgres-native-tls/vendored-openssl",
48+
"mysql_async/vendored-openssl",
4949
]
5050

5151
postgresql = [
@@ -81,7 +81,6 @@ tracing = "0.1"
8181
futures = "0.3"
8282
url = "2.1"
8383
hex = "0.4"
84-
tokio-native-tls = "0.3"
8584

8685
either = { version = "1.6", optional = true }
8786
base64 = { version = "0.12.3", optional = true }
@@ -112,8 +111,9 @@ optional = true
112111
version = ">1.4.0"
113112

114113
[dependencies.mysql_async]
115-
version = "0.31"
114+
git = "https://github.com/prisma/mysql_async"
116115
optional = true
116+
branch = "vendored-openssl"
117117

118118
[dependencies.rusqlite]
119119
version = "0.25"

0 commit comments

Comments
 (0)