From 1526a3f784b81e3abc7ccbed2b3087945874530d Mon Sep 17 00:00:00 2001 From: Patrick Fernie Date: Sun, 9 May 2021 21:56:03 -0400 Subject: [PATCH] update to cookie_store v0.14.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9929cf3..f2358dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest_cookie_store" -version = "0.1.3" +version = "0.1.4" authors = ["Patrick Fernie "] 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.15.0" -cookie_store = "0.13.3" +cookie_store = "0.14.0" reqwest = { version = "0.11.3", default-features = false, features = ["cookies"] } url = "2.2.2"