Skip to content

Commit

Permalink
web3 lib version bump
Browse files Browse the repository at this point in the history
Signed-off-by: DenisRybas <denis.rybas@dsr-corporation.com>
  • Loading branch information
DenisRybas committed Feb 6, 2024
1 parent bcccbc6 commit e285ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.107"
thiserror = "1.0.49"
web3 = { version = "0.19.0", optional = true }
web3 = { version = "0.20.0", optional = true }
web-sys = { version = "0.3.64", optional = true, features = ["Window"] }
web3-wasm = { package = "web3", version = "0.19.0", default-features = false, features = ["wasm", "http", "http-tls"], optional = true }
web3-wasm = { package = "web3", version = "0.20.0", default-features = false, features = ["wasm", "http", "http-tls"], optional = true }

[dev-dependencies]
mockall = "0.12.0"
Expand Down

0 comments on commit e285ca0

Please sign in to comment.