From bde35dc7acedcbf9118eb790471fab15ce901ba8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 01:46:02 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e2187a..e8b6ecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [dependencies] base64 = "0.21.0" bytes = { version = "1.4.0", features = ["serde"] } -chrono = "0.4.23" +chrono = "0.4.26" log = "0.4.19" rmp-serde = "1.1.1" serde = { version = "1.0.171", features = ["derive"] }