Skip to content

Commit

Permalink
fix(deps): update rust crate openssl to v0.10.65 (#422)
Browse files Browse the repository at this point in the history
Co-authored-by: eoeo-renovate[bot] <173731483+eoeo-renovate[bot]@users.noreply.github.com>
  • Loading branch information
eoeo-renovate[bot] authored Jul 21, 2024
1 parent 043df56 commit 7734061
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 @@ -20,4 +20,4 @@ sysinfo = "=0.30.13"
winres = "=0.1.12"

[target.'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))'.dependencies]
openssl = { version = "=0.10.64", features = ["vendored"] }
openssl = { version = "=0.10.65", features = ["vendored"] }

0 comments on commit 7734061

Please sign in to comment.