This is an automated email from the ASF dual-hosted git repository.

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 599af33c6 chore(deps): bump regex from 1.12.2 to 1.12.3 in /native 
(#3453)
599af33c6 is described below

commit 599af33c676ef8186e729fc8e6f976ec5734b634
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 11:47:21 2026 -0500

    chore(deps): bump regex from 1.12.2 to 1.12.3 in /native (#3453)
    
    Bumps [regex](https://github.com/rust-lang/regex) from 1.12.2 to 1.12.3.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rust-lang/regex/compare/1.12.2...1.12.3)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-version: 1.12.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock | 4 ++--
 native/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 1a6d1fe6d..70fab689b 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -4841,9 +4841,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/native/Cargo.toml b/native/Cargo.toml
index 890183594..afed5fa43 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -48,7 +48,7 @@ chrono-tz = { version = "0.10" }
 futures = "0.3.28"
 num = "0.4"
 rand = "0.9"
-regex = "1.11.3"
+regex = "1.12.3"
 thiserror = "2"
 object_store = { version = "0.12.3", features = ["gcp", "azure", "aws", 
"http"] }
 url = "2.2"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to