Skip to content

Commit 838903b

Browse files
committed
fix(deps): downgrade openssl-sys to 0.9.92
1 parent d6af4b4 commit 838903b

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
FROM rust-i686-unknown-linux-gnu
2-
3-
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
4-
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
5-
RUN yum upgrade -y && \
6-
yum install -y perl-IPC-Cmd
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
FROM rust-x86_64-unknown-linux-gnu
2-
3-
# Install `perl-IPC-Cmd` to make OpenSSL v3 happy.
4-
# See: <https://github.com/sfackler/rust-openssl/issues/1550>
5-
RUN yum upgrade -y && \
6-
yum install -y perl-IPC-Cmd

0 commit comments

Comments
 (0)