## Description - Update crates that have vulnerabilities. - Compile the source code in release mode to reduce output size. - A Doc fix.
## Type of change (select or add applied and delete the others) - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How has this been tested? ## Checklist - [X] Fork the repo and create your branch from `master`. - [X] If you've added code that should be tested, add tests. - [X] If you've changed APIs, update the documentation. - [X] Ensure the tests pass (see CI results). - [X] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/684 -- Commit Summary -- * Fix release guide * Upgrade vulnerable dependencies * [CI] Build with release to reduce output size -- File Changes -- M .github/workflows/ci.yml (2) M CMakeLists.txt (4) M cmake/scripts/build_in_ci.sh (2) M cmake/tomls/Cargo.sgx_trusted_lib.lock (35) M cmake/tomls/Cargo.sgx_untrusted_app.lock (402) M cmake/tomls/Cargo.unix_app.lock (36) M docs/release-guide.md (6) M examples/rust/builtin_echo/Cargo.lock (22) M examples/rust/builtin_ordered_set_intersect/Cargo.lock (22) M file_agent/Cargo.toml (6) M file_agent/src/agent.rs (3) M sdk/rust/Cargo.lock (22) M services/execution/enclave/src/service.rs (2) M services/proto/Cargo.toml (2) M services/proto/proto_gen/Cargo.lock (332) M services/proto/proto_gen/Cargo.toml (6) M third_party/rust-sgx-sdk (2) M tools/sgx_tool/app/Cargo.toml (20) M tools/sgx_tool/app/src/main.rs (12) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/684.patch https://github.com/apache/incubator-teaclave/pull/684.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/684 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/pull/6...@github.com>