Merge pull request #160 from mxve/dependabot/cargo/openssl-0.10.68

Bump openssl from 0.10.66 to 0.10.68
This commit is contained in:
2024-12-13 11:50:07 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ tokio = {version="1.40.0", features = ["rt-multi-thread", "macros"]}
simple-log = "2.1.1"
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.66", default-features = false, features = ["vendored"] }
openssl = { version = "0.10.68", default-features = false, features = ["vendored"] }
[target.'cfg(windows)'.dependencies]
steamlocate = "=2.0.0-beta.2"