summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-18 11:10:34 +0000
committerSascha Grunert <sgrunert@redhat.com>2022-01-18 12:18:37 +0100
commitb5dcb332224d259cbd216be4e351f87f11f9f708 (patch)
tree70674247ae4ad2ed12220277bc808f40fef03a72 /Cargo.toml
parentd36533ad76d39377aa082c366139332286fb6ffb (diff)
Bump clap from 2.34.0 to 3.0.9
Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 3.0.9. - [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/v2.34.0...v3.0.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... 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 8ba53f1..9d332aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ name = "gitjournal"
[dependencies]
chrono = "0.4.19"
-clap = { version = "2.34.0", features = ["yaml"] }
+clap = { version = "3.0.9", features = ["yaml"] }
failure = "0.1.8"
git2 = "0.13.25"
lazy_static = "1.4.0"