File 0001-cargo-update-regex-dependency.patch of Package firecracker

From 309eaac3669c551b55cc99646c32196545e3e199 Mon Sep 17 00:00:00 2001
From: alindima <alindima@amazon.com>
Date: Wed, 9 Mar 2022 07:48:54 +0000
Subject: [PATCH] cargo: update regex dependency

Signed-off-by: alindima <alindima@amazon.com>
Signed-off-by: Liang Yan <lyan@opensuse.org>
---
 Cargo.lock            | 4 ++--
 src/jailer/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index acf448f1..6d8a01aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -792,9 +792,9 @@ dependencies = [
 
 [[package]]
 name = "regex"
-version = "1.5.4"
+version = "1.5.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
+checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
 dependencies = [
  "regex-syntax",
 ]
diff --git a/src/jailer/Cargo.toml b/src/jailer/Cargo.toml
index f436ddb3..3d9e9720 100644
--- a/src/jailer/Cargo.toml
+++ b/src/jailer/Cargo.toml
@@ -10,6 +10,6 @@ license = "Apache-2.0"
 
 [dependencies]
 libc = ">=0.2.39"
-regex = { version = ">=1.0.0", default-features = false, features = ["std"] }
+regex = { version = ">=1.5.5", default-features = false, features = ["std"] }
 
 utils = { path = "../utils" }
-- 
2.35.1

openSUSE Build Service is sponsored by