From 212c9247455866c5aead52ab6d5979b9e782d974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 07:42:51 +0000 Subject: [PATCH] Update cookie requirement from 0.17 to 0.18 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 9084c89..eecc722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = {version = "1.0"} jsonwebtoken = "9" uuid = { version = "1.0", features = ["v4", "serde"] } thiserror = "1.0" -cookie = "0.17" +cookie = "0.18" conduit-mime-types = "0.8" dyn-clone = "1.0.5"