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 ee94eb5ac chore(rust): bump toml from 0.9.2 to 0.9.5 in /rust (#3279)
ee94eb5ac is described below
commit ee94eb5ac6bdb4e9cbb97e511f0744412c2fb639
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 17 16:25:25 2025 +0900
chore(rust): bump toml from 0.9.2 to 0.9.5 in /rust (#3279)
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.2 to 0.9.5.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rust/Cargo.lock | 12 ++++++------
rust/driver_manager/Cargo.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index abb47aded..988522721 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2653,9 +2653,9 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.9.2"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
+checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
dependencies = [
"serde_spanned",
"toml_datetime",
@@ -2675,18 +2675,18 @@ dependencies = [
[[package]]
name = "toml_parser"
-version = "1.0.1"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
+checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
dependencies = [
"winnow",
]
[[package]]
name = "toml_writer"
-version = "1.0.0"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b679217f2848de74cabd3e8fc5e6d66f40b7da40f8e1954d92054d9010690fd5"
+checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
[[package]]
name = "tracing"
diff --git a/rust/driver_manager/Cargo.toml b/rust/driver_manager/Cargo.toml
index 396dea47b..270e9990e 100644
--- a/rust/driver_manager/Cargo.toml
+++ b/rust/driver_manager/Cargo.toml
@@ -39,7 +39,7 @@ adbc_core.workspace = true
arrow-array.workspace = true
arrow-schema.workspace = true
libloading = "0.8"
-toml = { version = "0.9.2", default-features = false, features = [
+toml = { version = "0.9.5", default-features = false, features = [
"parse",
"display",
] }