From 4725e4261743ac839149fba6fa16a2902b096f9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:03:58 +0000 Subject: [PATCH] chore(deps): Update Rust crate rust_decimal to v1.33.0 --- hocon/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index b2e73c40..cfd94ef8 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/j5ik2o/oni-comb-rs" oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } log = "0.4.20" envy = "0.4" -rust_decimal = "1.32" +rust_decimal = "1.33" rust_decimal_macros = "1.33" chrono = "0.4.31" anyhow = "1.0.75" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 36e4c816..cf40fc96 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -21,7 +21,7 @@ regex = "1.10" anyhow = "1.0.75" env_logger = "0.10.1" prop-check-rs = "0.0.393" -rust_decimal = "1.32.0" +rust_decimal = "1.33.0" chrono = "0.4.31" pom = "3.3.0" nom = "7.1.3"