Skip to content

Commit 8a053ba

Browse files
committed
remove default features from tokio-rustls dependency
1 parent 7f73262 commit 8a053ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async-native-tls = { version = "0.5.0", optional = true }
3434
futures-rustls = { version = "0.26", optional = true }
3535
async-std = { version = "1.7.0", features = ["unstable"], optional = true }
3636
tokio-native-tls = { version = "0.3.0", optional = true }
37-
tokio-rustls = { version = "0.26", optional = true }
37+
tokio-rustls = { version = "0.26", optional = true, default-features = false }
3838
native-tls = { version = "0.2.4", optional = true }
3939
once_cell = { version = "1.4", features = ["std"], optional = true }
4040

0 commit comments

Comments
 (0)