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:
parent
9b470ebd61
commit
acf541cfb7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue