Skip to content

Commit 3809bfc

Browse files
chore(deps): update sha2 requirement from 0.10 to 0.11
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d127d1a commit 3809bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
3232
# Crypto
3333
rand = "0.8"
3434
rsa = "0.9"
35-
sha2 = "0.10"
35+
sha2 = "0.11"
3636
openssl = "0.10"
3737
chacha20poly1305 = "0.10"
3838
itertools = "0.14.0"

0 commit comments

Comments
 (0)