Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
48: Add message and enum attributes r=neoeinstein a=horacimacias This PR passes message and enum attribute options https://github.com/tokio-rs/prost/releases/tag/v0.11.6 51: build(deps): bump tokio from 1.24.1 to 1.25.0 in /example/build-with-buf r=neoeinstein a=dependabot[bot] Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.25.0</h2> <h1>1.25.0 (January 28, 2023)</h1> <h3>Fixed</h3> <ul> <li>rt: fix runtime metrics reporting (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5330">#5330</a>)</li> </ul> <h3>Added</h3> <ul> <li>sync: add <code>broadcast::Sender::len</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5343">#5343</a>)</li> </ul> <h3>Changed</h3> <ul> <li>fs: increase maximum read buffer size to 2MiB (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5397">#5397</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5330">#5330</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5330">tokio-rs/tokio#5330</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5343">#5343</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5343">tokio-rs/tokio#5343</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5397">#5397</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/5397">tokio-rs/tokio#5397</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/88b1eb54fb66461b9f3524f4b5316241a019279a"><code>88b1eb5</code></a> chore: prepare Tokio v1.25.0 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5408">#5408</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/1f50c57185d28a1d118adc22bf587541e3b7edcc"><code>1f50c57</code></a> metrics: fix <code>steal_count</code> docs, add <code>steal_operations</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5330">#5330</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a18b3645f3b206eaa63200707422a4deaea984e8"><code>a18b364</code></a> chore: update year in LICENSE files (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5402">#5402</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fe2dcb9453d6c7fbab0e32861c6bff65d77b172a"><code>fe2dcb9</code></a> io: increase <code>MAX_BUF</code> from 16384 to 2MiB (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5397">#5397</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c90757f07a1b15d7e26a710003d8e98a83db1ffc"><code>c90757f</code></a> tests: condition unwinding tests on <code>cfg(panic = "unwind")</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5384">#5384</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f3f8e4f17fba222a3fe729a05c70e1dd99584e01"><code>f3f8e4f</code></a> chore: update nix to 0.26 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/5385">#5385</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/42bec961894426ca5ce0b76105dda82c76dcd43c"><code>42bec96</code></a> Merge branch 'tokio-1.24.x' into master</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4f6a95badc181ff0fa3b8462350bf6cd45547792"><code>4f6a95b</code></a> chore: prepare Tokio v1.24.2 release</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3d33610ed2420111982e5a42c764761c9060e6ab"><code>3d33610</code></a> Merge branch 'tokio-1.20.x' into tokio-1.24.x</li> <li><a href="https://github.com/tokio-rs/tokio/commit/38a9c6c1a5bc81ec0e44a73ea9ebbc682f4f2baf"><code>38a9c6c</code></a> Merge branch 'tokio-1.20.x' into master</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.24.1...tokio-1.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.24.1&new-version=1.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` use these labels` will set the current labels as the default for future PRs for this repo and language - ``@dependabot` use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - ``@dependabot` use these assignees` will set the current assignees as the default for future PRs for this repo and language - ``@dependabot` use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/neoeinstein/protoc-gen-prost/network/alerts). </details> Co-authored-by: Horaci Macias <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information