From deba1a04f536400943857236b063f7b03163c2b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:58:00 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.29 (#501) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",