Reverted foreign-types to 0.3
This commit is contained in:
parent
9239c78ac6
commit
4d067072f3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ 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.4.0", optional = true }
|
foreign-types = { version = "0.3.2", optional = true }
|
||||||
sha2 = { version = "0.9.9", optional = true }
|
sha2 = { version = "0.9.9", optional = true }
|
||||||
hmac = { version = "0.11.0", 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 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue