Skip to content

Commit

Permalink
deps: update rust crate openssl to v0.10.68 (#474)
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 Oct 20, 2024
1 parent dd8abc4 commit d4f27e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -24,7 +24,7 @@ git2 = { version = "=0.19.0", default-features = false }
winres = "=0.1.12"

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

[profile.release]
strip = "symbols"
Expand Down

0 comments on commit d4f27e6

Please sign in to comment.