From c79ee3e298e5e3bf4cec84c2c39314766044ff00 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:14:42 +0000 Subject: [PATCH] Update Rust crate cookie to 0.18.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f0762e..0ed2fa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bb8 = "0.8.1" chrono = "0.4.31" clap = { version = "4.4.16", features = ["derive", "string", "env"] } config = { version = "0.13.4", features = ["toml"] } -cookie = { version = "0.18.0" } +cookie = { version = "0.18.1" } crc32c = "0.6.4" diesel = { version = "2.1.4", features = ["postgres"] } diesel_migrations = { version = "2.1.0" }