diff --git a/Cargo.toml b/Cargo.toml index d21b639..a4d73ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = "0.4" +chrono = { version = "0.4", default-features = false, features = ["now"] } thiserror = "1.0" pnet_datalink = { version = "0.35", default-features = false }