Skip to content

Commit

Permalink
chore: bump libsecp256k1 from 0.6.0 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [libsecp256k1](https://github.com/paritytech/libsecp256k1) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/paritytech/libsecp256k1/releases)
- [Changelog](https://github.com/paritytech/libsecp256k1/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/libsecp256k1/commits)

---
updated-dependencies:
- dependency-name: libsecp256k1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 10, 2022
1 parent ba7b058 commit 55a5f11
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 14 deletions.
70 changes: 59 additions & 11 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 programs/bpf_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
byteorder = "1.4.3"
libsecp256k1 = "0.6.0"
libsecp256k1 = "0.7.1"
log = "0.4.17"
solana-measure = { path = "../../measure", version = "=1.12.0" }
solana-metrics = { path = "../../metrics", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ name = "solana_runtime"
[dev-dependencies]
assert_matches = "1.5.0"
ed25519-dalek = "=1.0.1"
libsecp256k1 = "0.6.0"
libsecp256k1 = "0.7.1"
rand_chacha = "0.2.2"
solana-logger = { path = "../logger", version = "=1.12.0" }

Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ generic-array = { version = "0.14.5", default-features = false, features = ["ser
hmac = "0.12.1"
itertools = "0.10.3"
lazy_static = "1.4.0"
libsecp256k1 = { version = "0.6.0", optional = true }
libsecp256k1 = { version = "0.7.1", optional = true }
log = "0.4.17"
memmap2 = { version = "0.5.3", optional = true }
num-derive = "0.3"
Expand Down

0 comments on commit 55a5f11

Please sign in to comment.