From 4eaa27dfc37b27b5d6b8cc0fb28994012ea0c311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:57:36 +0300 Subject: [PATCH] Bump regex-lite from 0.1.5 to 0.1.6 in /lang/rust (#2950) --- 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 8e4e8ea76cf..34934cdae5e 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 799256370ce..de2cbb1290a 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 }