Skip to content

Commit

Permalink
Migrate to prost-build 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 30, 2024
1 parent 30f2e7a commit 919cb28
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 57 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,30 @@ who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.12.1 -> 0.12.3"

[[audits.prost]]
who = "Jack Grigg <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.13.1 -> 0.13.4"
notes = """
- The new `unsafe` block in `encoded_len_varint` has correct safety documentation.
- The other changes to `unsafe` code are a move of existing `unsafe` code.
"""

[[audits.prost-build]]
who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.12.1 -> 0.12.3"

[[audits.prost-build]]
who = "Jack Grigg <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.13.1 -> 0.13.4"
notes = """
- Changes to generated code make sense.
- Changes to `protoc` path handling don't alter existing usages (just allow the
path to be explicitly set).
"""

[[audits.prost-derive]]
who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-deploy"
Expand All @@ -362,11 +381,21 @@ criteria = "safe-to-deploy"
delta = "0.12.3 -> 0.12.6"
notes = "Changes to proc macro code are to fix lints after bumping MSRV."

[[audits.prost-derive]]
who = "Jack Grigg <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.13.1 -> 0.13.4"

[[audits.prost-types]]
who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.12.1 -> 0.12.3"

[[audits.prost-types]]
who = "Jack Grigg <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.13.1 -> 0.13.4"

[[audits.redox_syscall]]
who = "Daira-Emma Hopwood <[email protected]>"
criteria = "safe-to-run"
Expand Down
6 changes: 0 additions & 6 deletions zcash_client_backend/src/proto/compact_formats.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 8 additions & 19 deletions zcash_client_backend/src/proto/proposal.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 919cb28

Please sign in to comment.