Reverted major sha2 version

This commit is contained in:
Marcel 2023-01-15 16:03:22 +01:00
parent 5e7d554eda
commit 9239c78ac6

View file

@ -36,7 +36,7 @@ rand = "0.8.5"
esp-idf-sys = { version = "0.32", features = ["binstart"], optional = true }
openssl = { git = "https://github.com/sfackler/rust-openssl", optional = true }
foreign-types = { version = "0.4.0", optional = true }
sha2 = { version = "0.10.6", optional = true }
sha2 = { version = "0.9.9", optional = true }
hmac = { version = "0.11.0", optional = true }
mbedtls = { git = "https://github.com/fortanix/rust-mbedtls", optional = true }
subtle = "2.4.1"