Skip to content

Commit 663ee4b

Browse files
committed
fix(hub): use runtime-tokio-native-tls feature for sqlx
1 parent 75125d1 commit 663ee4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tower-http = { version = "0.6.2", features = ["trace"] }
5151
uuid = { version = "1.16.0", features = ["v4", "serde"] }
5252

5353
# Database dependencies - always available now
54-
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "macros", "chrono", "uuid", "json", "migrate", "native-tls"] }
54+
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres", "macros", "chrono", "uuid", "json", "migrate"] }
5555

5656
# OpenAPI documentation dependencies
5757
utoipa = { version = "5.0.0", features = ["axum_extras", "chrono", "uuid", "openapi_extensions"] }

0 commit comments

Comments
 (0)