pfernie / reqwest_cookie_store

Apache License 2.0
26 stars 16 forks source link

Cargo:toml: bump cookie_store/cookie deps #4

Closed 10ne1 closed 1 year ago

10ne1 commented 2 years ago

CookieStore added a new save_incl_expired_and_nonpersistent{,_json} API starting with v0.18.0 and if one wants to use the new API to save/load cookies which are passed to reqwest_cookie_store, the dep versions needs bumping.

While at it also bump cookies to the latest minor version.

Signed-off-by: Adrian Ratiu adi@adirat.com

pfernie commented 1 year ago

Thanks; cookie_store v0.19.0 was just published, so a new 0.5.0 of this crate was released with that updated dependecy.