summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-06 21:19:46 +0000
committerGitHub <noreply@github.com>2022-06-06 21:19:46 +0000
commit710daeceabe75cd4f034fb7203ff4f6ceb8e7416 (patch)
tree26795e5ad55c6c2cc24dec532097c58ba05b77db /Cargo.toml
parent44e877d148f29ae68e44b5553018f2096087d90b (diff)
Bump regex from 1.3.9 to 1.5.5dependabot/cargo/regex-1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.5.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.3.9...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@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 5231e58..9b4fc2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
getopts = "0.2.21"
-regex = "1.3.9"
+regex = "1.5.5"
signal-hook = "0.1.10"
terminal_size = "0.1.8"
unicode-width = "0.1.1"