Skip to content

Commit

Permalink
switch to native-tls for postgres connections
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Nov 9, 2023
1 parent e534362 commit 64708c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions askar-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ default = ["all_backends", "log"]
all_backends = ["any", "postgres", "sqlite"]
any = []
migration = ["rmp-serde", "sqlx/macros"]
postgres = ["sqlx", "sqlx/postgres", "sqlx/tls-rustls"]
postgres = ["sqlx", "sqlx/postgres", "sqlx/tls-native-tls"]
sqlite = ["sqlx", "sqlx/sqlite"]
pg_test = ["postgres"]

Expand All @@ -39,7 +39,7 @@ itertools = "0.11"
log = { version = "0.4", optional = true }
once_cell = "1.5"
percent-encoding = "2.0"
rmp-serde = { version= "1.1", optional = true }
rmp-serde = { version = "1.1", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"
serde_json = "1.0"
Expand Down

0 comments on commit 64708c0

Please sign in to comment.