From 410952200edc3272e0035d9f0e857b2c5e4cff7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:20:17 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ba96fd..211bc0a 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.26", optional = true } +time = { version = "0.3.27", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread",