This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new ba7a4f5d6 chore(rust): bump prost from 0.13.3 to 0.13.4 in /rust
(#2386)
ba7a4f5d6 is described below
commit ba7a4f5d68910bd95d806a468bff39cb8269ba1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 26 20:59:57 2024 -0500
chore(rust): bump prost from 0.13.3 to 0.13.4 in /rust (#2386)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.3 to 0.13.4.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 8 ++++----
rust/driver/datafusion/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 6bcba22b7..55f6a12be 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2183,9 +2183,9 @@ dependencies = [
[[package]]
name = "prost"
-version = "0.13.3"
+version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f"
+checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
dependencies = [
"bytes",
"prost-derive",
@@ -2214,9 +2214,9 @@ dependencies = [
[[package]]
name = "prost-derive"
-version = "0.13.3"
+version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5"
+checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
dependencies = [
"anyhow",
"itertools",
diff --git a/rust/driver/datafusion/Cargo.toml
b/rust/driver/datafusion/Cargo.toml
index 757c2d199..f944e1bd4 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -31,7 +31,7 @@ arrow-schema.workspace = true
datafusion = "43.0.0"
datafusion-substrait = "43.0.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
-prost = "0.13.3"
+prost = "0.13.4"
[dev-dependencies]
arrow-select.workspace = true