Skip to content

Commit

Permalink
Bump eyre from 0.6.11 to 0.6.12 (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 6b41efa commit ea44c82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ console = "0.15.5"
crossbeam-channel = "0.5.11"
dialoguer = "0.11.0"
dirs-next = "2.0.0"
eyre = "0.6.8"
eyre = "0.6.12"
flex-error = { version = "0.4.4", default-features = false, features = ["std", "eyre_tracer"] }
futures = "0.3.27"
hdpath = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http = "0.2.9"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1.36"
tracing-subscriber = "0.3.14"
eyre = "0.6.8"
eyre = "0.6.12"
color-eyre = "0.6"
rand = "0.8.5"
hex = "0.4.3"
Expand Down

0 comments on commit ea44c82

Please sign in to comment.