diff --git a/Cargo.toml b/Cargo.toml index c0423ae..d25b8ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,11 +29,10 @@ async-trait = "0.1" [dev-dependencies] tokio = "1" pretty_assertions = "1" -chrono = { version = "0.4.38", features = [ "serde" ] } [lints.clippy] doc_markdown = { level = "deny", priority = -1 } missing_const_for_fn = { level = "allow" } missing_errors_doc = { level = "allow" } must_use_candidate = { level = "allow" } -return_self_not_must_use = { level = "allow" } \ No newline at end of file +return_self_not_must_use = { level = "allow" }