Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to v1.0.125
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent b3f76a0 commit f661fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-modules/eth-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"
[dependencies]
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.108"
serde_json = "=1.0.125"
serde = "=1.0.193"
jsonrpc-core = "=18.0.0"
tokio = { version = "=1.34.0", default-features = false, features = ["rt"] }
Expand Down

0 comments on commit f661fee

Please sign in to comment.