diff --git a/jobs-sled/Cargo.toml b/jobs-sled/Cargo.toml index 05714b2..cb34715 100644 --- a/jobs-sled/Cargo.toml +++ b/jobs-sled/Cargo.toml @@ -20,6 +20,6 @@ serde = { version = "1", features = ["derive"] } serde_cbor = "0.11" time = { version = "0.3", features = ["serde-human-readable"] } thiserror = "1.0" -tokio = { version = "1", default-features = false, features = ["rt", "sync", "tracing"] } +tokio = { version = "1", default-features = false, features = ["rt", "sync", "time", "tracing"] } tracing = "0.1" uuid = { version = "1", features = ["v7", "serde"] }