Skip to content

Commit

Permalink
Update prost requirement from 0.11 to 0.12 (risc0#837)
Browse files Browse the repository at this point in the history
Updates the requirements on [prost](https://github.com/tokio-rs/prost)
to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/prost/commit/10582c2f674a1f4618e9fb8d380081136340ac84"><code>10582c2</code></a>
release 0.12.0</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/7ce9b9756ba1ca0c6228931e2a9ff7859931ac95"><code>7ce9b97</code></a>
feat: <code>Name</code> trait + <code>Any</code> encoding support (<a
href="https://redirect.github.com/tokio-rs/prost/issues/896">#896</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/f9a3cfff07536a412e4f96f5ea3749c52c50170f"><code>f9a3cff</code></a>
Make Debug impl optional for types (<a
href="https://redirect.github.com/tokio-rs/prost/issues/797">#797</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/6180f9fa3a93e42572633cb0b0610dcb0690c508"><code>6180f9f</code></a>
docs: fix protoc install link (<a
href="https://redirect.github.com/tokio-rs/prost/issues/900">#900</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/1d7405803004e85f58511af2a439460b4237a0e2"><code>1d74058</code></a>
prost-build: do not escape brackets followed by parenthesis in comments
(<a
href="https://redirect.github.com/tokio-rs/prost/issues/851">#851</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/413b0299e0d0e73b6085ad9b897fb7ec7e63cb2a"><code>413b029</code></a>
chore: Bump MSRV to 1.64 (<a
href="https://redirect.github.com/tokio-rs/prost/issues/902">#902</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/ca73cbe4bbcbdb4f3d30455a090ff50209dc1fc3"><code>ca73cbe</code></a>
feat: add TryFrom&lt;i32&gt; implementation to Enumeration (<a
href="https://redirect.github.com/tokio-rs/prost/issues/853">#853</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/9c877ce32ec0c465e437144c1bf4a27cb3aa705c"><code>9c877ce</code></a>
chore: Update ci (<a
href="https://redirect.github.com/tokio-rs/prost/issues/854">#854</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/65451cc4cbffaca578de1a8f4a218cca2ec1c9ac"><code>65451cc</code></a>
Fix <code>non_snake_case</code> warning on generated identity functions
(<a
href="https://redirect.github.com/tokio-rs/prost/issues/891">#891</a>)</li>
<li><a
href="https://github.com/tokio-rs/prost/commit/80fb9d18b7af2c82a8f54fb6c9e7ccfa4d5629ce"><code>80fb9d1</code></a>
release 0.11.9 (<a
href="https://redirect.github.com/tokio-rs/prost/issues/842">#842</a>)
(<a
href="https://redirect.github.com/tokio-rs/prost/issues/895">#895</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/prost/compare/prost-build-0.11.1...v0.12.0">compare
view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Laub <[email protected]>
  • Loading branch information
dependabot[bot] and flaub authored Sep 5, 2023
1 parent 29c1dee commit 8ac6b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion risc0/zkvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ crypto-bigint = { version = "0.5", default-features = false, features = [
], optional = true }
num-derive = "0.4"
num-traits = { version = "0.2", default-features = false, optional = true }
prost = { version = "0.11", optional = true }
prost = { version = "0.12", optional = true }
rand = { version = "0.8", optional = true }
rayon = { version = "1.5", optional = true }
rrs-lib = { version = "0.1", optional = true }
Expand Down

0 comments on commit 8ac6b84

Please sign in to comment.