diff --git a/Cargo.lock b/Cargo.lock index 73634a2..597d31c 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index db76e00..63c40fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros", "chrono"] } +sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] } futures = "0.3" tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }