Skip to content

Commit

Permalink
modify: specify mbedtls version
Browse files Browse the repository at this point in the history
  • Loading branch information
thekuwayama committed Jul 2, 2023
1 parent 1de8370 commit 63cf24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async-channel = "1.8"
# crypto
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
foreign-types = { version = "0.3.2", optional = true }
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
mbedtls = { version = "0.9", optional = true }
sha2 = { version = "0.10", default-features = false, optional = true }
hmac = { version = "0.12", optional = true }
pbkdf2 = { version = "0.12", optional = true }
Expand Down

0 comments on commit 63cf24e

Please sign in to comment.