summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-03 13:20:48 -0400
committerGitHub <noreply@github.com>2021-05-03 13:20:48 -0400
commitc60ddf76f699b46da1f44bf9c7715523672cf4ca (patch)
tree93350991a21b4fc7fb79931e0528330a2433b2eb /Cargo.toml
parent36b651b6adf8b01d1a21e3a06bf687258bf2c42d (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"