Skip to content

Commit

Permalink
bump: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed Jun 19, 2024
1 parent 37f7a40 commit 4d7dcd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
target = "wasm32-unknown-unknown"
rustflags = ["--cfg=web_sys_unstable_apis"]
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.1.0"
edition = "2021"

[dependencies]
leptos = "0.5.1"
log = "0.4.17"
serde = "1.0.152"
serde_json = "1.0.100"
wasm-bindgen = { version = "0.2.84", features = ["serde-serialize"] }
leptos = "0.6.12"
log = "0.4.21"
serde = "1.0.203"
serde_json = "1.0.117"
wasm-bindgen = { version = "0.2.92" }
web3 = { git = "https://github.com/platonfloria/rust-web3.git", branch="feature/transport-either-to-support-wasm", version = "0.20.0", default-features = false, features = ["http-rustls-tls", "wasm", "eip-1193"] }
4 changes: 2 additions & 2 deletions examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
leptos = { version = "0.5.1", features = ["csr"] }
log = "0.4.17"
leptos = { version = "0.6.12", features = ["csr"] }
log = "0.4.21"
leptos-ethereum-provider = { path = "../.." }
console_log = "1.0.0"

0 comments on commit 4d7dcd3

Please sign in to comment.