Skip to content

Commit

Permalink
cargo: Update openssl version to 0.10.64
Browse files Browse the repository at this point in the history
cargo audit complains about vulnarability in openssl 0.10.64 [1].
Updating it to recommended 0.10.64 version.

[1]: https://rustsec.org/advisories/RUSTSEC-2024-0357

Signed-off-by: Eugene Koira <[email protected]>
  • Loading branch information
eugkoira committed Jul 24, 2024
1 parent 9124741 commit c929b42
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 @@ -23,7 +23,7 @@ driver-bindings = { path = "./driver-bindings" }
aws-nitro-enclaves-image-format = "0.2"
eif_loader = { path = "./eif_loader" }
enclave_build = { path = "./enclave_build" }
openssl = "0.10"
openssl = "0.10.66"
vsock = "0.3"
vmm-sys-util = "0.12.1"
sha2 = "0.9.5"
Expand Down

0 comments on commit c929b42

Please sign in to comment.