Skip to content

Commit adb1909

Browse files
Bump prost from 0.12.3 to 0.12.4 (#437)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](tokio-rs/prost@v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c38d70 commit adb1909

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native-engine/blaze-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ datafusion-ext-functions = { workspace = true }
1717
datafusion-ext-plans = { workspace = true }
1818
log = "0.4.21"
1919
object_store = "0.9.0"
20-
prost = "0.12.3"
20+
prost = "0.12.4"
2121

2222
[build-dependencies]
2323
tonic-build = "0.11.0"

native-engine/blaze/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
2525
once_cell = "1.19.0"
2626
panic-message = "0.3.0"
2727
paste = "1.0.7"
28-
prost = "0.12.3"
28+
prost = "0.12.4"
2929
tokio = "1.36"

0 commit comments

Comments
 (0)