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