Skip to content

Commit 9239c78

Browse files
committed
Reverted major sha2 version
1 parent 5e7d554 commit 9239c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rand = "0.8.5"
3636
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
3737
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
3838
foreign-types = { version = "0.4.0", optional = true }
39-
sha2 = { version = "0.10.6", optional = true }
39+
sha2 = { version = "0.9.9", optional = true }
4040
hmac = { version = "0.11.0", optional = true }
4141
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
4242
subtle = "2.4.1"

0 commit comments

Comments
 (0)