summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-11 05:31:56 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-11 05:48:18 +0000
commitf14c2bf2d1eba533ba01016fb6aaeea51f3c6977 (patch)
tree3f0650a6fdc0f566a5a559bb88812d9626a72a27 /Cargo.toml
parent83d1a4b86d1f800b0ef88bcf9bcb9ad76d336a34 (diff)
build(deps): bump regex from 1.4.2 to 1.4.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.4.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.4.2...1.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 4b5408cdf..a04230158 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,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.2"
+regex = "1.4.3"
os_info = "3.0.1"
urlencoding = "1.1.1"
open = "1.4.0"