From 8481c276b483730d750f0127b7e0c0ec908c7284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:24:41 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d22b562..ed1a2d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } async-trait = "0.1.74" lazy_static = "1.4.0" serde_json = { version = "1.0.108", optional = true } -time = "0.3.30" +time = "0.3.31" tokio = { version = "1.35.0", features = [ "full" ] } typed-builder = "0.18.0"