diff options
Diffstat (limited to 'sysutils/httm/Makefile.crates')
-rw-r--r-- | sysutils/httm/Makefile.crates | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/sysutils/httm/Makefile.crates b/sysutils/httm/Makefile.crates index e47e254aa53b..17ce1e90da3d 100644 --- a/sysutils/httm/Makefile.crates +++ b/sysutils/httm/Makefile.crates @@ -1,9 +1,3 @@ -===> License MPL20 accepted by the user -===> httm-0.47.0 depends on file: /usr/local/sbin/pkg - found -===> Fetching all distfiles required by httm-0.47.0 for building -===> Extracting for httm-0.47.0 -=> SHA256 Checksum OK for kimono-koans-httm-0.47.0_GH0.tar.gz. -===> Moving crates to /usr/ports/sysutils/httm/work/httm-0.47.0/cargo-crates CARGO_CRATES= ahash-0.3.8 \ aho-corasick-1.1.3 \ ansi_term-0.12.1 \ @@ -22,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.37 \ - clap_builder-4.5.37 \ + clap-4.5.39 \ + clap_builder-4.5.39 \ clap_lex-0.7.4 \ colorchoice-1.0.3 \ console-0.15.5 \ @@ -62,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 \ @@ -76,7 +69,7 @@ CARGO_CRATES= ahash-0.3.8 \ memchr-2.7.4 \ memoffset-0.8.0 \ nix-0.24.3 \ - nix-0.30.0 \ + nix-0.30.1 \ nu-ansi-term-0.50.1 \ num-conv-0.1.0 \ num_threads-0.1.6 \ @@ -128,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 \ @@ -166,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 |