Reverted major versions of foreign-types and hmac
This commit is contained in:
parent
f2d3c1821e
commit
5e7d554eda
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ env_logger = "0.10.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
|
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
|
||||||
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
|
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
|
||||||
foreign-types = { version = "0.5.0", optional = true }
|
foreign-types = { version = "0.4.0", optional = true }
|
||||||
sha2 = { version = "0.10.6", optional = true }
|
sha2 = { version = "0.10.6", optional = true }
|
||||||
hmac = { version = "0.12.1", optional = true }
|
hmac = { version = "0.11.0", optional = true }
|
||||||
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
|
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
|
||||||
subtle = "2.4.1"
|
subtle = "2.4.1"
|
||||||
colored = "2.0.0"
|
colored = "2.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue