Skip to content

Commit a8375d1

Browse files
committed
sysutils/tailspin: update to 5.4.3
Changelog: https://github.com/bensadeh/tailspin/blob/5.4.3/CHANGELOG.md Reported by: GitHub (watch releases)
1 parent 7611c37 commit a8375d1

File tree

3 files changed

+118
-94
lines changed

3 files changed

+118
-94
lines changed

sysutils/tailspin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= tailspin
2-
DISTVERSION= 5.4.2
2+
DISTVERSION= 5.4.3
33
CATEGORIES= sysutils
44

55
MAINTAINER= [email protected]

sysutils/tailspin/Makefile.crates

Lines changed: 38 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,51 @@ CARGO_CRATES= addr2line-0.24.2 \
55
anstyle-1.0.10 \
66
anstyle-parse-0.2.6 \
77
anstyle-query-1.1.2 \
8-
anstyle-wincon-3.0.7 \
8+
anstyle-wincon-3.0.8 \
99
async-trait-0.1.88 \
1010
autocfg-1.4.0 \
11-
backtrace-0.3.74 \
11+
backtrace-0.3.75 \
1212
backtrace-ext-0.2.1 \
1313
bitflags-1.3.2 \
14-
bitflags-2.9.0 \
14+
bitflags-2.9.1 \
15+
bumpalo-3.17.0 \
1516
bytes-1.10.1 \
1617
cfg-if-1.0.0 \
1718
cfg_aliases-0.2.1 \
18-
clap-4.5.37 \
19-
clap_builder-4.5.37 \
20-
clap_complete-4.5.47 \
19+
clap-4.5.38 \
20+
clap_builder-4.5.38 \
21+
clap_complete-4.5.50 \
2122
clap_derive-4.5.32 \
2223
clap_lex-0.7.4 \
2324
colorchoice-1.0.3 \
2425
crossbeam-channel-0.5.15 \
2526
crossbeam-deque-0.8.6 \
2627
crossbeam-epoch-0.9.18 \
2728
crossbeam-utils-0.8.21 \
28-
ctrlc-3.4.6 \
29+
ctrlc-3.4.7 \
2930
dirs-6.0.0 \
3031
dirs-sys-0.5.0 \
3132
either-1.15.0 \
3233
equivalent-1.0.2 \
33-
errno-0.3.11 \
34+
errno-0.3.12 \
3435
fastrand-2.3.0 \
3536
filetime-0.2.25 \
3637
futures-core-0.3.31 \
3738
futures-task-0.3.31 \
3839
futures-util-0.3.31 \
39-
getrandom-0.2.15 \
40-
getrandom-0.3.2 \
40+
getrandom-0.2.16 \
41+
getrandom-0.3.3 \
4142
gimli-0.31.1 \
42-
hashbrown-0.15.2 \
43+
hashbrown-0.15.3 \
4344
heck-0.5.0 \
4445
indexmap-2.9.0 \
4546
inotify-0.9.6 \
4647
inotify-sys-0.1.5 \
4748
is_ci-1.2.0 \
4849
is_terminal_polyfill-1.70.1 \
4950
itoa-1.0.15 \
50-
kqueue-1.0.8 \
51+
js-sys-0.3.77 \
52+
kqueue-1.1.1 \
5153
kqueue-sys-1.0.4 \
5254
libc-0.2.172 \
5355
libredox-0.1.3 \
@@ -56,18 +58,19 @@ CARGO_CRATES= addr2line-0.24.2 \
5658
lock_api-0.4.12 \
5759
log-0.4.27 \
5860
memchr-2.7.4 \
59-
miette-7.5.0 \
60-
miette-derive-7.5.0 \
61+
miette-7.6.0 \
62+
miette-derive-7.6.0 \
6163
miniz_oxide-0.8.8 \
6264
mio-0.8.11 \
63-
mio-1.0.3 \
64-
nix-0.29.0 \
65+
mio-1.0.4 \
66+
nix-0.30.1 \
6567
notify-5.2.0 \
6668
nu-ansi-term-0.50.1 \
6769
object-0.36.7 \
6870
once_cell-1.21.3 \
71+
once_cell_polyfill-1.70.1 \
6972
option-ext-0.2.0 \
70-
owo-colors-4.2.0 \
73+
owo-colors-4.2.1 \
7174
parking_lot-0.12.3 \
7275
parking_lot_core-0.9.10 \
7376
pin-project-lite-0.2.16 \
@@ -77,13 +80,14 @@ CARGO_CRATES= addr2line-0.24.2 \
7780
r-efi-5.2.0 \
7881
rayon-1.10.0 \
7982
rayon-core-1.12.1 \
80-
redox_syscall-0.5.11 \
83+
redox_syscall-0.5.12 \
8184
redox_users-0.5.0 \
8285
regex-1.11.1 \
8386
regex-automata-0.4.9 \
8487
regex-syntax-0.8.5 \
8588
rustc-demangle-0.1.24 \
86-
rustix-1.0.5 \
89+
rustix-1.0.7 \
90+
rustversion-1.0.21 \
8791
ryu-1.0.20 \
8892
same-file-1.0.6 \
8993
scopeguard-1.2.0 \
@@ -93,36 +97,40 @@ CARGO_CRATES= addr2line-0.24.2 \
9397
serde_spanned-0.6.8 \
9498
shell-words-1.1.0 \
9599
shellexpand-3.1.1 \
96-
signal-hook-registry-1.4.4 \
100+
signal-hook-registry-1.4.5 \
97101
slab-0.4.9 \
98102
smallvec-1.15.0 \
99103
socket2-0.5.9 \
100104
strsim-0.11.1 \
101105
supports-color-3.0.2 \
102106
supports-hyperlinks-3.1.0 \
103107
supports-unicode-3.0.0 \
104-
syn-2.0.100 \
105-
tempfile-3.19.1 \
108+
syn-2.0.101 \
109+
tempfile-3.20.0 \
106110
terminal_size-0.4.2 \
107111
textwrap-0.16.2 \
108-
thiserror-1.0.69 \
109112
thiserror-2.0.12 \
110-
thiserror-impl-1.0.69 \
111113
thiserror-impl-2.0.12 \
112-
tokio-1.44.2 \
114+
tokio-1.45.1 \
113115
tokio-macros-2.5.0 \
114-
toml-0.8.20 \
115-
toml_datetime-0.6.8 \
116-
toml_edit-0.22.24 \
116+
toml-0.8.22 \
117+
toml_datetime-0.6.9 \
118+
toml_edit-0.22.26 \
119+
toml_write-0.1.1 \
117120
unicode-ident-1.0.18 \
118121
unicode-linebreak-0.1.5 \
119122
unicode-width-0.1.14 \
120123
unicode-width-0.2.0 \
121124
utf8parse-0.2.2 \
122-
uuid-1.16.0 \
125+
uuid-1.17.0 \
123126
walkdir-2.5.0 \
124127
wasi-0.11.0+wasi-snapshot-preview1 \
125128
wasi-0.14.2+wasi-0.2.4 \
129+
wasm-bindgen-0.2.100 \
130+
wasm-bindgen-backend-0.2.100 \
131+
wasm-bindgen-macro-0.2.100 \
132+
wasm-bindgen-macro-support-0.2.100 \
133+
wasm-bindgen-shared-0.2.100 \
126134
winapi-util-0.1.9 \
127135
windows-sys-0.45.0 \
128136
windows-sys-0.48.0 \
@@ -153,5 +161,5 @@ CARGO_CRATES= addr2line-0.24.2 \
153161
windows_x86_64_msvc-0.42.2 \
154162
windows_x86_64_msvc-0.48.5 \
155163
windows_x86_64_msvc-0.52.6 \
156-
winnow-0.7.6 \
164+
winnow-0.7.10 \
157165
wit-bindgen-rt-0.39.0

0 commit comments

Comments
 (0)