Skip to content

Commit bd3e45f

Browse files
committed
chore: dep update
1 parent 833e03a commit bd3e45f

File tree

2 files changed

+69
-61
lines changed

2 files changed

+69
-61
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ readme = "README.md"
44
keywords = ["git", "log", "changelog", "parser", "parse"]
55
license = "MIT"
66
name = "clog-cli"
7-
version = "0.9.2"
7+
version = "0.9.3"
88
authors = ["Christoph Burgdorf <[email protected]>"]
99
description = "A conventional changelog for the rest of us"
1010
exclude = ["docs/*"]
@@ -13,8 +13,8 @@ exclude = ["docs/*"]
1313
name = "clog"
1414

1515
[dependencies]
16-
semver = "~0.5.0"
17-
clap = "~2.14"
16+
semver = "~0.6.0"
17+
clap = "~2.21.1"
1818
time = "~0.1.32"
1919
clog = "~0.9.1"
2020

0 commit comments

Comments
 (0)