Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2023
1 parent 65acf92 commit 7b07f20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
21 changes: 7 additions & 14 deletions tools/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 tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ pnet = "0.28.0"
rand = "0.8.5"
clap = {version = "4.0.24", features = ["derive"]}
ring = "0.16.20"
openssl = { version = "0.10.41", features = ["vendored"] }
openssl = { version = "0.10.55", features = ["vendored"] }
shellexpand = "2.0.0"
thiserror = "1.0.37"

0 comments on commit 7b07f20

Please sign in to comment.