Release v0.2.0
This commit is contained in:
parent
0a15ef907b
commit
09fd3d85cb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest_cookie_store"
|
name = "reqwest_cookie_store"
|
||||||
version = "0.1.5"
|
version = "0.2.0"
|
||||||
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,9 +19,9 @@ 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.14.0"
|
cookie_store = "0.15.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"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-test = "^0.4.1"
|
tokio-test = "0.4.1"
|
||||||
|
|
Loading…
Reference in a new issue