diff --git a/Cargo.toml b/Cargo.toml index 5c7686f..1b400a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,8 @@ reqwest = { version = "0.12.0", features = ["json"] } lazy_static = "1.4.0" dashmap = "^5.5.3" uuid = { version = "1.7.0", features = ["v4"] } -duration-str = "0.9.1" +duration-str = "0.10.0" + rand = "0.8"