diff --git a/Cargo.toml b/Cargo.toml index 3396018..7c5eb60 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.23", optional = true } +time = { version = "0.3.24", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread",