From d8f89fa59e578c6077d79a690ad59ee214dcc431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:19:54 +0000 Subject: [PATCH] build(deps): bump regex-syntax from 0.7.5 to 0.8.2 Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.7.5 to 0.8.2. - [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.5...regex-syntax-0.8.2) --- updated-dependencies: - dependency-name: regex-syntax dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++--------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe32730..f46ac0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,7 +313,7 @@ dependencies = [ "normpath", "nu-ansi-term", "regex", - "regex-syntax 0.7.5", + "regex-syntax", "tempfile", "test-case", "version_check", @@ -605,7 +605,7 @@ dependencies = [ "aho-corasick", "memchr", "regex-automata", - "regex-syntax 0.8.2", + "regex-syntax", ] [[package]] @@ -616,15 +616,9 @@ checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax", ] -[[package]] -name = "regex-syntax" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - [[package]] name = "regex-syntax" version = "0.8.2" diff --git a/Cargo.toml b/Cargo.toml index 5eb5781..27b351a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ nu-ansi-term = "0.49" argmax = "0.3.1" ignore = "0.4.20" regex = "1.9.6" -regex-syntax = "0.7" +regex-syntax = "0.8" ctrlc = "3.2" humantime = "2.1" globset = "0.4"