Skip to content

Commit

Permalink
chore: bump prost from 0.10.3 to 0.10.4 (solana-labs#25574)
Browse files Browse the repository at this point in the history
* chore: bump prost from 0.10.3 to 0.10.4

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored May 26, 2022
1 parent 1ca5c3a commit 86d308a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = { version = "0.4.17" }
lru = "0.7.5"
num_cpus = "1.13.1"
num_enum = "0.5.7"
prost = "0.10.3"
prost = "0.10.4"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.5.3"
Expand Down
16 changes: 8 additions & 8 deletions programs/bpf/Cargo.lock

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

2 changes: 1 addition & 1 deletion storage-bigtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flate2 = "1.0.23"
futures = "0.3.21"
goauth = "0.13.0"
log = "0.4.17"
prost = "0.10.3"
prost = "0.10.4"
prost-types = "0.10.0"
serde = "1.0.137"
serde_derive = "1.0.103"
Expand Down
4 changes: 2 additions & 2 deletions storage-bigtable/build-proto/Cargo.lock

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

2 changes: 1 addition & 1 deletion storage-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
bs58 = "0.4.0"
prost = "0.10.3"
prost = "0.10.4"
serde = "1.0.137"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-sdk = { path = "../sdk", version = "=1.11.0" }
Expand Down

0 comments on commit 86d308a

Please sign in to comment.