Skip to content

Commit

Permalink
deps: update rust crate openssl to v0.10.71 (#589)
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 Feb 15, 2025
1 parent 1cfb2b0 commit 3a3468f
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 @@ -26,7 +26,7 @@ git2 = { version = "=0.20.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.70", features = ["vendored"] }
openssl = { version = "=0.10.71", features = ["vendored"] }

[lints.clippy]
pedantic = "warn"
Expand Down

0 comments on commit 3a3468f

Please sign in to comment.