From c421dd928f7435ce6001efb7c4b19eed83ad5219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:50:15 +0000 Subject: [PATCH] Update regex-syntax requirement from 0.7.1 to 0.8.2 Updates the requirements on [regex-syntax](https://github.com/rust-lang/regex) to permit the latest version. - [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-syntax-0.7.1...regex-syntax-0.8.2) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e45aecca..6caa2a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ regex = { version = "1.5.4", default-features = false, features = [ "std", "unicode-perl", ] } -regex-syntax = { version = "0.7.1", optional = true } +regex-syntax = { version = "0.8.2", optional = true } serde = { version = "1.0.127", optional = true, features = ["derive"] } ciborium = { version = "0.2.0", optional = true } serde_json = { version = "1.0.66", optional = true, default-features = false, features = [