update to cookie_store v0.14.0
This commit is contained in:
parent
95e02184e7
commit
1526a3f784
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest_cookie_store"
|
name = "reqwest_cookie_store"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
|
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"
|
description = "A simple crate providing an implementation of the `reqwest::cookie::CookieStore` trait for `cookie_store::CookieStore`"
|
||||||
|
@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "1.0.1"
|
bytes = "1.0.1"
|
||||||
cookie = "0.15.0"
|
cookie = "0.15.0"
|
||||||
cookie_store = "0.13.3"
|
cookie_store = "0.14.0"
|
||||||
reqwest = { version = "0.11.3", default-features = false, features = ["cookies"] }
|
reqwest = { version = "0.11.3", default-features = false, features = ["cookies"] }
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue