From 7a994e53c9ccd62e7363f3653a658746919cd8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 03:02:03 +0000 Subject: [PATCH] Bump regex from 1.5.4 to 1.7.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.7.1. - [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/1.5.4...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 516f38e..81b0bbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1973,9 +1973,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", @@ -1984,9 +1984,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" [[package]] name = "remove_dir_all" diff --git a/Cargo.toml b/Cargo.toml index 3ec32c6..9e29c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ migrant_lib = { version = "0.32", features = ["d-sqlite"] } error-chain = "*" askama = { version = "0.10", features = ["with-iron"] } askama_iron = "0.10" -regex = "1.3" +regex = "1.7" lazy_static = "1.4" vtext = "0.2.0" sprs = "0.7.1"