We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7d554 commit 9239c78Copy full SHA for 9239c78
matter/Cargo.toml
@@ -36,7 +36,7 @@ rand = "0.8.5"
36
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
37
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
38
foreign-types = { version = "0.4.0", optional = true }
39
-sha2 = { version = "0.10.6", optional = true }
+sha2 = { version = "0.9.9", optional = true }
40
hmac = { version = "0.11.0", optional = true }
41
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
42
subtle = "2.4.1"
0 commit comments