diff --git a/crond/Cargo.toml b/crond/Cargo.toml index 45f9d7fd..9583958d 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.77" +anyhow = "1.0.78" [dev-dependencies] env_logger = "0.10.1" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index a0aad5c3..b9fce1bc 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.77" +anyhow = "1.0.78" [dev-dependencies] ctor = "0.2.6" rand = "0.8.5" env_logger = "0.10.1" prop-check-rs = "0.0.439" -anyhow = "1.0.77" +anyhow = "1.0.78" serial_test = "2.0.0" test-generator = "0.3" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 612fe08f..296afe34 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.77" +anyhow = "1.0.78" env_logger = "0.10.1" prop-check-rs = "0.0.439" rust_decimal = "1.33.1" diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 034374cb..c1030235 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.439" -anyhow = "1.0.77" +anyhow = "1.0.78" http = "1.0"