We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e189cf + 32b7e25 commit 9b22ae7Copy full SHA for 9b22ae7
Cargo.toml
@@ -18,12 +18,12 @@ members = [
18
[dependencies]
19
atty = "0.2"
20
chrono = "0.4"
21
-error-chain = "0.11"
+error-chain = "0.12"
22
git2 = "0.7"
23
is-match = "0.1"
24
-lazy_static = "1.0"
+lazy_static = "1"
25
log = "0.4"
26
-regex = "0.2"
+regex = "1"
27
28
[dependencies.clap]
29
version = ">=2.23"
lib/Cargo.toml
@@ -12,7 +12,8 @@ readme = "./README.md"
12
license = "MPL-2.0"
13
14
15
+log = "0.4"
16
17
0 commit comments