Skip to content

Commit

Permalink
chore(deps): Update Rust crate anyhow to 1.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 8f9739a commit e450404
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.34"
anyhow = "1.0.79"
anyhow = "1.0.80"

[dev-dependencies]
env_logger = "0.11.2"
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.34"
rust_decimal_macros = "1.34"
chrono = "0.4.34"
anyhow = "1.0.79"
anyhow = "1.0.80"

[dev-dependencies]
ctor = "0.2.6"
rand = "0.8.5"
env_logger = "0.11.2"
prop-check-rs = "0.0.490"
anyhow = "1.0.79"
anyhow = "1.0.80"
serial_test = "3.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.79"
anyhow = "1.0.80"
env_logger = "0.11.2"
prop-check-rs = "0.0.490"
rust_decimal = "1.34.3"
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.11.2"
ctor = "0.2.6"
rand = "0.8.5"
prop-check-rs = "0.0.490"
anyhow = "1.0.79"
anyhow = "1.0.80"
http = "1.0"

0 comments on commit e450404

Please sign in to comment.