From 51a8eb239b98c8b1c59f981150620fbf880e8e4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 04:20:21 +0000 Subject: [PATCH] chore(deps): Update Rust crate anyhow to 1.0.76 --- crond/Cargo.toml | 2 +- hocon/Cargo.toml | 4 ++-- parser/Cargo.toml | 2 +- uri/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crond/Cargo.toml b/crond/Cargo.toml index 6a5d817e..d15ba0af 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/j5ik2o/oni-comb-rs" oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } intervals-rs = "0.0.5" chrono = "0.4.31" -anyhow = "1.0.75" +anyhow = "1.0.76" [dev-dependencies] env_logger = "0.10.1" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 11e7069b..63972a22 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -18,13 +18,13 @@ envy = "0.4" rust_decimal = "1.33" rust_decimal_macros = "1.33" chrono = "0.4.31" -anyhow = "1.0.75" +anyhow = "1.0.76" [dev-dependencies] ctor = "0.2.6" rand = "0.8.5" env_logger = "0.10.1" prop-check-rs = "0.0.429" -anyhow = "1.0.75" +anyhow = "1.0.76" serial_test = "2.0.0" test-generator = "0.3" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index ee52c2ed..0b1455d0 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.20" regex = "1.10" [dev-dependencies] -anyhow = "1.0.75" +anyhow = "1.0.76" env_logger = "0.10.1" prop-check-rs = "0.0.429" rust_decimal = "1.33.1" diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 36618b2b..27cd49c8 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -20,5 +20,5 @@ env_logger = "0.10.1" ctor = "0.2.6" rand = "0.8.5" prop-check-rs = "0.0.429" -anyhow = "1.0.75" +anyhow = "1.0.76" http = "1.0"