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 873a043c1 chore(rust): Bump toml from 0.9.10+spec-1.1.0 to
0.9.11+spec-1.1.0 in /rust (#3885)
873a043c1 is described below
commit 873a043c1f7ec3d295b7ad69534084dbdc977171
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 09:33:12 2026 +0900
chore(rust): Bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 in /rust
(#3885)
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.10+spec-1.1.0 to
0.9.11+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 | 4 ++--
rust/driver_manager/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index b15e47348..23bf8b06d 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2643,9 +2643,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.9.10+spec-1.1.0"
+version = "0.9.11+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48"
+checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
dependencies = [
"serde_spanned",
"toml_datetime",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index f3d18c84c..bedae8e0e 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.10", default-features = false, features = [
+toml = { version = "0.9.11", default-features = false, features = [
"parse",
"display",
] }