Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.189 (#114)
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 Oct 14, 2023
1 parent 38fdace commit 32b8972
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 @@ -15,7 +15,7 @@ path = "src/main.rs"
web3 = { version = "=0.19.0", features = [], default-features = false }
#async-std = "1.12.0" # async-std does not support wasm32-wasi
serde_json = "=1.0.107"
serde = "=1.0.188"
serde = "=1.0.189"
jsonrpc-core = "=18.0.0"
tokio = { version = "=1.33.0", default-features = false, features = ["rt"] }
eyre = "=0.6.8"
Expand Down

0 comments on commit 32b8972

Please sign in to comment.