Mercurial > hg-stable
changeset 49759:ab6151e1f468
rhg: upgrade the remainder of the dependencies
These are painless, so they are all grouped in this changeset.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 15 Nov 2022 01:52:46 +0100 |
parents | 37bc3edef76f |
children | 7e6f3c69c0fb |
files | rust/rhg/Cargo.toml |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/rust/rhg/Cargo.toml Tue Nov 15 00:02:43 2022 +0100 +++ b/rust/rhg/Cargo.toml Tue Nov 15 01:52:46 2022 +0100 @@ -10,16 +10,16 @@ [dependencies] atty = "0.2.14" hg-core = { path = "../hg-core"} -chrono = "0.4.19" +chrono = "0.4.23" clap = { version = "4.0.24", features = ["cargo"] } derive_more = "0.99.17" -home = "0.5.3" +home = "0.5.4" lazy_static = "1.4.0" -log = "0.4.14" +log = "0.4.17" micro-timer = "0.4.0" -regex = "1.5.5" -env_logger = "0.9.0" +regex = "1.7.0" +env_logger = "0.9.3" format-bytes = "0.3.0" users = "0.11.0" -which = "4.2.5" -rayon = "1.5.1" +which = "4.3.0" +rayon = "1.5.3"