Skip to content

Commit b5dcb33

Browse files
dependabot[bot]saschagrunert
authored andcommitted
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](clap-rs/clap@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>
1 parent d36533a commit b5dcb33

File tree

2 files changed

+63
-35
lines changed

2 files changed

+63
-35
lines changed

Cargo.lock

Lines changed: 62 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "gitjournal"
2121

2222
[dependencies]
2323
chrono = "0.4.19"
24-
clap = { version = "2.34.0", features = ["yaml"] }
24+
clap = { version = "3.0.9", features = ["yaml"] }
2525
failure = "0.1.8"
2626
git2 = "0.13.25"
2727
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)