Skip to content

Commit

Permalink
chore(crypto): upgrade dependencies (#4530)
Browse files Browse the repository at this point in the history
* docs(fs): polish documentation (#4526)

* Try this.

* bad name

* Revert "bad name"

This reverts commit 677f164.

Revert "Try this."

This reverts commit 7d0f73c.

* try this

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
  • Loading branch information
iuioiua and dsherret authored Mar 28, 2024
1 parent 7d41948 commit bcfc7e0
Show file tree
Hide file tree
Showing 6 changed files with 2,336 additions and 2,334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
if: success() && steps.source.outputs.modified == 'true'
with:
# This must match the version in _wasm/rust-toolchain.toml of the module folder
rust-version: 1.76.0
rust-version: 1.77.0
targets: wasm32-unknown-unknown
components: rustfmt

Expand Down
28 changes: 14 additions & 14 deletions crypto/_wasm/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 crypto/_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ opt-level = 3

[dependencies]
blake2 = "0.10.6"
blake3 = { version = "1.5.0", features = ["traits-preview"] }
blake3 = { version = "1.5.1", features = ["traits-preview"] }
derive_more = "0.99.17"
digest = { version = "0.10.7", features = ["core-api", "std"] }
generic-array = "1.0.0"
js-sys = "0.3.68"
js-sys = "0.3.69"
md4 = "0.10.2"
md-5 = "0.10.6"
ripemd = "0.1.3"
Expand All @@ -31,4 +31,4 @@ sha2 = "0.10.8"
sha3 = "0.10.8"
tiger = "0.2.1"
typenum = "1.17.0"
wasm-bindgen = "=0.2.91"
wasm-bindgen = "=0.2.92"
Loading

0 comments on commit bcfc7e0

Please sign in to comment.