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
By default http-types includes cookie-secure feature and pulls in cookie, aes-gcm, aead and probably other crates. This looks unnecessary when you just want to do some HTTPS GET/POST requests and drop any cookies.
The text was updated successfully, but these errors were encountered:
Worth mentioning: The problem with those crates is that they have active RUSTSEC advisories (or their transitive dependencies have) and this is blocking to have a passing cargo audit.
By default
http-types
includescookie-secure
feature and pulls incookie
,aes-gcm
,aead
and probably other crates. This looks unnecessary when you just want to do some HTTPS GET/POST requests and drop any cookies.The text was updated successfully, but these errors were encountered: