From 49c09d493a970ec5619b2085f4d1b8b1b4802227 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:31:40 +0000 Subject: [PATCH] build(deps): bump regex from 1.4.4 to 1.4.5 Bumps [regex](https://github.com/rust-lang/regex) from 1.4.4 to 1.4.5. - [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.4.4...1.4.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8123d312..795abd5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1364,9 +1364,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.4" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3" +checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 3af598b6..29381763 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ starship_module_config_derive = { version = "0.1.2", path = "starship_module_con yaml-rust = "0.4.5" pest = "2.1.3" pest_derive = "2.1.0" -regex = "1.4.4" +regex = "1.4.5" os_info = "3.0.1" urlencoding = "1.1.1" open = "1.6.0"