From ebebf0e7b3136494a50a16f9057c9d1dbc88603f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:01:59 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.27 --- server/domain/Cargo.toml | 2 +- server/infra/db_repository_impl/Cargo.toml | 2 +- server/infra/upstream_repository_impl/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/domain/Cargo.toml b/server/domain/Cargo.toml index 175dedf..eb55dad 100644 --- a/server/domain/Cargo.toml +++ b/server/domain/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" anyhow = "1.0.75" async-trait = "0.1.73" bytes = "1.4.0" -chrono = "0.4.26" +chrono = "0.4.27" derive_more = "0.99.17" diff --git a/server/infra/db_repository_impl/Cargo.toml b/server/infra/db_repository_impl/Cargo.toml index 73401ff..f4e5260 100644 --- a/server/infra/db_repository_impl/Cargo.toml +++ b/server/infra/db_repository_impl/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" async-trait = "0.1.73" -chrono = "0.4.26" +chrono = "0.4.27" diesel = { version = "2.1.1", features = ["chrono"] } domain = { path = "../../domain" } diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] } diff --git a/server/infra/upstream_repository_impl/Cargo.toml b/server/infra/upstream_repository_impl/Cargo.toml index 254d488..febc549 100644 --- a/server/infra/upstream_repository_impl/Cargo.toml +++ b/server/infra/upstream_repository_impl/Cargo.toml @@ -13,5 +13,5 @@ serde = "1.0.179" anyhow = "1.0.75" tracing = "0.1.37" async-trait = "0.1.73" -chrono = "0.4.26" +chrono = "0.4.27"