fermyon / spin

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
https://developer.fermyon.com/spin
Apache License 2.0
5.17k stars 247 forks source link

Get `rustls` features under control #2830

Closed rylev closed 2 weeks ago

rylev commented 2 weeks ago

Unfortunately, rustls 0.23 has a somewhat large foot-gun where you will get a runtime panic if both the aws_lc_rs and ring features are both turned on. This is very easy to do since aws_lc_rs is turned on by default, but we want to use ring.