Skip to content

Commit 8061a54

Browse files
committed
feat: remove deps of sqlx of openssl to avoid using it as dep in github actions
1 parent d61c6ca commit 8061a54

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 1 deletion
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
@@ -43,7 +43,7 @@ mostro-core = "0.6.50"
4343
lnurl-rs = "0.9.0"
4444
pretty_env_logger = "0.5.0"
4545
openssl = { version = "0.10.73", features = ["vendored"] }
46-
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio-native-tls"] }
46+
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio-rustls"] }
4747
bip39 = { version = "2.2.0", features = ["rand"] }
4848
dirs = "6.0.0"
4949

0 commit comments

Comments
 (0)