Skip to content

Commit c956c3d

Browse files
Bump openssl from 0.10.55 to 0.10.60
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e84d20 commit c956c3d

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.

router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ nohash-hasher = "^0.2.0"
2626
num = "^0.4.1"
2727
num_cpus = "^1.16.0"
2828
hyper = "^0.14.27" # Override to address CVE-2023-26964
29-
openssl = "^0.10.59" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
29+
openssl = "^0.10.60" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
3030
openssl-sys = "^0.9.95" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
3131
rustls-webpki = "^0.101.7" # Override to address WS-2023-0305, CVE-2018-16875
3232
rand = "^0.8.5"

0 commit comments

Comments
 (0)