##// END OF EJS Templates
rhg: upgrade the remainder of the dependencies...
Raphaël Gomès -
r50535:ab6151e1 default
parent child Browse files
Show More
@@ -10,16 +10,16 b' edition = "2021"'
10 10 [dependencies]
11 11 atty = "0.2.14"
12 12 hg-core = { path = "../hg-core"}
13 chrono = "0.4.19"
13 chrono = "0.4.23"
14 14 clap = { version = "4.0.24", features = ["cargo"] }
15 15 derive_more = "0.99.17"
16 home = "0.5.3"
16 home = "0.5.4"
17 17 lazy_static = "1.4.0"
18 log = "0.4.14"
18 log = "0.4.17"
19 19 micro-timer = "0.4.0"
20 regex = "1.5.5"
21 env_logger = "0.9.0"
20 regex = "1.7.0"
21 env_logger = "0.9.3"
22 22 format-bytes = "0.3.0"
23 23 users = "0.11.0"
24 which = "4.2.5"
25 rayon = "1.5.1"
24 which = "4.3.0"
25 rayon = "1.5.3"
General Comments 0
You need to be logged in to leave comments. Login now