Skip to content

Commit e22d91b

Browse files
committed
bump up openssl and libffi
1 parent 5adc091 commit e22d91b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stdlib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ termios = "0.3.3"
9191
gethostname = "0.2.3"
9292
socket2 = { version = "0.4.4", features = ["all"] }
9393
dns-lookup = "1.0.8"
94-
openssl = { version = "0.10.43", optional = true }
95-
openssl-sys = { version = "0.9.72", optional = true }
94+
openssl = { version = "0.10.45", optional = true }
95+
openssl-sys = { version = "0.9.80", optional = true }
9696
openssl-probe = { version = "0.1.5", optional = true }
9797
foreign-types-shared = { version = "0.1.1", optional = true }
9898

0 commit comments

Comments
 (0)