From e48234a9a686a27c34fd6210e11a96163963b9b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:42:20 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e143c64..07231a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [dependencies] base64 = "0.21.5" bytes = { version = "1.4.0", features = ["serde"] } -chrono = "0.4.26" +chrono = "0.4.35" log = "0.4.20" rmp-serde = "1.1.2" serde = { version = "1.0.183", features = ["derive"] }