Skip to content

Commit 06dece0

Browse files
authored
Switch sqlx from ring to aws-lc-rs (#87)
aws-lc-rs has post-quantum cryptography support, while ring does not
1 parent ac7ed7f commit 06dece0

2 files changed

Lines changed: 58 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 57 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
@@ -16,7 +16,7 @@ doc_overindented_list_items = "allow"
1616

1717
[dependencies]
1818
tokio = { version = "1", features = ["full"] }
19-
sqlx = { version = "0.9.0-alpha.1", features = ["sqlx-toml", "postgres", "runtime-tokio", "chrono", "tls-rustls", "uuid", "migrate"] }
19+
sqlx = { version = "0.9.0-alpha.1", features = ["sqlx-toml", "postgres", "runtime-tokio", "chrono", "tls-rustls-aws-lc-rs", "uuid", "migrate"] }
2020
serde = { version = "1", features = ["derive"] }
2121
serde_json = "1"
2222
serde_with = "3"

0 commit comments

Comments
 (0)