Bump cookie from 0.11.0 to 0.11.2

Bumps [cookie](https://github.com/alexcrichton/cookie-rs) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/alexcrichton/cookie-rs/releases)
- [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alexcrichton/cookie-rs/compare/0.11.0...0.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 08:32:47 +00:00 committed by GitHub
parent 50bd5c3e0f
commit c619123da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -852,9 +852,9 @@ dependencies = [
[[package]]
name = "cookie"
version = "0.11.0"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf"
checksum = "d9fac5e7bdefb6160fb181ee0eaa6f96704b625c70e6d61c465cb35750a4ea12"
dependencies = [
"time",
]