Skip to content

Commit

Permalink
Bump prost from 0.13.1 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.2.
- [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.13.1...v0.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent d036cca commit 46f13be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 native-engine/blaze-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ datafusion-ext-functions = { workspace = true }
datafusion-ext-plans = { workspace = true }
log = "0.4.22"
object_store = "0.9.0"
prost = "0.13.1"
prost = "0.13.2"

[build-dependencies]
tonic-build = "0.12.2"
2 changes: 1 addition & 1 deletion native-engine/blaze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
once_cell = "1.19.0"
panic-message = "0.3.0"
paste = "1.0.15"
prost = "0.13.1"
prost = "0.13.2"
tokio = "1.39"

0 comments on commit 46f13be

Please sign in to comment.