Skip to content

Commit

Permalink
fix(deps): downgrade openssl-sys to 0.9.92
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Feb 14, 2024
1 parent d3027fd commit c7b3057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions ci/docker/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
FROM rust-x86_64-unknown-linux-gnu

# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
RUN yum upgrade -y && \
yum install -y perl-IPC-Cmd

0 comments on commit c7b3057

Please sign in to comment.