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 c99f86a48 chore(rust): Bump prost from 0.14.1 to 0.14.3 (#3887)
c99f86a48 is described below

commit c99f86a487073f1ca705ac949c2f74359dc427be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 16:14:22 2026 +0900

    chore(rust): Bump prost from 0.14.1 to 0.14.3 (#3887)
    
    Bumps [prost](https://github.com/tokio-rs/prost) from 0.14.1 to 0.14.3.
    
    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 fa8ead79f..eac70d7ab 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2017,9 +2017,9 @@ dependencies = [
 
 [[package]]
 name = "prost"
-version = "0.14.1"
+version = "0.14.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
+checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
 dependencies = [
  "bytes",
  "prost-derive",
@@ -2047,9 +2047,9 @@ dependencies = [
 
 [[package]]
 name = "prost-derive"
-version = "0.14.1"
+version = "0.14.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
+checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
 dependencies = [
  "anyhow",
  "itertools",
diff --git a/rust/driver/datafusion/Cargo.toml 
b/rust/driver/datafusion/Cargo.toml
index ada2df180..5664221cf 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -39,7 +39,7 @@ arrow-schema = "57.2.0"
 datafusion = { version = "52.1.0", default-features = false }
 datafusion-substrait = { version = "52.1.0", default-features = false }
 tokio = { version = "1.49", features = ["rt-multi-thread"] }
-prost = "0.14.1"
+prost = "0.14.3"
 
 [dev-dependencies]
 arrow-select = "57.2.0"

Reply via email to