Skip to content

Commit

Permalink
Bump prost from 0.11.9 to 0.12.2 (#326)
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.9 to 0.12.2.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.11.9...v0.12.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 1528c15 commit 36f88e2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
33 changes: 28 additions & 5 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 @@ -17,7 +17,7 @@ datafusion-ext-functions = { workspace = true }
datafusion-ext-plans = { workspace = true }
log = "0.4.14"
object_store = "0.6.1"
prost = "0.11.0"
prost = "0.12.2"

[build-dependencies]
tonic-build = "0.8.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,6 +24,6 @@ jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
once_cell = "1.11.0"
panic-message = "0.3.0"
paste = "1.0.7"
prost = "0.11.0"
prost = "0.12.2"
simplelog = "0.12.0"
tokio = "1.34"

0 comments on commit 36f88e2

Please sign in to comment.