This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new aae349336 Bump regex-lite from 0.1.5 to 0.1.6 in /lang/rust (#2950)
aae349336 is described below
commit aae349336e5da791a073e7eedfe9e2c9ef525a39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 10 22:57:36 2024 +0300
Bump regex-lite from 0.1.5 to 0.1.6 in /lang/rust (#2950)
(cherry picked from commit 4eaa27dfc37b27b5d6b8cc0fb28994012ea0c311)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 8e4e8ea76..34934cdae 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1035,9 +1035,9 @@ dependencies = [
[[package]]
name = "regex-lite"
-version = "0.1.5"
+version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
+checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
[[package]]
name = "regex-syntax"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 799256370..de2cbb129 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -62,7 +62,7 @@ digest = { default-features = false, version = "0.10.7",
features = ["core-api"]
libflate = { default-features = false, version = "2.1.0", features = ["std"] }
log = { workspace = true }
num-bigint = { default-features = false, version = "0.4.5", features = ["std",
"serde"] }
-regex-lite = { default-features = false, version = "0.1.5", features = ["std",
"string"] }
+regex-lite = { default-features = false, version = "0.1.6", features = ["std",
"string"] }
serde = { workspace = true }
serde_json = { workspace = true }
snap = { default-features = false, version = "1.1.0", optional = true }