Skip to content

Commit

Permalink
Bump Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mberry committed Jun 25, 2023
1 parent 070de3d commit ef989f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <foss@mitchellberry.com>"]
Expand All @@ -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"]
Expand All @@ -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"]
fetch-libsodium = ["libsodium-sys-stable/fetch-latest"]

0 comments on commit ef989f7

Please sign in to comment.