Skip to content

Commit

Permalink
fix(deps): update rust crate eyre to v0.6.9 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 25b2b55 commit f8250cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 wasm-modules/eth-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = "=1.0.108"
serde = "=1.0.189"
jsonrpc-core = "=18.0.0"
tokio = { version = "=1.33.0", default-features = false, features = ["rt"] }
eyre = "=0.6.8"
eyre = "=0.6.9"

marine-rs-sdk = "=0.10.0"

Expand Down

0 comments on commit f8250cb

Please sign in to comment.