diff --git a/Cargo.toml b/Cargo.toml index 5629e95..3640400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ base64 = "0.22" bb8 = "0.8.6" chrono = "0.4.42" clap = { version = "4.5.54", features = ["derive", "string", "env"] } -config = { version = "0.15.13", features = ["toml"] } +config = { version = "0.15.19", features = ["toml"] } cookie = { version = "0.18.1" } crc32c = "0.6.8" diesel = { version = "2.2.12", features = ["postgres"] }