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"