Skip to content

Commit 9b22ae7

Browse files
authored
Merge pull request #182 from matthiasbeyer/update-deps
Update deps
2 parents 3e189cf + 32b7e25 commit 9b22ae7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ members = [
1818
[dependencies]
1919
atty = "0.2"
2020
chrono = "0.4"
21-
error-chain = "0.11"
21+
error-chain = "0.12"
2222
git2 = "0.7"
2323
is-match = "0.1"
24-
lazy_static = "1.0"
24+
lazy_static = "1"
2525
log = "0.4"
26-
regex = "0.2"
26+
regex = "1"
2727

2828
[dependencies.clap]
2929
version = ">=2.23"

lib/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ readme = "./README.md"
1212
license = "MPL-2.0"
1313

1414
[dependencies]
15+
log = "0.4"
1516
git2 = "0.7"
16-
error-chain = "0.11"
17-
regex = "0.2"
18-
lazy_static = "1.0"
17+
error-chain = "0.12"
18+
regex = "1"
19+
lazy_static = "1"

0 commit comments

Comments
 (0)