From c619123da1f4249bb1d056ff01c00802cf1a1440 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 08:32:47 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a1379f83c6..9a743013d6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ]