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

kriskras99 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 7c405fc  chore(deps): Bump regex-lite from 0.1.8 to 0.1.9 (#453)
7c405fc is described below

commit 7c405fc5b6cb2502e002886e8b8f80f1a0218109
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 06:59:20 2026 +0100

    chore(deps): Bump regex-lite from 0.1.8 to 0.1.9 (#453)
    
    Bumps [regex-lite](https://github.com/rust-lang/regex) from 0.1.8 to 0.1.9.
    - [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.8...regex-lite-0.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: regex-lite
      dependency-version: 0.1.9
      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 006dde1..e7b8513 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1037,9 +1037,9 @@ dependencies = [
 
 [[package]]
 name = "regex-lite"
-version = "0.1.8"
+version = "0.1.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
+checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
 
 [[package]]
 name = "regex-syntax"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index a00ee1c..b147d7c 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -59,7 +59,7 @@ miniz_oxide = { default-features = false, version = "0.9.0", 
features = ["with-a
 log = { workspace = true }
 num-bigint = { default-features = false, version = "0.4.6", features = ["std", 
"serde"] }
 ouroboros = { default-features = false, version = "0.18.5", features = ["std"] 
}
-regex-lite = { default-features = false, version = "0.1.8", features = ["std", 
"string"] }
+regex-lite = { default-features = false, version = "0.1.9", features = ["std", 
"string"] }
 serde = { workspace = true }
 serde_bytes = { workspace = true }
 serde_json = { workspace = true }

Reply via email to