Skip to content

Commit fc76ffb

Browse files
committed
build: 0.12.3
1 parent bddee90 commit fc76ffb

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

CREDITS.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Project Dependencies
22
Package: channelz
3-
Version: 0.12.2
3+
Version: 0.12.3
44
Target: x86_64-unknown-linux-gnu
5-
Generated: 2025-10-31 01:17:44 UTC
5+
Generated: 2025-12-11 20:14:19 UTC
66

77
| Package | Version | Author(s) | License |
88
| ---- | ---- | ---- | ---- |
@@ -13,35 +13,35 @@
1313
| [bitflags](https://github.com/bitflags/bitflags) | 2.10.0 | The Rust Project Developers | MIT OR Apache-2.0 |
1414
| [**brotli**](https://github.com/dropbox/rust-brotli) | 8.0.2 | [Daniel Reiter Horn](mailto:danielrh@dropbox.com) and The Brotli Authors | BSD-3-Clause AND MIT |
1515
| [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) | 5.0.0 | [Daniel Reiter Horn](mailto:danielrh@dropbox.com) and The Brotli Authors | BSD-3-Clause OR MIT |
16-
| [cc](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.43 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
16+
| [cc](https://github.com/rust-lang/cc-rs) ⚒️ | 1.2.49 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
1717
| [cfg-if](https://github.com/rust-lang/cfg-if) | 1.0.4 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
18-
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.13.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
18+
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.13.2 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
1919
| [**dowser**](https://github.com/Blobfolio/dowser) | 0.18.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
2020
| [fastrand](https://github.com/smol-rs/fastrand) | 2.3.0 | [Stjepan Glavina](mailto:stjepang@gmail.com) | Apache-2.0 OR MIT |
2121
| [filetime](https://github.com/alexcrichton/filetime) | 0.2.26 | [Alex Crichton](mailto:alex@alexcrichton.com) | MIT OR Apache-2.0 |
22-
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) ⚒️ | 0.1.4 | | MIT OR Apache-2.0 |
23-
| [**flume**](https://github.com/zesterer/flume) | 0.11.1 | [Joshua Barretto](mailto:joshua.s.barretto@gmail.com) | Apache-2.0 OR MIT |
24-
| [fyi_ansi](https://github.com/Blobfolio/fyi) | 2.2.2 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
25-
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 2.4.1 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
22+
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) ⚒️ | 0.1.5 | | MIT OR Apache-2.0 |
23+
| [**flume**](https://github.com/zesterer/flume) | 0.12.0 | [Joshua Barretto](mailto:joshua.s.barretto@gmail.com) | Apache-2.0 OR MIT |
24+
| [fyi_ansi](https://github.com/Blobfolio/fyi) | 2.4.2 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
25+
| [**fyi_msg**](https://github.com/Blobfolio/fyi) | 2.4.2 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
2626
| [getrandom](https://github.com/rust-random/getrandom) | 0.3.4 | The Rand Project Developers | MIT OR Apache-2.0 |
27-
| [libc](https://github.com/rust-lang/libc) | 0.2.177 | The Rust Project Developers | MIT OR Apache-2.0 |
28-
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 1.24.0 | [Adam Kewley](mailto:contact@adamkewley.com) | Apache-2.0 |
29-
| [**libdeflater**](https://github.com/adamkewley/libdeflater) | 1.24.0 | [Adam Kewley](mailto:contact@adamkewley.com) | Apache-2.0 |
27+
| [libc](https://github.com/rust-lang/libc) | 0.2.178 | The Rust Project Developers | MIT OR Apache-2.0 |
28+
| [libdeflate-sys](https://github.com/libdeflater/libdeflater) | 1.25.0 | [Adam Kewley](mailto:contact@adamkewley.com) | Apache-2.0 |
29+
| [**libdeflater**](https://github.com/libdeflater/libdeflater) | 1.25.0 | [Adam Kewley](mailto:contact@adamkewley.com) | Apache-2.0 |
3030
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | 0.11.0 | [Dan Gohman](mailto:dev@sunfishcode.online) | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
3131
| [lock_api](https://github.com/Amanieu/parking_lot) | 0.4.14 | [Amanieu d'Antras](mailto:amanieu@gmail.com) | MIT OR Apache-2.0 |
3232
| [once_cell](https://github.com/matklad/once_cell) | 1.21.3 | [Aleksey Kladov](mailto:aleksey.kladov@gmail.com) | MIT OR Apache-2.0 |
3333
| [rustix](https://github.com/bytecodealliance/rustix) | 1.1.2 | [Dan Gohman](mailto:dev@sunfishcode.online) and [Jakub Konka](mailto:kubkon@jakubkonka.com) | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
3434
| [scopeguard](https://github.com/bluss/scopeguard) | 1.2.0 | bluss | MIT OR Apache-2.0 |
3535
| [shlex](https://github.com/comex/rust-shlex) ⚒️ | 1.3.0 | [comex](mailto:comexk@gmail.com), [Fenhl](mailto:fenhl@fenhl.net), [Adrian Taylor](mailto:adetaylor@chromium.org), [Alex Touchet](mailto:alextouchet@outlook.com), [Daniel Parks](mailto:dp+git@oxidized.org), and [Garrett Berg](mailto:googberg@gmail.com) | MIT OR Apache-2.0 |
3636
| [signal-hook](https://github.com/vorner/signal-hook) | 0.3.18 | [Michal 'vorner' Vaner](mailto:vorner@vorner.cz) and [Thomas Himmelstoss](mailto:thimm@posteo.de) | Apache-2.0 OR MIT |
37-
| [signal-hook-registry](https://github.com/vorner/signal-hook) | 1.4.6 | [Michal 'vorner' Vaner](mailto:vorner@vorner.cz) and [Masaki Hara](mailto:ackie.h.gmai@gmail.com) | Apache-2.0 OR MIT |
37+
| [signal-hook-registry](https://github.com/vorner/signal-hook) | 1.4.7 | [Michal 'vorner' Vaner](mailto:vorner@vorner.cz) and [Masaki Hara](mailto:ackie.h.gmai@gmail.com) | MIT OR Apache-2.0 |
3838
| [spin](https://github.com/mvdnes/spin-rs.git) | 0.9.8 | [Mathijs van de Nes](mailto:git@mathijs.vd-nes.nl), [John Ericson](mailto:git@johnericson.me), and [Joshua Barretto](mailto:joshua.s.barretto@gmail.com) | MIT |
3939
| [tempfile](https://github.com/Stebalien/tempfile) | 3.23.0 | [Steven Allen](mailto:steven@stebalien.com), The Rust Project Developers, [Ashley Mannix](mailto:ashleymannix@live.com.au), and [Jason White](mailto:me@jasonwhite.io) | MIT OR Apache-2.0 |
4040
| [terminal_size](https://github.com/eminence/terminal-size) | 0.4.3 | [Andrew Chin](mailto:achin@eminence32.net) | MIT OR Apache-2.0 |
4141
| [unicode-width](https://github.com/unicode-rs/unicode-width) | 0.2.2 | [kwantam](mailto:kwantam@gmail.com) and [Manish Goregaokar](mailto:manishsmail@gmail.com) | MIT OR Apache-2.0 |
4242
| [version_check](https://github.com/SergioBenitez/version_check) ⚒️ | 0.9.5 | [Sergio Benitez](mailto:sb@sergio.bz) | MIT OR Apache-2.0 |
4343
| [**write_atomic**](https://github.com/Blobfolio/write_atomic) | 0.7.0 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
44-
| [zerocopy](https://github.com/google/zerocopy) | 0.8.27 | [Joshua Liebow-Feeser](mailto:joshlf@google.com) and [Jack Wrenn](mailto:jswrenn@amazon.com) | BSD-2-Clause OR Apache-2.0 OR MIT |
44+
| [zerocopy](https://github.com/google/zerocopy) | 0.8.31 | [Joshua Liebow-Feeser](mailto:joshlf@google.com) and [Jack Wrenn](mailto:jswrenn@amazon.com) | BSD-2-Clause OR Apache-2.0 OR MIT |
4545

4646
### Legend
4747

release/man/channelz.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.TH "CHANNELZ" "1" "October 2025" "channelz v0.12.2" "User Commands"
1+
.TH "CHANNELZ" "1" "December 2025" "channelz v0.12.3" "User Commands"
22
.SH NAME
3-
CHANNELZ \- Manual page for channelz v0.12.2.
3+
CHANNELZ \- Manual page for channelz v0.12.3.
44
.SH DESCRIPTION
55
Fast, multi\-threaded static Gzip/Brotli encoding tool for the CLI.
66
.SS USAGE:

0 commit comments

Comments
 (0)