summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-17 06:10:57 +0000
committerDan Davison <dandavison7@gmail.com>2022-01-17 19:00:07 -0500
commita44454d02d3f5424735c798e02a22432f97f86f5 (patch)
treec0ee60116d178c703d6504eea81345fcc2df7dc4 /Cargo.toml
parente9e9fb7c6975ae9f0a04cf4f14fec4a38c281af1 (diff)
Bump clap from 3.0.5 to 3.0.7
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.5 to 3.0.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.5...v3.0.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... 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 845e81d1..9c301dda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ atty = "0.2.14"
bitflags = "1.3.2"
box_drawing = "0.1.2"
bytelines = "2.2.2"
-clap = { version = "3.0.5", features = ["derive"] }
+clap = { version = "3.0.7", features = ["derive"] }
console = "0.15.0"
ctrlc = "3.2.1"
dirs-next = "2.0.0"