This is an archive of the discontinued Mercurial Phabricator instance.

rust-hg-core: upgrade dependencies
ClosedPublic

Authored by Alphare on Mar 9 2022, 5:29 AM.

Details

Summary

This upgrades all dependencies to their latest version, except clap and zstd
whose latest versions do not support our minimum supported Rust version 1.48.0.

Same as for rhg, it contains security fix for regex which does not affect
us too much, but doesn't hurt, and the rest of the upgrades are there simply
to keep up.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Alphare created this revision.Mar 9 2022, 5:29 AM
indygreg accepted this revision.Mar 9 2022, 6:16 PM
This revision is now accepted and ready to land.Mar 9 2022, 6:16 PM
This revision was automatically updated to reflect the committed changes.