- 
        Couldn't load subscription status. 
- Fork 318
Description
When upgrading to 10, I picked the rust_crypto feature, thinking it would be similar to the previous behavior. cargo-deny then immediately flagged that the new version pulls in the rsa crate which has the open vulnerability RUSTSEC-2023-0071.
For now I'm sticking to 9.x because the older ring implementation didn't have that vulnerability—at least according to cargo-deny. I'm curious why the switch to using rsa over ring, and if there's any way we could bring back the ring implementation? Or did the ring implementation secretly suffer from the same problem?
I don't want to pull in aws-lc if at all possible because, at least last I checked, it's very slow to compile.