Skip to content

Commit 7e66db0

Browse files
authored
Merge pull request RustPython#5020 from RustPython/dependabot/cargo/openssl-0.10.55
Bump openssl from 0.10.48 to 0.10.55
2 parents 500b002 + 179de9f commit 7e66db0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stdlib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ termios = "0.3.3"
9292
gethostname = "0.2.3"
9393
socket2 = { version = "0.4.4", features = ["all"] }
9494
dns-lookup = "1.0.8"
95-
openssl = { version = "0.10.48", optional = true }
95+
openssl = { version = "0.10.55", optional = true }
9696
openssl-sys = { version = "0.9.80", optional = true }
9797
openssl-probe = { version = "0.1.5", optional = true }
9898
foreign-types-shared = { version = "0.1.1", optional = true }

0 commit comments

Comments
 (0)