From 5d4c196db57540ab92e2f71cf6005ce4e72d0108 Mon Sep 17 00:00:00 2001 From: Julius de Bruijn Date: Tue, 21 Feb 2023 16:30:41 +0100 Subject: [PATCH] Revert "We don't need to use our fork of mysql anymore (#434)" This reverts commit 86eac827b86d9fff4eb208c91fb6957cc59d0bcf. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d619af58..48fb254f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,8 +44,8 @@ all = [ ] vendored-openssl = [ - "native-tls/vendored", - "tokio-native-tls/vendored", + "postgres-native-tls/vendored-openssl", + "mysql_async/vendored-openssl", ] postgresql = [ @@ -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 } @@ -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"