Skip to content

Commit

Permalink
Merge pull request #77 from emanuele-em/dependabot/cargo/openssl-0.10.66
Browse files Browse the repository at this point in the history
Bump openssl from 0.10.64 to 0.10.66
  • Loading branch information
emanuele-em authored Jul 23, 2024
2 parents b241689 + 761976d commit 05d6287
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.60", features = ["vendored"]}
openssl = {version = "0.10.66", features = ["vendored"]}
thiserror = "1.0.38"
tokio = {version = "1.25.0", features = ["full"]}
tokio-rustls = "0.23.4"
Expand Down

0 comments on commit 05d6287

Please sign in to comment.