Skip to content

Commit 6c5f60e

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 379120b commit 6c5f60e

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

Cargo.lock

Lines changed: 9 additions & 18 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
@@ -24,7 +24,7 @@ moka = { version = "0.11.3", features = ["future"] }
2424
nohash-hasher = "^0.2.0"
2525
num = "^0.4.1"
2626
hyper = "^0.14.27" # Override to address CVE-2023-26964
27-
openssl = "^0.10.55" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
27+
openssl = "^0.10.60" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
2828
openssl-sys = "^0.9.90" # Override to address WS-2023-0082, WS-2023-0083, WS-2023-0195
2929
rustls-webpki = "^0.100.2" # Override to address WS-2023-0305, CVE-2018-16875
3030
parking_lot = "^0.12.1"

0 commit comments

Comments
 (0)