Skip to content

Commit

Permalink
Bump prost-types from 0.12.6 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [prost-types](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-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent b95b524 commit 32b4cf6
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 17 deletions.
58 changes: 45 additions & 13 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 @@ -20,7 +20,7 @@ clap = { version = "4.5.19", features = ["derive", "env"] }
lazy_static = "1.5.0"
log = "0.4.22"
prost = "0.12.6"
prost-types = "0.12.6"
prost-types = "0.13.3"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nom = "7.1.3"
openssl = { version = "0.10.66", features = ["vendored"] }
pretty_env_logger = "0.5.0"
prost = "0.12.6"
prost-types = "0.12.6"
prost-types = "0.13.3"
rand = "0.8.5"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
tonic = { version = "0.10.2", features = ["tls"] }
prost = "0.12.6"
# Required for wellknown types
prost-types = "0.12.6"
prost-types = "0.13.3"
sha2 = "0.10.8"
thiserror = "1.0.64"
openssl = { version = "0.10.66", features = ["vendored"] }
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 @@ -30,7 +30,7 @@ tracing-attributes = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["tracing-log", "env-filter"] }
prost = "0.12.6"
prost-types = "0.12.6"
prost-types = "0.13.3"
rand = "0.8.5"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
Expand Down

0 comments on commit 32b4cf6

Please sign in to comment.