You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependencies
Remove the restriction on curl-sys dependency versions from the prior release, now that the latest version of curl-sys fixes the DNS hanging issue. Running cargo update should be enough to pull in the latest version of Isahc 1.x and of curl-sys.
The runtime logic of checking for the presence of libcurl version 8.20.0 affected by curl/curl#21558 has been backported from #510 since we no longer prevent that version from being pulled in using dependency ranges. (#541).