solana/storage-proto
dependabot[bot] 8a4f975416
chore: bump prost from 0.10.1 to 0.10.3 (#25038)
* chore: bump prost from 0.10.1 to 0.10.3

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
2022-05-06 11:14:58 -06:00
..
proto Add program_id to TokenBalances structs (#24513) 2022-04-19 22:01:22 -06:00
src Add program_id to TokenBalances structs (#24513) 2022-04-19 22:01:22 -06:00
Cargo.toml chore: bump prost from 0.10.1 to 0.10.3 (#25038) 2022-05-06 11:14:58 -06:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs Bump tonic, tonic-build, prost, and etcd-client (#24147) 2022-04-08 10:21:45 -06:00

README.md

Storage Protobufs

The solana-storage-proto structs used in src/convert.rs and elsewhere are auto-generated from protobuf definitions on build. To update these structs, simply make the desired edits to proto/*.proto files.