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.
2 parents 1de8370 + 63cf24e commit 2fe6631Copy full SHA for 2fe6631
matter/Cargo.toml
@@ -46,7 +46,7 @@ async-channel = "1.8"
46
# crypto
47
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
48
foreign-types = { version = "0.3.2", optional = true }
49
-mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
+mbedtls = { version = "0.9", optional = true }
50
sha2 = { version = "0.10", default-features = false, optional = true }
51
hmac = { version = "0.12", optional = true }
52
pbkdf2 = { version = "0.12", optional = true }
0 commit comments