Merge pull request #4 from Decentrailzed-Communication-System/dependabot/cargo/ring-compat-0.3.1

This commit is contained in:
Hannes 2021-06-09 13:22:15 +02:00 committed by GitHub
commit 638e469fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ rand_core = {version = "0.6", features = ["getrandom"]}
hkdf = "0.11.0" hkdf = "0.11.0"
hmac = "0.11.0" hmac = "0.11.0"
aes-gcm-siv = {version = "0.10.0"} aes-gcm-siv = {version = "0.10.0"}
ring-compat = {version = "0.2.1", optional = true, features = ["digest"]} ring-compat = {version = "0.3.1", optional = true, features = ["digest"]}
sha2 = {version = "0.9.5", optional = true} sha2 = {version = "0.9.5", optional = true}
serde = {version = "1.0.125", default-features = false, features = ["derive"]} serde = {version = "1.0.125", default-features = false, features = ["derive"]}
serde_bytes = "0.11.5" serde_bytes = "0.11.5"