From 59686fb4e50807229f835f32eb8ec0fa0b25c54a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:26:03 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0c8cac..0116275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1.77" lazy_static = "1.4.0" mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.111", optional = true } -time = "0.3.31" +time = "0.3.32" tokio = { version = "1.35.1", features = [ "full" ] } typed-builder = "0.18.1"