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 733baf935 chore(rust): Bump toml from 1.0.3+spec-1.1.0 to
1.0.6+spec-1.1.0 (#4066)
733baf935 is described below
commit 733baf935e710deb78b212dcca57fc6e4869980b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 15:01:40 2026 +0900
chore(rust): Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 (#4066)
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 d0801a096..8dfd14754 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2587,9 +2587,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "1.0.3+spec-1.1.0"
+version = "1.0.6+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c"
+checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
dependencies = [
"serde_spanned",
"toml_datetime",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index 32ac606e4..9de5656d5 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -42,7 +42,7 @@ arrow-schema.workspace = true
libloading = "0.8.8"
path-slash = "0.2.1"
regex = "1.12.3"
-toml = { version = "1.0.3", default-features = false, features = [
+toml = { version = "1.0.6", default-features = false, features = [
"parse",
"display",
] }