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 9239c78 commit 4d06707Copy full SHA for 4d06707
matter/Cargo.toml
@@ -35,7 +35,7 @@ env_logger = "0.10.0"
35
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 }
+foreign-types = { version = "0.3.2", optional = true }
39
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 }
0 commit comments