Skip to content

Commit

Permalink
Merge pull request #253 from volllly/renovate/openssl-sys-0.x
Browse files Browse the repository at this point in the history
Update Rust crate openssl-sys to 0.9.86
  • Loading branch information
volllly authored Apr 21, 2023
2 parents e8c3700 + c3c8d2b commit 3efacd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ rayon = "1.7.0"
junction = "1.0.0"

[target.x86_64-unknown-linux-musl.dependencies]
openssl-sys = { version = "0.9.85", features = ["vendored"] }
openssl-sys = { version = "0.9.86", features = ["vendored"] }

[target.i686-unknown-linux-musl.dependencies]
openssl-sys = { version = "0.9.85", features = ["vendored"] }
openssl-sys = { version = "0.9.86", features = ["vendored"] }

[dev-dependencies]
fake = { version = "2.5.0", features = ["derive"] }
Expand Down

0 comments on commit 3efacd8

Please sign in to comment.