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 cc56078c1 chore(rust): Bump regex from 1.12.2 to 1.12.3 in /rust
(#3940)
cc56078c1 is described below
commit cc56078c1e9c97b328cbfe7b74cf44a7b594937c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 10:43:59 2026 +0900
chore(rust): Bump regex from 1.12.2 to 1.12.3 in /rust (#3940)
Bumps [regex](https://github.com/rust-lang/regex) from 1.12.2 to 1.12.3.
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/snowflake/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index eac70d7ab..bb13bda10 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2122,9 +2122,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.12.2"
+version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
+checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
dependencies = [
"aho-corasick",
"memchr",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 4e0eccfe6..fc9d61b5b 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -48,7 +48,7 @@ adbc_driver_manager.workspace = true
arrow-array.workspace = true
arrow-schema.workspace = true
dotenvy = { version = "0.15.7", default-features = false, optional = true }
-regex = { version = "1.12.2", default-features = false, optional = true }
+regex = { version = "1.12.3", default-features = false, optional = true }
url = "2.5.8"
[dev-dependencies]