Skip to content

Commit 791111b

Browse files
authored
Merge pull request RustPython#4743 from RustPython/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.45 to 0.10.48
2 parents 92b1a5b + 993c892 commit 791111b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ termios = "0.3.3"
9393
gethostname = "0.2.3"
9494
socket2 = { version = "0.4.4", features = ["all"] }
9595
dns-lookup = "1.0.8"
96-
openssl = { version = "0.10.45", optional = true }
96+
openssl = { version = "0.10.48", optional = true }
9797
openssl-sys = { version = "0.9.80", optional = true }
9898
openssl-probe = { version = "0.1.5", optional = true }
9999
foreign-types-shared = { version = "0.1.1", optional = true }

0 commit comments

Comments
 (0)