Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cargo.toml #56

Merged
merged 1 commit into from
Dec 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Cargo.toml
kigawas authored Dec 15, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 72fee7ec74b57f9807903a95de10f2d6a0c1bd1f
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ libsecp256k1 = "0.3.5"
sha2 = "0.9.2"

# openssl aes
openssl = {version = "0.10", optional = true}
openssl = {version = "0.10.31", optional = true}

# pure rust aes
aes-gcm = {version = "0.8.0", optional = true}