Skip to content

Commit 7f73262

Browse files
committed
remove default features from rustls dependency
1 parent b4b034a commit 7f73262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ percent-encoding = "2.1.0"
144144
rand = { version = "0.8", default-features = false, optional = true, features = ["std", "std_rng"] }
145145
regex = { version = "1.5.5", optional = true }
146146
rsa = { version = "0.9.2", optional = true }
147-
rustls = { version = "0.23", optional = true }
147+
rustls = { version = "0.23", optional = true, default-features = false }
148148
rustls-pemfile = { version = "2.1", optional = true }
149149
serde = { version = "1.0.132", features = ["derive", "rc"], optional = true }
150150
serde_json = { version = "1.0.73", features = ["raw_value"], optional = true }

0 commit comments

Comments
 (0)