diff --git a/Cargo.toml b/Cargo.toml index a72439d2..e0e1e232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,10 +56,9 @@ pin-project = "0.4.22" serde_with_macros = "1.1.0" sqlx = { version = "0.4.0-beta.1", optional = true, default-features = false, features = [ - "runtime-tokio", + "runtime-tokio-native-tls", "macros", "sqlite", - "runtime-tokio-native-tls", ] } redis = { version = "0.16.0", optional = true } serde_cbor = { version = "0.11.1", optional = true }