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 f2d3c18 commit 5e7d554Copy full SHA for 5e7d554
matter/Cargo.toml
@@ -35,9 +35,9 @@ 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.5.0", optional = true }
+foreign-types = { version = "0.4.0", optional = true }
39
sha2 = { version = "0.10.6", optional = true }
40
-hmac = { version = "0.12.1", optional = true }
+hmac = { version = "0.11.0", optional = true }
41
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
42
subtle = "2.4.1"
43
colored = "2.0.0"
0 commit comments