Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Dec 16, 2024
1 parent d7ba84a commit 417806f
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codegen-units = 1

[workspace.dependencies]
## Web dependencies
wasm-bindgen = "0.2.93"
wasm-bindgen = "=0.2.93"
js-sys = "0.3.70"
wasm-bindgen-futures = "0.4.43"
web-sys = { version = "0.3.70", features = [
Expand Down Expand Up @@ -81,7 +81,7 @@ byte-unit = { version = "5.1.4", features = ["byte"] }


[patch.crates-io]
zip32 = { git = "https://github.com/zcash/zip32.git"}


#[patch.'https://github.com/chainsafe/librustzcash']
#zcash_address = { path = "../librustzcash/components/zcash_address" }
Expand All @@ -91,4 +91,4 @@ zip32 = { git = "https://github.com/zcash/zip32.git"}
#zcash_keys = { path = "../librustzcash/zcash_keys" }
#zcash_primitives = { path = "../librustzcash/zcash_primitives" }
#zcash_proofs = { path = "../librustzcash/zcash_proofs" }
#zcash_protocol = { path = "../librustzcash/components/zcash_protocol" }
#zcash_protocol = { path = "../librustzcash/components/zcash_protocol" }
2 changes: 1 addition & 1 deletion crates/webz-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ js-sys.workspace = true
web-sys.workspace = true

wasm-bindgen-futures = "0.4.43"
wasm-bindgen-rayon = { version = "1.2.1", optional = true }
wasm-bindgen-rayon = { version = "1.2", optional = true }

# WASM specific dependencies
tracing-web = { version = "0.1.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/template-snap-monorepo.git"
},
"source": {
"shasum": "trfvzpmDcGt2TqfetqwfKPa8kHXQKGf4cytN7W+dHZU=",
"shasum": "eVu5qo/GyDuSN79X+zdfjQ7aj4+GzQlmTeNKNCVMMI4=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 417806f

Please sign in to comment.