release v0.5.0

This commit is contained in:
Patrick Fernie 2022-11-05 14:39:37 -04:00
parent acf541cfb7
commit f952fee7da

View file

@ -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"