Skip to content

Commit

Permalink
build(deps): update openssl requirement in /bindings/rust/extended
Browse files Browse the repository at this point in the history
Updates the requirements on [openssl](https://github.com/sfackler/rust-openssl) to permit the latest version.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-errors-v0.1.0...openssl-v0.10.70)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2025
1 parent f6647b6 commit 5c2f89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/extended/s2n-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hex = "0.4"
futures-test = "0.3"
# The openssl crate broke MSRV with 0.10.67
# TODO unpin this once fixed - https://github.com/sfackler/rust-openssl/issues/2317
openssl = "<0.10.67"
openssl = "<0.10.71"
openssl-sys = "0.9"
foreign-types = "0.3"
temp-env = "0.3"
Expand Down

0 comments on commit 5c2f89c

Please sign in to comment.