Skip to content

Commit

Permalink
Merge pull request #68 from emanuele-em/dependabot/cargo/openssl-0.10.60
Browse files Browse the repository at this point in the history
Bump openssl from 0.10.57 to 0.10.60
  • Loading branch information
emanuele-em authored Jan 7, 2024
2 parents 3377546 + 7dfbe29 commit 81e6264
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 proxyapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hyper = {version="0.14.23", features=["full"]}
hyper-rustls = {version = "0.23.2", features = ["http1", "logging", "tls12", "webpki-tokio"]}
hyper-tungstenite = "0.11"
moka = {version="0.9.6", features= ["future"]}
openssl = {version = "0.10.45", features = ["vendored"]}
openssl = {version = "0.10.60", features = ["vendored"]}
thiserror = "1.0.38"
tokio = {version = "1.25.0", features = ["full"]}
tokio-rustls = "0.23.4"
Expand Down

0 comments on commit 81e6264

Please sign in to comment.