diff --git a/Cargo.toml b/Cargo.toml index 5f43dfe..98f6456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ rocket = { version = "0.5.0", 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.34", optional = true } +time = { version = "0.3.35", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread",