Show More
@@ -10,16 +10,16 b' edition = "2021"' | |||||
10 | [dependencies] |
|
10 | [dependencies] | |
11 | atty = "0.2.14" |
|
11 | atty = "0.2.14" | |
12 | hg-core = { path = "../hg-core"} |
|
12 | hg-core = { path = "../hg-core"} | |
13 |
chrono = "0.4. |
|
13 | chrono = "0.4.23" | |
14 | clap = { version = "4.0.24", features = ["cargo"] } |
|
14 | clap = { version = "4.0.24", features = ["cargo"] } | |
15 | derive_more = "0.99.17" |
|
15 | derive_more = "0.99.17" | |
16 |
home = "0.5. |
|
16 | home = "0.5.4" | |
17 | lazy_static = "1.4.0" |
|
17 | lazy_static = "1.4.0" | |
18 |
log = "0.4.1 |
|
18 | log = "0.4.17" | |
19 | micro-timer = "0.4.0" |
|
19 | micro-timer = "0.4.0" | |
20 |
regex = "1. |
|
20 | regex = "1.7.0" | |
21 |
env_logger = "0.9. |
|
21 | env_logger = "0.9.3" | |
22 | format-bytes = "0.3.0" |
|
22 | format-bytes = "0.3.0" | |
23 | users = "0.11.0" |
|
23 | users = "0.11.0" | |
24 |
which = "4. |
|
24 | which = "4.3.0" | |
25 |
rayon = "1.5. |
|
25 | rayon = "1.5.3" |
General Comments 0
You need to be logged in to leave comments.
Login now