This is an automated email from the ASF dual-hosted git repository.
mbrobbel 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 44b5157c3 chore(rust): bump regex from 1.11.1 to 1.11.2 in /rust
(#3345)
44b5157c3 is described below
commit 44b5157c3b23261be598b380e8b45da0654cac29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 26 18:40:45 2025 +0200
chore(rust): bump regex from 1.11.1 to 1.11.2 in /rust (#3345)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.2.
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 6d5b31a71..a5e7470dc 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -2238,9 +2238,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.11.1"
+version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
+checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
dependencies = [
"aho-corasick",
"memchr",
diff --git a/rust/driver/snowflake/Cargo.toml b/rust/driver/snowflake/Cargo.toml
index 85633b4d4..61691a523 100644
--- a/rust/driver/snowflake/Cargo.toml
+++ b/rust/driver/snowflake/Cargo.toml
@@ -47,7 +47,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.11.1", default-features = false, optional = true }
+regex = { version = "1.11.2", default-features = false, optional = true }
url = "2.5.7"
[dev-dependencies]