diff options
Diffstat (limited to 'deskutils/skim/Makefile')
-rw-r--r-- | deskutils/skim/Makefile | 125 |
1 files changed, 62 insertions, 63 deletions
diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile index abd1b70839bc..92001f07bb5b 100644 --- a/deskutils/skim/Makefile +++ b/deskutils/skim/Makefile @@ -1,6 +1,6 @@ PORTNAME= skim DISTVERSIONPREFIX= v -DISTVERSION= 0.16.2 +DISTVERSION= 0.17.2 CATEGORIES= deskutils PKGNAMESUFFIX= -fuzzy-finder @@ -23,22 +23,21 @@ CARGO_CRATES= aho-corasick-1.1.3 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ anstyle-query-1.1.2 \ - anstyle-wincon-3.0.6 \ + anstyle-wincon-3.0.7 \ arrayvec-0.7.6 \ autocfg-1.4.0 \ beef-0.5.2 \ bitflags-1.3.2 \ - bitflags-2.6.0 \ - bstr-1.11.0 \ - bumpalo-3.16.0 \ - byteorder-1.5.0 \ - cc-1.2.1 \ + bitflags-2.9.0 \ + bstr-1.12.0 \ + bumpalo-3.17.0 \ + cc-1.2.21 \ cfg-if-1.0.0 \ cfg_aliases-0.2.1 \ - chrono-0.4.40 \ + chrono-0.4.41 \ clap-4.5.37 \ clap_builder-4.5.37 \ - clap_complete-4.5.47 \ + clap_complete-4.5.48 \ clap_complete_fig-4.5.2 \ clap_complete_nushell-4.5.5 \ clap_derive-4.5.32 \ @@ -48,60 +47,62 @@ CARGO_CRATES= aho-corasick-1.1.3 \ core-foundation-sys-0.8.7 \ crossbeam-0.8.4 \ crossbeam-channel-0.5.15 \ - crossbeam-deque-0.8.5 \ + crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ - crossbeam-queue-0.3.11 \ - crossbeam-utils-0.8.20 \ - darling-0.20.10 \ - darling_core-0.20.10 \ - darling_macro-0.20.10 \ + crossbeam-queue-0.3.12 \ + crossbeam-utils-0.8.21 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ defer-drop-1.3.0 \ - deranged-0.4.1 \ + deranged-0.4.0 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ derive_builder_macro-0.20.2 \ dirs-next-2.0.0 \ dirs-sys-next-0.1.2 \ - either-1.13.0 \ - env_filter-0.1.2 \ + either-1.15.0 \ + env_filter-0.1.3 \ env_home-0.1.0 \ - env_logger-0.11.6 \ - equivalent-1.0.1 \ - errno-0.3.10 \ - fastrand-2.2.0 \ + env_logger-0.11.8 \ + equivalent-1.0.2 \ + errno-0.3.11 \ + fastrand-2.3.0 \ fnv-1.0.7 \ fuzzy-matcher-0.3.7 \ - getrandom-0.2.15 \ - getrandom-0.3.0 \ - hashbrown-0.15.2 \ + getrandom-0.2.16 \ + getrandom-0.3.2 \ + hashbrown-0.15.3 \ heck-0.5.0 \ - humantime-2.1.0 \ - iana-time-zone-0.1.61 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ ident_case-1.0.1 \ - indexmap-2.8.0 \ + indexmap-2.9.0 \ is_terminal_polyfill-1.70.1 \ - js-sys-0.3.72 \ + jiff-0.2.12 \ + jiff-static-0.2.12 \ + js-sys-0.3.77 \ lazy_static-1.5.0 \ - libc-0.2.170 \ + libc-0.2.172 \ libredox-0.1.3 \ - linux-raw-sys-0.4.14 \ - linux-raw-sys-0.9.2 \ + linux-raw-sys-0.9.4 \ log-0.4.27 \ memchr-2.7.4 \ - nix-0.24.3 \ nix-0.29.0 \ num-conv-0.1.0 \ num-traits-0.2.19 \ - once_cell-1.20.2 \ + once_cell-1.21.3 \ + portable-atomic-1.11.0 \ + portable-atomic-util-0.2.4 \ powerfmt-0.2.0 \ - ppv-lite86-0.2.20 \ - proc-macro2-1.0.92 \ + ppv-lite86-0.2.21 \ + proc-macro2-1.0.95 \ pulldown-cmark-0.13.0 \ - quote-1.0.37 \ - rand-0.9.0 \ + quote-1.0.40 \ + r-efi-5.2.0 \ + rand-0.9.1 \ rand_chacha-0.9.0 \ - rand_core-0.9.0 \ + rand_core-0.9.3 \ rayon-1.10.0 \ rayon-core-1.12.1 \ redox_users-0.4.6 \ @@ -109,15 +110,14 @@ CARGO_CRATES= aho-corasick-1.1.3 \ regex-automata-0.4.9 \ regex-syntax-0.8.5 \ roff-0.2.2 \ - rustix-0.38.41 \ - rustix-1.0.2 \ - rustversion-1.0.18 \ - serde-1.0.215 \ - serde_derive-1.0.215 \ + rustix-1.0.7 \ + rustversion-1.0.20 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ shell-quote-0.7.2 \ shlex-1.3.0 \ strsim-0.11.1 \ - syn-2.0.89 \ + syn-2.0.101 \ tempfile-3.19.1 \ term-0.7.0 \ thiserror-1.0.69 \ @@ -126,27 +126,28 @@ CARGO_CRATES= aho-corasick-1.1.3 \ time-0.3.41 \ time-core-0.1.4 \ timer-0.2.0 \ - tuikit-0.5.0 \ unicase-2.8.1 \ - unicode-ident-1.0.14 \ - unicode-width-0.1.14 \ + unicode-ident-1.0.18 \ unicode-width-0.2.0 \ utf8parse-0.2.2 \ vte-0.15.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ - wasm-bindgen-0.2.95 \ - wasm-bindgen-backend-0.2.95 \ - wasm-bindgen-macro-0.2.95 \ - wasm-bindgen-macro-support-0.2.95 \ - wasm-bindgen-shared-0.2.95 \ - which-7.0.2 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + which-7.0.3 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ - windows-link-0.1.0 \ - windows-sys-0.52.0 \ + windows-core-0.61.0 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-result-0.3.2 \ + windows-strings-0.4.0 \ windows-sys-0.59.0 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ @@ -158,11 +159,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ winsafe-0.0.19 \ - wit-bindgen-rt-0.33.0 \ - zerocopy-0.7.35 \ - zerocopy-0.8.14 \ - zerocopy-derive-0.7.35 \ - zerocopy-derive-0.8.14 + wit-bindgen-rt-0.39.0 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 PLIST_FILES= bin/sk |