diff --git a/Cargo.lock b/Cargo.lock index 5f2a07e..a1c721f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,6 +747,7 @@ dependencies = [ "itoa", "pq-sys", "r2d2", + "time", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5952557..c15944b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [ "BsSkipEndFill" ] } dotenv = { version = "0.15.0", optional = true } -diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true } +diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional = true } lazy_static = { version = "1.4.0", optional = true } serde = { versions = "1.0.195", features = ["derive"] } openssl = { version = "0.10.63", optional = true }