From 13f3f7c6a598a646e1bcf24c36505ddee106e6ee Mon Sep 17 00:00:00 2001 From: Hannes <55623006+umgefahren@users.noreply.github.com> Date: Sun, 24 Oct 2021 19:29:26 +0200 Subject: [PATCH] Applied --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f4cdb7f..9fc7529 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/Dione-Software/double-ratchet-2" repository = "https://github.com/Dione-Software/double-ratchet-2" readme = "README.md" keywords = ["double-ratchet", "crypto", "cryptography", "signal"] -version = "0.3.4" +version = "0.3.5" edition = "2018" license = "MIT" @@ -21,14 +21,15 @@ p256 = {version = "0.9", features = ["zeroize", "ecdh", "arithmetic", "pem", "jw rand_core = {version = "0.6", features = ["getrandom"]} hkdf = "0.11.0" hmac = "0.11.0" -aes-gcm-siv = {version = "0.10.0"} +aes-gcm-siv = {version = "0.10.3"} ring-compat = {version = "0.3.1", optional = true, features = ["digest"]} sha2 = {version = "0.9.5", optional = true} serde = {version = "1.0.125", default-features = false, features = ["derive"]} serde_bytes = "0.11.5" bincode = "1.3.3" hashbrown = {version = "0.11.2", features = ["serde"]} -zeroize = {version = "1.3.0", features = ["zeroize_derive"]} +zeroize = {version = "1.3", features = ["zeroize_derive"]} +const-oid = "0.6.2" [dev-dependencies] criterion = "0.3.4"