From 6e69f6cf695cf59db27b91e7220d3886610dbe01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 18:31:39 +0000 Subject: [PATCH] Update cookie requirement from 0.13 to 0.14 Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version. - [Release notes](https://github.com/SergioBenitez/cookie-rs/releases) - [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/SergioBenitez/cookie-rs/compare/0.13.0...0.14.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e082fe..abcb7b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ socks-proxy = ["socks"] [dependencies] base64 = "0.12" chunked_transfer = "1.2.0" -cookie = { version = "0.13", features = ["percent-encode"], optional = true} +cookie = { version = "0.14", features = ["percent-encode"], optional = true} lazy_static = "1" qstring = "0.7" url = "2"