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 24df6026f chore(rust): bump toml from 1.1.4+spec-1.1.0 to
1.1.5+spec-1.1.0 (#4786)
24df6026f is described below
commit 24df6026f43e2dc4df139757441ae5d3ad72ad12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 16 08:19:38 2026 +0900
chore(rust): bump toml from 1.1.4+spec-1.1.0 to 1.1.5+spec-1.1.0 (#4786)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 5cd48b50a..4afba24b5 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -715,9 +715,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "1.1.4+spec-1.1.0"
+version = "1.1.5+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
+checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785"
dependencies = [
"serde_spanned",
"toml_datetime",