diff --git a/Cargo.toml b/Cargo.toml index d449300..e24a0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ rocket = { version = "0.5.0-rc.3", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } serde_urlencoded = { version = "0.7.1", optional = true } -time = { version = "0.3.28", optional = true } +time = { version = "0.3.29", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread",