Skip to content

Commit 5e7d554

Browse files
committed
Reverted major versions of foreign-types and hmac
1 parent f2d3c18 commit 5e7d554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

matter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ env_logger = "0.10.0"
3535
rand = "0.8.5"
3636
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
3737
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
38-
foreign-types = { version = "0.5.0", optional = true }
38+
foreign-types = { version = "0.4.0", optional = true }
3939
sha2 = { version = "0.10.6", optional = true }
40-
hmac = { version = "0.12.1", optional = true }
40+
hmac = { version = "0.11.0", optional = true }
4141
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
4242
subtle = "2.4.1"
4343
colored = "2.0.0"

0 commit comments

Comments
 (0)