From fa53c12bf15dd19c6996983c63c9a19b1c509dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:02:25 +0000 Subject: [PATCH] Update cookie requirement from 0.17.0 to 0.18.0 Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version. - [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/SergioBenitez/cookie-rs/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: cookie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf152e5..98d7ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.55" ansi_term = "0.12.1" regex = "1.3.9" url = "2.1.1" -cookie = "0.17.0" +cookie = "0.18.0" colci = "0.1.0" log = "0.4.11" env_logger = "0.10.0"