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
Currently, serde is used for both serialization and to handle some internal cases of dealing with the cookie-rs version of Cookie ("RawCookie"). Once the latter case is no longer required, the serde dependency should most likely become optional.
The text was updated successfully, but these errors were encountered:
Currently,
serde
is used for both serialization and to handle some internal cases of dealing with thecookie-rs
version ofCookie
("RawCookie
"). Once the latter case is no longer required, theserde
dependency should most likely become optional.The text was updated successfully, but these errors were encountered: