Skip to content

Commit 165771e

Browse files
chore(deps): bump sha2 from 0.10.7 to 0.10.8 (#385)
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8. - [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f5b0de commit 165771e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/file-hash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ wasm-bindgen-futures = { version = "0.4" }
1616
wasm-streams = "0.3.0"
1717
wasm-bindgen = "0.2.86"
1818
futures = "0.3.28"
19-
sha2 = "0.10.6"
19+
sha2 = "0.10.8"
2020
console_error_panic_hook = "0.1.7"
2121
yew = { version = "0.20.0", features = ["csr"] }
2222
serde-wasm-bindgen = "0.6.0"

0 commit comments

Comments
 (0)