Use impl Into<Cookie>
#2347
Labels
A-axum-extra
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
Milestone
We updated to the latest version of
cookie
in #2343 and they've changed a bunch of methods to useimpl Into<Cookie>
. Their changelog has the details.We should make similar changes in axum-extra. At least
CookieJar::add
but probably also others.The text was updated successfully, but these errors were encountered: