Init fix and experimental HTTP/3 support
Fixed
- Upgrade curl to 0.4.30 to mitigate potential init-on-non-main-thread with certain TLS engines on certain platforms. (#189) @sagebind
Added
- Allow for experimental HTTP/3 support in libcurl. (This does not enable HTTP/3 support, it just merely allows it if libcurl is compiled with it.) (#185) @sagebind
Dependency Updates
- Update indicatif requirement from 0.14 to 0.15 (#200) @dependabot-preview