From c60ddf76f699b46da1f44bf9c7715523672cf4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 13:20:48 -0400 Subject: build: bump regex from 1.5.2 to 1.5.3 (#2682) Bumps [regex](https://github.com/rust-lang/regex) from 1.5.2 to 1.5.3. - [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.2...1.5.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 131b9c133..d09688f50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,9 +1383,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efb2352a0f4d4b128f734b5c44c79ff80117351138733f12f982fe3e2b13343" +checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b" dependencies = [ "aho-corasick", "memchr", @@ -1394,9 +1394,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.24" +version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00efb87459ba4f6fb2169d20f68565555688e1250ee6825cdf6254f8b48fafb2" +checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "remove_dir_all" diff --git a/Cargo.toml b/Cargo.toml index 7e7db2470..b15c984ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ starship_module_config_derive = { version = "0.2.1", path = "starship_module_con yaml-rust = "0.4.5" pest = "2.1.3" pest_derive = "2.1.0" -regex = "1.4.6" +regex = "1.5.3" os_info = "3.0.4" urlencoding = "1.1.1" open = "1.7.0" -- cgit v1.2.3