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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e384b9  chore(deps): Bump regex-lite from 0.1.7 to 0.1.8 (#312)
7e384b9 is described below

commit 7e384b99279d805cc6994e2a0b9fae5df4ff4641
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 15:01:14 2025 +0300

    chore(deps): Bump regex-lite from 0.1.7 to 0.1.8 (#312)
    
    Bumps [regex-lite](https://github.com/rust-lang/regex) from 0.1.7 to 0.1.8.
    - [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/regex-lite-0.1.7...regex-lite-0.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: regex-lite
      dependency-version: 0.1.8
      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>
---
 Cargo.lock      | 4 ++--
 avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f4d9bfc..29be070 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1020,9 +1020,9 @@ dependencies = [
 
 [[package]]
 name = "regex-lite"
-version = "0.1.7"
+version = "0.1.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30"
+checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
 
 [[package]]
 name = "regex-syntax"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index de1edf0..7006316 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -62,7 +62,7 @@ digest = { default-features = false, version = "0.10.7", 
features = ["core-api"]
 miniz_oxide = { default-features = false, version = "0.8.9", features = 
["with-alloc"] }
 log = { workspace = true }
 num-bigint = { default-features = false, version = "0.4.6", features = ["std", 
"serde"] }
-regex-lite = { default-features = false, version = "0.1.7", features = ["std", 
"string"] }
+regex-lite = { default-features = false, version = "0.1.8", features = ["std", 
"string"] }
 serde = { workspace = true }
 serde_bytes = { workspace = true }
 serde_json = { workspace = true }

Reply via email to