From 91b776863a6210cb3a18eeab7e55c099cf3d68c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:08:43 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c5eb60..a3fe23f 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.24", optional = true } +time = { version = "0.3.25", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread",