Cargo:toml: bump cookie_store/cookie deps

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>
This commit is contained in:
Adrian Ratiu 2022-10-25 12:42:36 +03:00
parent 9b470ebd61
commit acf541cfb7

View file

@ -18,8 +18,8 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
bytes = "1.0.1"
cookie = "0.16.0"
cookie_store = "0.16.0"
cookie = "0.16.1"
cookie_store = "0.18.0"
reqwest = { version = "0.11.3", default-features = false, features = ["cookies"] }
url = "2.2.2"