Skip to content

Commit

Permalink
Bump prost from 0.12.6 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.6 to 0.13.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.12.6...v0.13.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 43c5b7d commit 2961c23
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 12 deletions.
39 changes: 31 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 bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ctrlc = "3.4.5"
clap = { version = "4.5.19", features = ["derive", "env"] }
lazy_static = "1.5.0"
log = "0.4.22"
prost = "0.12.6"
prost = "0.13.3"
prost-types = "0.12.6"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ log = "0.4.22"
nom = "7.1.3"
openssl = { version = "0.10.66", features = ["vendored"] }
pretty_env_logger = "0.5.0"
prost = "0.12.6"
prost = "0.13.3"
prost-types = "0.12.6"
rand = "0.8.5"
regex = "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[dependencies]
tonic = { version = "0.10.2", features = ["tls"] }
prost = "0.12.6"
prost = "0.13.3"
# Required for wellknown types
prost-types = "0.12.6"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing = "0.1.40"
tracing-attributes = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["tracing-log", "env-filter"] }
prost = "0.12.6"
prost = "0.13.3"
prost-types = "0.12.6"
rand = "0.8.5"
regex = "1.11.0"
Expand Down

0 comments on commit 2961c23

Please sign in to comment.