Skip to content

Commit

Permalink
Use native TLS to avoid docker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
serverlesstechnology authored and Dave Garred committed Apr 18, 2022
1 parent 459fa69 commit 10a192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.53"
futures = "0.3.21"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
sqlx = { version = "0.5.12", features = [ "mysql" , "runtime-tokio-rustls", "json"] }
sqlx = { version = "0.5.12", features = [ "mysql" , "runtime-tokio-native-tls", "json"] }

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }
Expand Down

0 comments on commit 10a192b

Please sign in to comment.