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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-30 18:31:39 +00:00
committed by Martin Algesten
parent ea7ed88399
commit 6e69f6cf69

View File

@@ -26,7 +26,7 @@ socks-proxy = ["socks"]
[dependencies] [dependencies]
base64 = "0.12" base64 = "0.12"
chunked_transfer = "1.2.0" 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" lazy_static = "1"
qstring = "0.7" qstring = "0.7"
url = "2" url = "2"