Skip to content

Commit

Permalink
chore: use native tls
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 16, 2023
1 parent a54aa72 commit 4f4e8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = { version = "1.34.0", features = ["rt", "sync"] }
[target.'cfg(not(target_family="wasm"))'.dependencies]
reqwest = { version = "0.11.22", features = ["serde_json", "json", "rustls-tls"], default-features = false }
tokio = { version = "1.35.0", features = ["rt", "rt-multi-thread", "macros"] }
sqlx = { version = "0.7.3", default-features = false, features = ["sqlite", "runtime-tokio-rustls", "migrate", "macros"] }
sqlx = { version = "0.7.3", default-features = false, features = ["sqlite", "runtime-tokio", "tls-native-tls", "migrate", "macros"] }

[dev-dependencies]
tempfile = "3.8.1"

0 comments on commit 4f4e8f3

Please sign in to comment.