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 e900e73c9 chore(rust): Bump toml from 0.9.11+spec-1.1.0 to 
0.9.12+spec-1.1.0 in /rust (#3955)
e900e73c9 is described below

commit e900e73c9a894fea8b71f760a434751f70aefe6c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 09:35:08 2026 +0900

    chore(rust): Bump toml from 0.9.11+spec-1.1.0 to 0.9.12+spec-1.1.0 in /rust 
(#3955)
    
    Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to
    0.9.12+spec-1.1.0.
    
    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_manager/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 2d2467f20..fc6a7aade 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2538,9 +2538,9 @@ dependencies = [
 
 [[package]]
 name = "toml"
-version = "0.9.11+spec-1.1.0"
+version = "0.9.12+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
+checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
 dependencies = [
  "serde_spanned",
  "toml_datetime",
@@ -2560,9 +2560,9 @@ dependencies = [
 
 [[package]]
 name = "toml_parser"
-version = "1.0.6+spec-1.1.0"
+version = "1.0.7+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
+checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1"
 dependencies = [
  "winnow",
 ]
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index 5bee8ba2b..020511c16 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -40,7 +40,7 @@ adbc_ffi.workspace = true
 arrow-array.workspace = true
 arrow-schema.workspace = true
 libloading = "0.8.8"
-toml = { version = "0.9.11", default-features = false, features = [
+toml = { version = "0.9.12", default-features = false, features = [
     "parse",
     "display",
 ] }

Reply via email to