From 28af1e402f394b964884185f18e10089e1203fdf Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 05:12:06 +0000 Subject: [PATCH] Update Rust crate cookie to 0.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9806e78..43ae5df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,9 +283,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "cookie" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cd91cf61412820176e137621345ee43b3f4423e589e7ae4e50d601d93e35ef8" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" dependencies = [ "time", "version_check", diff --git a/Cargo.toml b/Cargo.toml index 02a5737..a5592b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,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" }