diff rust/Cargo.lock @ 46729:6cd9f53aaed8

rhg: Fall back to Python on --repository with an URL A low-hanging fruit to improve on this would be to properly parse and handle `file:` URLs. But other Python-based hg supports some other URL schemes for features that rhg does not support yet. Differential Revision: https://phab.mercurial-scm.org/D10101
author Simon Sapin <simon.sapin@octobus.net>
date Wed, 03 Mar 2021 19:02:06 +0100
parents 46cdd6660503
children 1bac7764ceef
line wrap: on
line diff
--- a/rust/Cargo.lock	Wed Mar 03 18:43:05 2021 +0100
+++ b/rust/Cargo.lock	Wed Mar 03 19:02:06 2021 +0100
@@ -826,8 +826,10 @@
  "env_logger",
  "format-bytes",
  "hg-core",
+ "lazy_static",
  "log",
  "micro-timer",
+ "regex",
  "users",
 ]