From ef989f7b4a208104889e566fadaaad7e63a0876d Mon Sep 17 00:00:00 2001 From: Mitchell Berry Date: Sun, 25 Jun 2023 22:55:42 +0700 Subject: [PATCH] Bump Dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75360a5..966c1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signcryption" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Argyle-Software/signcryption" authors = ["Mitchell Berry "] @@ -12,10 +12,10 @@ keywords = ["signcryption", "signature", "signing", "encryption"] [dependencies] rand = {version = "0.8.5", features = ["getrandom"]} -libsodium-sys-stable = {version = "1.19.22"} -subtle = "2.4.1" -zeroize = {version = "1.5.7", features = ["zeroize_derive"]} -aes-gcm = {version = "0.10.1", optional = true} +libsodium-sys-stable = {version = "1.19.28"} +subtle = "2.5.0" +zeroize = {version = "1.6.0", features = ["zeroize_derive"]} +aes-gcm = {version = "0.10.2", optional = true} [features] default = ["signcrypt"] @@ -25,4 +25,4 @@ signcrypt = ["aes-gcm"] # Will download and install the latest version of libsodium # Run this feature once if you don't have it installed -fetch-libsodium = ["libsodium-sys-stable/fetch-latest"] \ No newline at end of file +fetch-libsodium = ["libsodium-sys-stable/fetch-latest"]