Skip to content

Commit

Permalink
Merge pull request #82 from aalimsahin/feat/tls-connection
Browse files Browse the repository at this point in the history
feat: enabled tls support
  • Loading branch information
SoraSuegami authored Nov 5, 2024
2 parents 7d13b81 + 0b4d8d6 commit e3a224b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lettre = { version = "0.10.4", features = ["tokio1", "tokio1-native-tls"] }
ethers = { version = "2.0.10", features = ["abigen"] }
relayer-utils = { version = "0.4.2", git = "https://github.com/zkemail/relayer-utils.git" }
futures = "0.3.28"
sqlx = { version = "=0.7.3", features = ["postgres", "runtime-tokio"] }
sqlx = { version = "=0.7.3", features = ["postgres", "runtime-tokio", "tls-native-tls"] }
regex = "1.10.2"
axum = "0.6.20"
rand = "0.8.5"
Expand Down

0 comments on commit e3a224b

Please sign in to comment.