diff --git a/Cargo.toml b/Cargo.toml index 408865c..1eb5ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ reqwest = { version = "^0.12.5", features = ["json"] } lazy_static = "^1.4.0" dashmap = { git = "https://github.com/xacrimon/dashmap", branch = "master" } uuid = { version = "1.9.1", features = ["v4"] } -duration-str = "0.12.0" +duration-str = "0.13.0" futures = "^0.3.30"