summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-23 05:19:31 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-23 05:29:39 +0000
commitee92c2b575cb0f0dbcf2cf772bbd80acc1db587f (patch)
tree1b1ee7206ca1b12ad8c3e3aab4399465f2b800df /Cargo.toml
parentffe1049c823e2a319be1208f648061a1cb5b652e (diff)
build(deps): bump regex from 1.4.5 to 1.4.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6. - [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.5...1.4.6) 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 c1d71d177..ed15a60b2 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.5"
+regex = "1.4.6"
os_info = "3.0.2"
urlencoding = "1.1.1"
open = "1.7.0"