Skip to content

Commit

Permalink
Merge pull request #257 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.87
  • Loading branch information
volllly authored Apr 25, 2023
2 parents 25facd7 + e7bf8b8 commit f443b6a
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.86", features = ["vendored"] }
openssl-sys = { version = "0.9.87", features = ["vendored"] }

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

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

0 comments on commit f443b6a

Please sign in to comment.