Skip to content

Commit

Permalink
sysutils/tailspin: update to 2.3.0
Browse files Browse the repository at this point in the history
Changelog: https://github.com/bensadeh/tailspin/blob/2.3.0/CHANGELOG.md

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Jan 9, 2024
1 parent a36cd93 commit 3c98f69
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 71 deletions.
3 changes: 1 addition & 2 deletions sysutils/tailspin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= tailspin
DISTVERSION= 2.2.0
PORTREVISION= 1
DISTVERSION= 2.3.0
CATEGORIES= sysutils

MAINTAINER= tagattie@FreeBSD.org
Expand Down
55 changes: 33 additions & 22 deletions sysutils/tailspin/Makefile.crates
Expand Up @@ -6,31 +6,33 @@ CARGO_CRATES= addr2line-0.20.0 \
anstyle-parse-0.2.1 \
anstyle-query-1.0.0 \
anstyle-wincon-3.0.1 \
async-trait-0.1.74 \
async-trait-0.1.77 \
autocfg-1.1.0 \
backtrace-0.3.68 \
bitflags-1.3.2 \
bitflags-2.4.1 \
bytes-1.4.0 \
cc-1.0.79 \
cfg-if-1.0.0 \
clap-4.4.8 \
clap_builder-4.4.8 \
clap_complete-4.4.4 \
clap-4.4.13 \
clap_builder-4.4.12 \
clap_complete-4.4.6 \
clap_derive-4.4.7 \
clap_lex-0.6.0 \
color-eyre-0.6.2 \
color-spantrace-0.2.0 \
colorchoice-1.0.0 \
colored-2.0.4 \
colored-2.1.0 \
crossbeam-channel-0.5.8 \
crossbeam-utils-0.8.16 \
ctrlc-3.4.1 \
crossbeam-deque-0.8.4 \
crossbeam-epoch-0.9.17 \
crossbeam-utils-0.8.18 \
ctrlc-3.4.2 \
dirs-5.0.1 \
dirs-sys-0.4.1 \
either-1.9.0 \
equivalent-1.0.0 \
errno-0.3.1 \
errno-dragonfly-0.1.2 \
errno-0.3.8 \
eyre-0.6.8 \
fastrand-2.0.0 \
filetime-0.2.21 \
Expand All @@ -42,18 +44,16 @@ CARGO_CRATES= addr2line-0.20.0 \
hashbrown-0.14.0 \
heck-0.4.1 \
hermit-abi-0.2.6 \
hermit-abi-0.3.1 \
indenter-0.3.3 \
indexmap-2.0.0 \
inotify-0.9.6 \
inotify-sys-0.1.5 \
is-terminal-0.4.8 \
kqueue-1.0.7 \
kqueue-sys-1.0.3 \
lazy_static-1.4.0 \
libc-0.2.149 \
libc-0.2.151 \
linemux-0.3.0 \
linux-raw-sys-0.4.10 \
linux-raw-sys-0.4.12 \
lock_api-0.4.10 \
log-0.4.19 \
memchr-2.6.3 \
Expand All @@ -63,19 +63,21 @@ CARGO_CRATES= addr2line-0.20.0 \
notify-5.2.0 \
num_cpus-1.15.0 \
object-0.31.1 \
once_cell-1.18.0 \
once_cell-1.19.0 \
option-ext-0.2.0 \
owo-colors-3.5.0 \
parking_lot-0.12.1 \
parking_lot_core-0.9.8 \
pin-project-lite-0.2.12 \
pin-utils-0.1.0 \
ppv-lite86-0.2.17 \
proc-macro2-1.0.64 \
quote-1.0.30 \
proc-macro2-1.0.76 \
quote-1.0.35 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
rayon-1.8.0 \
rayon-core-1.12.0 \
redox_syscall-0.2.16 \
redox_syscall-0.3.5 \
redox_syscall-0.4.1 \
Expand All @@ -84,11 +86,11 @@ CARGO_CRATES= addr2line-0.20.0 \
regex-automata-0.4.3 \
regex-syntax-0.8.2 \
rustc-demangle-0.1.23 \
rustix-0.38.21 \
rustix-0.38.28 \
same-file-1.0.6 \
scopeguard-1.1.0 \
serde-1.0.192 \
serde_derive-1.0.192 \
serde-1.0.195 \
serde_derive-1.0.195 \
serde_spanned-0.6.4 \
sharded-slab-0.1.4 \
shellexpand-3.1.0 \
Expand All @@ -97,13 +99,13 @@ CARGO_CRATES= addr2line-0.20.0 \
smallvec-1.10.0 \
socket2-0.5.5 \
strsim-0.10.0 \
syn-2.0.28 \
tempfile-3.8.1 \
syn-2.0.48 \
tempfile-3.9.0 \
terminal_size-0.3.0 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
thread_local-1.1.7 \
tokio-1.34.0 \
tokio-1.35.1 \
tokio-macros-2.2.0 \
toml-0.8.8 \
toml_datetime-0.6.5 \
Expand All @@ -123,20 +125,29 @@ CARGO_CRATES= addr2line-0.20.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.45.0 \
windows-sys-0.48.0 \
windows-sys-0.52.0 \
windows-targets-0.42.2 \
windows-targets-0.48.0 \
windows-targets-0.52.0 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_gnullvm-0.52.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
windows_aarch64_msvc-0.52.0 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
windows_i686_gnu-0.52.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
windows_i686_msvc-0.52.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnu-0.52.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_gnullvm-0.52.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.0 \
windows_x86_64_msvc-0.52.0 \
winnow-0.5.15

0 comments on commit 3c98f69

Please sign in to comment.