Open
Description
Problem:
- One of our dependencies of dependencies (
regex
) broke MSRV (requires 1.65) in>v1.9.6
. To work around this, we have pinned this dependency to=1.9.6
. s2n-tls-hyper -> hyper -> h2 -> indexmap -> hashbrownaddressed in chore: move hyper to a newer MSRV #4983=0.15.0
Solution:
This should be reverted after bumping MSRV.