Results 107 issues of tottoto

## Motivation Allows users to use transport server and channel features independently. ## Solution > [!warning] > This proposal includes a breaking change. Depends on #1574. Adds a new feature...

## Motivation Allows users to use transport feature independent from channel. ## Solution > [!WARNING] > This proposal includes a breaking change. Makes channel feature additive.

## Motivation Reduces transport layer's responsibility and makes easier to maintain it. ## Solution > [!warning] > This proposal contains breaking changes. Unifies API for setting services to be via...

## Motivation Updates to use the latest version of `protoc`. ## Solution Updates `protoc` to `3.25.1` which is the current latest version and updates a binary compiled by `protoc`.

## Motivation Removes the effects from `dev-dependencies` to MSRV, and makes easier to specify public crates for checking. ## Solution Uses `cargo-no-dev-deps` to check msrv.

## Feature Request ### Crates - tonic ### Motivation Reduces transport's responsibility. ### Proposal > [!WARNING] > This proposal includes a breaking change. Removes timeout handling from [`tonic::transport::channel::Endpoint::connect_with_connector`](https://docs.rs/tonic/0.10.2/tonic/transport/channel/struct.Endpoint.html#method.connect_with_connector) method. By...

`chrono`'s default features except for `now` feature seem not to be used.

Relaxes MSRV which are bumped in #982. As the use of `prost-build` can be separated to the different build process, it is too strict to set the same MSRV of...

`home` 0.5.9 requires Rust 1.70.