## Description

- Update tonic and rustls
- Support setting the gRPC maximum message size

Fixes # (issue)

## Type of change (select or add applied and delete the others)

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] 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`.
- [ ] If you've added code that should be tested, add tests.
- [ ] 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/705

-- Commit Summary --

  * Bump tonic to 0.9.2
  * Support setting the gRPC maximum message size

-- File Changes --

    M attestation/Cargo.toml (7)
    M attestation/src/report.rs (15)
    M attestation/src/service.rs (37)
    M attestation/src/verifier.rs (51)
    M cli/Cargo.toml (25)
    M cli/src/main.rs (41)
    M cmake/tomls/Cargo.sgx_trusted_lib.lock (255)
    M cmake/tomls/Cargo.sgx_trusted_lib.toml (1)
    M cmake/tomls/Cargo.sgx_untrusted_app.lock (224)
    M cmake/tomls/Cargo.sgx_untrusted_app.toml (1)
    M cmake/tomls/Cargo.unix_app.lock (241)
    M cmake/tomls/Cargo.unix_app.toml (1)
    M config/build.config.toml (4)
    M config/config_gen/main.rs (6)
    M config/config_gen/templates/config.j2 (4)
    M config/src/build.rs (3)
    M examples/rust/builtin_echo/Cargo.lock (229)
    M examples/rust/builtin_echo/Cargo.toml (1)
    M examples/rust/builtin_ordered_set_intersect/Cargo.lock (229)
    M examples/rust/builtin_ordered_set_intersect/Cargo.toml (1)
    M examples/rust/sequential_functions/Cargo.lock (229)
    M examples/rust/sequential_functions/Cargo.toml (1)
    M rpc/Cargo.toml (10)
    M rpc/src/config.rs (102)
    M sdk/rust/Cargo.lock (229)
    M sdk/rust/Cargo.toml (1)
    M services/access_control/enclave/src/lib.rs (8)
    M services/authentication/enclave/src/lib.rs (14)
    M services/execution/enclave/src/service.rs (8)
    M services/frontend/enclave/src/lib.rs (24)
    M services/management/enclave/src/lib.rs (10)
    M services/management/enclave/src/service.rs (7)
    M services/proto/Cargo.toml (6)
    M services/scheduler/enclave/src/lib.rs (10)
    M services/scheduler/enclave/src/service.rs (12)
    M services/storage/enclave/src/lib.rs (10)
    M tests/utils/proc_macro/Cargo.toml (2)
    M types/Cargo.toml (2)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/705.patch
https://github.com/apache/incubator-teaclave/pull/705.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/705
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/pull/7...@github.com>

Reply via email to