Skip to content

Commit 253fbb9

Browse files
committed
Add explicit dependency on rustls with aws-lc-rs
Platforms that integrate with rustls have to choose a crypto provider and Convex has centralized on aws-lc-rs.
1 parent 4dad62a commit 253fbb9

File tree

2 files changed

+196
-12
lines changed

2 files changed

+196
-12
lines changed

rust/Cargo.lock

Lines changed: 194 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ futures = { version = "0.3" }
1717
parking_lot = { version = "0.12.3" }
1818
async-once-cell = { version = "0.5.3" }
1919
serde_json = { version = "1.0.120" }
20+
rustls = { version = "0.23", features = ["aws-lc-rs"] }
21+
aws-lc-rs = { version = "1.14", features = ["bindgen"] }
2022

2123
[dev-dependencies]
2224
maplit = { version = "1" }

0 commit comments

Comments
 (0)