Skip to content

Commit

Permalink
update: bump openssl crate to 0.10.48 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel authored Mar 28, 2023
1 parent a2ce3bb commit 6d96dca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ wws-server = { workspace = true }
wws-runtimes-manager = { workspace = true }

[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "=0.10.45", features = ["vendored"] }
openssl = { version = "=0.10.48", features = ["vendored"] }

[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "=0.10.45", features = ["vendored"] }
openssl = { version = "=0.10.48", features = ["vendored"] }

[workspace]
members = [
Expand Down

0 comments on commit 6d96dca

Please sign in to comment.