Skip to content

Commit

Permalink
Bump openssl to 0.10.70 to handle RUSTSEC-2025-0004 (#48111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges authored Feb 4, 2025
1 parent 1736fad commit 93a1ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libc = "0.2"
log = "0.4"
miniz_oxide = "0.6"
mio = { version = "1", features = ["os-poll", "os-ext", "net"] }
openssl = "=0.10.66"
openssl = "=0.10.70"
paste = "1.0"
rustls = "0.21"
rustls-native-certs = "0.6"
Expand Down

0 comments on commit 93a1ac5

Please sign in to comment.