Skip to content

Commit

Permalink
chore: update secp256k1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 4, 2023
1 parent 6945c97 commit 7fba987
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ strict_types = { version = "1.6.3", optional = true }
sha2 = "0.10.8"
ripemd = "0.1.3"
baid58 = "0.4.4"
secp256k1 = { version = "0.27.0", optional = true, features = ["global-context"] }
secp256k1 = { version = "0.28.0", optional = true, features = ["global-context"] }
curve25519-dalek = { version = "3.2", optional = true }
half = "~2.2.0" # Required to maintain MSRV
serde_crate = { package = "serde", version = "1", optional = true }
Expand Down

0 comments on commit 7fba987

Please sign in to comment.