From 055fdd964ac38f73f18545e50404fffa0d48f5b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:08:32 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a39db6..d7b583a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [dependencies] base64 = "0.21.2" bytes = { version = "1.4.0", features = ["serde"] } -chrono = "0.4.26" +chrono = "0.4.31" log = "0.4.20" rmp-serde = "1.1.2" serde = { version = "1.0.183", features = ["derive"] }