diff options
Diffstat (limited to 'sysutils/httm/Makefile.crates')
-rw-r--r-- | sysutils/httm/Makefile.crates | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/httm/Makefile.crates b/sysutils/httm/Makefile.crates index 5faebca22b72..17ce1e90da3d 100644 --- a/sysutils/httm/Makefile.crates +++ b/sysutils/httm/Makefile.crates @@ -16,8 +16,8 @@ CARGO_CRATES= ahash-0.3.8 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ clap-2.34.0 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ + clap-4.5.39 \ + clap_builder-4.5.39 \ clap_lex-0.7.4 \ colorchoice-1.0.3 \ console-0.15.5 \ @@ -56,7 +56,6 @@ CARGO_CRATES= ahash-0.3.8 \ ident_case-1.0.1 \ indexmap-2.2.3 \ indicatif-0.15.0 \ - indicatif-0.17.11 \ is_terminal_polyfill-1.70.1 \ itertools-0.14.0 \ itoa-1.0.6 \ @@ -122,6 +121,7 @@ CARGO_CRATES= ahash-0.3.8 \ unicode-ident-1.0.8 \ unicode-width-0.1.13 \ unicode-width-0.2.0 \ + unit-prefix-0.5.1 \ utf8parse-0.2.1 \ uuid-1.7.0 \ vec_map-0.8.2 \ @@ -160,4 +160,5 @@ CARGO_CRATES= ahash-0.3.8 \ windows_x86_64_msvc-0.52.6 \ winsafe-0.0.19 \ xattr-1.5.0 \ - yaml-rust-0.3.5 + yaml-rust-0.3.5 \ + indicatif@git+https://github.com/console-rs/indicatif\#458e4dc391c1b001937e502bd450a0bfc8b4d9f6 |