Skip to content

Commit

Permalink
Bump openssl from 0.10.55 to 0.10.64
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.64.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.64)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent cd7921a commit 29c0e06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
35 changes: 9 additions & 26 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 @@ -36,7 +36,7 @@ num-traits = "0.2.15"
num-integer = "0.1.45"
chia-bls = "0.4.0"
sha2 = "0.10.8"
openssl = { version = "=0.10.55", features = ["vendored"], optional = true }
openssl = { version = "=0.10.64", features = ["vendored"], optional = true }
hex-literal = "=0.4.1"
# for secp sigs
k256 = { version = "0.13.1", features = ["ecdsa"] }
Expand Down

0 comments on commit 29c0e06

Please sign in to comment.