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 c343bddd9 chore(rust): Bump toml from 1.0.2+spec-1.1.0 to
1.0.3+spec-1.1.0 (#4021)
c343bddd9 is described below
commit c343bddd9ec87c1fb4314c2c8ce1c1eee20c805e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 09:15:48 2026 +0900
chore(rust): Bump toml from 1.0.2+spec-1.1.0 to 1.0.3+spec-1.1.0 (#4021)
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 c2d50be89..a6cbc32bf 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2538,9 +2538,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "1.0.2+spec-1.1.0"
+version = "1.0.3+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d1dfefef6a142e93f346b64c160934eb13b5594b84ab378133ac6815cb2bd57f"
+checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c"
dependencies = [
"serde_spanned",
"toml_datetime",
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index f3287e389..74f057997 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 = "1.0.2", default-features = false, features = [
+toml = { version = "1.0.3", default-features = false, features = [
"parse",
"display",
] }