release v0.5.0
This commit is contained in:
parent
acf541cfb7
commit
f952fee7da
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reqwest_cookie_store"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Patrick Fernie <patrick.fernie@gmail.com>"]
|
||||
edition = "2018"
|
||||
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]
|
||||
bytes = "1.0.1"
|
||||
cookie = "0.16.1"
|
||||
cookie_store = "0.18.0"
|
||||
cookie_store = "0.19.0"
|
||||
reqwest = { version = "0.11.3", default-features = false, features = ["cookies"] }
|
||||
url = "2.2.2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue