Skip to content

Commit dea4829

Browse files
committed
fix: remove ssl bc we dont need it i think
1 parent d2d51aa commit dea4829

File tree

2 files changed

+1
-126
lines changed

2 files changed

+1
-126
lines changed

Cargo.lock

Lines changed: 0 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde = "1.0.195"
3939
serde_json = "1.0.114"
4040
similar = "2.6.0"
4141
smallvec = { version = "1.13.2", features = ["union", "const_new", "serde"] }
42-
sqlx = { version = "0.8.2", features = ["runtime-tokio", "tls-native-tls", "postgres", "json"] }
42+
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "json"] }
4343
syn = "1.0.109"
4444
termcolor = "1.4.1"
4545
tokio = { version = "1.40.0", features = ["full"] }

0 commit comments

Comments
 (0)