summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-12 05:19:55 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-12 05:31:32 +0000
commita2e7f6947fa6cfabb201daa0beebcb77a0d5bbfc (patch)
tree253e03f015098cdec5f754255b14410553e715dc /Cargo.toml
parent3bc3c00313be11c8258c18bb5a89075c7dda6521 (diff)
build(deps): bump regex from 1.4.3 to 1.4.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.4. - [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.3...1.4.4) 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 9b77fe8ed..3af598b68 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.3"
+regex = "1.4.4"
os_info = "3.0.1"
urlencoding = "1.1.1"
open = "1.6.0"