Skip to content

Commit

Permalink
chore(deps): Update Rust crate anyhow to 1.0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 2, 2024
1 parent efdaf4f commit d9a8a46
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.78"
anyhow = "1.0.79"

[dev-dependencies]
env_logger = "0.10.1"
Expand Down
4 changes: 2 additions & 2 deletions hocon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ envy = "0.4"
rust_decimal = "1.33"
rust_decimal_macros = "1.33"
chrono = "0.4.31"
anyhow = "1.0.78"
anyhow = "1.0.79"

[dev-dependencies]
ctor = "0.2.6"
rand = "0.8.5"
env_logger = "0.10.1"
prop-check-rs = "0.0.442"
anyhow = "1.0.78"
anyhow = "1.0.79"
serial_test = "2.0.0"
test-generator = "0.3"
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "0.4.20"
regex = "1.10"

[dev-dependencies]
anyhow = "1.0.78"
anyhow = "1.0.79"
env_logger = "0.10.1"
prop-check-rs = "0.0.442"
rust_decimal = "1.33.1"
Expand Down
2 changes: 1 addition & 1 deletion uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ env_logger = "0.10.1"
ctor = "0.2.6"
rand = "0.8.5"
prop-check-rs = "0.0.442"
anyhow = "1.0.78"
anyhow = "1.0.79"
http = "1.0"

0 comments on commit d9a8a46

Please sign in to comment.