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"