From 61623535dda8d82c9892a5f741f1323d5e76eb8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:38:04 +0000 Subject: [PATCH] chore(deps): Update Rust crate chrono to 0.4.33 --- crond/Cargo.toml | 2 +- hocon/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crond/Cargo.toml b/crond/Cargo.toml index 88ec79fc..779172ae 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/j5ik2o/oni-comb-rs" [dependencies] oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } intervals-rs = "0.0.5" -chrono = "0.4.32" +chrono = "0.4.33" anyhow = "1.0.79" [dev-dependencies] diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 3217aabe..5a7a8833 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.20" envy = "0.4" rust_decimal = "1.33" rust_decimal_macros = "1.33" -chrono = "0.4.32" +chrono = "0.4.33" anyhow = "1.0.79" [dev-dependencies] diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 6e4fb27d..cda48c40 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -22,7 +22,7 @@ anyhow = "1.0.79" env_logger = "0.11.0" prop-check-rs = "0.0.465" rust_decimal = "1.33.1" -chrono = "0.4.32" +chrono = "0.4.33" pom = "3.3.0" nom = "7.1.3" criterion = { version = "0.5.1", features = [ "html_reports" ]}