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 05dcb43 chore(deps): Bump regex-lite from 0.1.6 to 0.1.7 (#278)
05dcb43 is described below
commit 05dcb43fd73ae8cafbdcba329f6735e7b75dcf5e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 09:51:03 2025 +0300
chore(deps): Bump regex-lite from 0.1.6 to 0.1.7 (#278)
Bumps [regex-lite](https://github.com/rust-lang/regex) from 0.1.6 to 0.1.7.
- [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.6...regex-lite-0.1.7)
---
updated-dependencies:
- dependency-name: regex-lite
dependency-version: 0.1.7
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 835c0a8..a6ae139 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1004,9 +1004,9 @@ dependencies = [
[[package]]
name = "regex-lite"
-version = "0.1.6"
+version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
+checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30"
[[package]]
name = "regex-syntax"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index ef8167b..db2b0fa 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.6", features = ["std",
"string"] }
+regex-lite = { default-features = false, version = "0.1.7", features = ["std",
"string"] }
serde = { workspace = true }
serde_bytes = { workspace = true }
serde_json = { workspace = true }