diff --git a/Cargo.lock b/Cargo.lock index 6769768..12a92a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,9 +501,9 @@ dependencies = [ [[package]] name = "cookie" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" +checksum = "1a373e3602691c3cdea496d2f0ee5935151e6168fe87739483c463db1b2f2f87" dependencies = [ "time", "version_check", diff --git a/Cargo.toml b/Cargo.toml index 5fc2b34..4b71cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.23" bb8 = "0.9" chrono = "0.4" clap = { version = "4.6.6", features = ["derive", "string"] } -cookie = { version = "0.18.1" } +cookie = { version = "0.18.2" } crc32c = "0.6.8" diesel = { version = "2.3", features = ["postgres"] } diesel_migrations = { version = "2.3.2" }