From 6067c691555089b261f84292add1f2c8d9682efd Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 8 Feb 2024 11:56:12 -0800 Subject: [PATCH 1/4] bump: dactyl 0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 193914d..87e5717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,12 +86,12 @@ lines = [ ] [build-dependencies] -dactyl = "0.6.*" +dactyl = "0.7.*" [dependencies] argyle = "0.7.*" ctrlc = "3.4.*" -dactyl = "0.6.*" +dactyl = "0.7.*" dowser = "0.8.*" libdeflater = "=1.19.0" rayon = "1.8.*" From 1c71409e50140d368d2ffb29805b5a603f3fd9f9 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 8 Feb 2024 11:56:45 -0800 Subject: [PATCH 2/4] bump: fyi_msg 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87e5717..5e31107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ default-features = false features = [ "std" ] [dependencies.fyi_msg] -version = "0.11.*" +version = "0.12.*" features = [ "progress" ] [profile.release] From 05416f28b1910c9b3b244ddae4d3c2a89de5e2b5 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 8 Feb 2024 11:57:22 -0800 Subject: [PATCH 3/4] bump: 0.8.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e31107..5979ee5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "channelz" -version = "0.8.2" +version = "0.8.3" license = "WTFPL" authors = ["Josh Stoik "] edition = "2021" From 052d59134ed0d7c49e0ab262c2d68871bcc4ab15 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 8 Feb 2024 11:59:02 -0800 Subject: [PATCH 4/4] build: 0.8.3 --- CREDITS.md | 14 +++++++------- release/man/channelz.1 | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index d849835..ee8458d 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,14 +1,14 @@ # Project Dependencies Package: channelz - Version: 0.8.2 - Generated: 2024-01-21 07:03:07 UTC + Version: 0.8.3 + Generated: 2024-02-08 19:57:25 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | | [ahash](https://github.com/tkaitchuck/ahash) | 0.8.7 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | | [alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) | 2.0.4 | [Daniel Reiter Horn](mailto:danielrh@dropbox.com) | BSD-3-Clause | | [alloc-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) | 0.2.2 | [Daniel Reiter Horn](mailto:danielrh@dropbox.com) | BSD-3-Clause | -| [argyle](https://github.com/Blobfolio/argyle) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [argyle](https://github.com/Blobfolio/argyle) | 0.7.1 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [brotli](https://github.com/dropbox/rust-brotli) | 3.4.0 | [Daniel Reiter Horn](mailto:danielrh@dropbox.com) and The Brotli Authors | BSD-3-Clause or MIT | | [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) | 2.5.1 | [Daniel Reiter Horn](mailto:danielrh@dropbox.com) and The Brotli Authors | BSD-3-Clause or MIT | | [bytecount](https://github.com/llogiq/bytecount) | 0.6.7 | [Andre Bogus](mailto:bogusandre@gmail.de) and [Joshua Landau](mailto:joshua@landau.ws) | Apache-2.0 or MIT | @@ -17,16 +17,16 @@ | [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | 0.9.18 | | Apache-2.0 or MIT | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.19 | | Apache-2.0 or MIT | | [ctrlc](https://github.com/Detegr/rust-ctrlc.git) | 3.4.2 | [Antti Keränen](mailto:detegr@gmail.com) | Apache-2.0 or MIT | -| [dactyl](https://github.com/Blobfolio/dactyl) | 0.6.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [dowser](https://github.com/Blobfolio/dowser) | 0.8.1 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [dowser](https://github.com/Blobfolio/dowser) | 0.8.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [either](https://github.com/bluss/either) | 1.9.0 | bluss | Apache-2.0 or MIT | | [fastrand](https://github.com/smol-rs/fastrand) | 2.0.1 | [Stjepan Glavina](mailto:stjepang@gmail.com) | Apache-2.0 or MIT | -| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.8 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.12.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 1.19.0 | [Adam Kewley](mailto:contact@adamkewley.com) | Apache-2.0 | | [libdeflater](https://github.com/adamkewley/libdeflater) | 1.19.0 | [Adam Kewley](mailto:contact@adamkewley.com) | Apache-2.0 | | [rayon](https://github.com/rayon-rs/rayon) | 1.8.1 | [Niko Matsakis](mailto:niko@alum.mit.edu) and [Josh Stone](mailto:cuviper@gmail.com) | Apache-2.0 or MIT | | [rayon-core](https://github.com/rayon-rs/rayon) | 1.12.1 | [Niko Matsakis](mailto:niko@alum.mit.edu) and [Josh Stone](mailto:cuviper@gmail.com) | Apache-2.0 or MIT | -| [tempfile](https://github.com/Stebalien/tempfile) | 3.9.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) | Apache-2.0 or MIT | +| [tempfile](https://github.com/Stebalien/tempfile) | 3.10.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) | Apache-2.0 or MIT | | [term_size](https://github.com/kbknapp/term_size-rs.git) | 0.3.2 | [Kevin K.](mailto:kbknapp@gmail.com) and [Benjamin Sago](mailto:ogham@bsago.me) | Apache-2.0 or MIT | | [unicode-width](https://github.com/unicode-rs/unicode-width) | 0.1.11 | [kwantam](mailto:kwantam@gmail.com) and [Manish Goregaokar](mailto:manishsmail@gmail.com) | Apache-2.0 or MIT | | [write_atomic](https://github.com/Blobfolio/write_atomic) | 0.5.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | diff --git a/release/man/channelz.1 b/release/man/channelz.1 index bdd4f61..950a665 100644 --- a/release/man/channelz.1 +++ b/release/man/channelz.1 @@ -1,6 +1,6 @@ -.TH "CHANNELZ" "1" "January 2024" "ChannelZ v0.8.2" "User Commands" +.TH "CHANNELZ" "1" "February 2024" "ChannelZ v0.8.3" "User Commands" .SH NAME -ChannelZ \- Manual page for channelz v0.8.2. +ChannelZ \- Manual page for channelz v0.8.3. .SH DESCRIPTION Fast, multi\-threaded static Gzip/Brotli encoding tool for the CLI. .SS USAGE: