Skip to content

Commit

Permalink
Update secp256k1 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Feb 8, 2024
1 parent f6192ba commit bb04177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/avalanche-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ zerocopy = { version = "0.7.11", features = ["derive"] }
zeroize = "1.6.0" # for "BLS

# [OPTIONAL] for "libsecp256k1"
secp256k1 = { version = "0.28.0", features = ["global-context", "rand-std", "recovery"], optional = true } # https://crates.io/crates/secp256k1
secp256k1 = { version = "0.28.1", features = ["global-context", "rand-std", "recovery"], optional = true } # https://crates.io/crates/secp256k1

# [OPTIONAL] for "kms_aws"
aws-manager = { version = "0.30.2", features = ["kms"], optional = true } # https://github.com/gyuho/aws-manager/tags
Expand Down

0 comments on commit bb04177

Please sign in to comment.