From 35fb8e35396348c28580463b14ddf464ff11ab6b Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 8 Feb 2024 11:39:40 -0800 Subject: [PATCH] build: 0.4.5 --- CREDITS.md | 60 ++++++++++++++++++------------------- release/man/cargo-bashman.1 | 4 +-- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 9fa9abf..99fa221 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,48 +1,48 @@ # Project Dependencies Package: cargo-bashman - Version: 0.4.4 - Generated: 2023-11-16 20:23:00 UTC + Version: 0.4.5 + Generated: 2024-02-08 19:39:10 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | -| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.2 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | -| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.6 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | -| [argyle](https://github.com/Blobfolio/argyle) | 0.6.8 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.4 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.9.5 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.7 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | +| [argyle](https://github.com/Blobfolio/argyle) | 0.7.1 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [bashman_core](https://github.com/Blobfolio/bashman) | 0.4.5 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | | [camino](https://github.com/camino-rs/camino) | 1.1.6 | [Without Boats](mailto:saoirse@without.boats), [Ashley Williams](mailto:ashley666ashley@gmail.com), [Steve Klabnik](mailto:steve@steveklabnik.com), and [Rain](mailto:rain@sunshowers.io) | Apache-2.0 or MIT | -| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.4 | | Apache-2.0 or MIT | +| [cargo-platform](https://github.com/rust-lang/cargo) | 0.1.6 | | Apache-2.0 or MIT | | [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | 0.18.1 | [Oliver Schneider](mailto:git-spam-no-reply9815368754983@oli-obk.de) | MIT | | [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | -| [dactyl](https://github.com/Blobfolio/dactyl) | 0.6.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [equivalent](https://github.com/cuviper/equivalent) | 1.0.1 | | Apache-2.0 or MIT | -| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.8 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.2 | [Amanieu d'Antras](mailto:amanieu@gmail.com) | Apache-2.0 or MIT | -| [indexmap](https://github.com/bluss/indexmap) | 2.1.0 | | Apache-2.0 or MIT | -| [itoa](https://github.com/dtolnay/itoa) | 1.0.9 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.12.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.3 | [Amanieu d'Antras](mailto:amanieu@gmail.com) | Apache-2.0 or MIT | +| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.2 | | Apache-2.0 or MIT | +| [itoa](https://github.com/dtolnay/itoa) | 1.0.10 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [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 | -| [memchr](https://github.com/BurntSushi/memchr) | 2.6.4 | [Andrew Gallant](mailto:jamslam@gmail.com) and bluss | MIT or Unlicense | +| [memchr](https://github.com/BurntSushi/memchr) | 2.7.1 | [Andrew Gallant](mailto:jamslam@gmail.com) and bluss | MIT or Unlicense | | [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.9 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.69 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | -| [quote](https://github.com/dtolnay/quote) | 1.0.33 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [ryu](https://github.com/dtolnay/ryu) | 1.0.15 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or BSL-1.0 | -| [semver](https://github.com/dtolnay/semver) | 1.0.20 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [serde](https://github.com/serde-rs/serde) | 1.0.192 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [serde_derive](https://github.com/serde-rs/serde) | 1.0.192 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [serde_json](https://github.com/serde-rs/json) | 1.0.108 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.4 | | Apache-2.0 or MIT | -| [syn](https://github.com/dtolnay/syn) | 2.0.39 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.50 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | -| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.50 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.78 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | +| [quote](https://github.com/dtolnay/quote) | 1.0.35 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [ryu](https://github.com/dtolnay/ryu) | 1.0.16 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or BSL-1.0 | +| [semver](https://github.com/dtolnay/semver) | 1.0.21 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [serde](https://github.com/serde-rs/serde) | 1.0.196 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [serde_derive](https://github.com/serde-rs/serde) | 1.0.196 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [serde_json](https://github.com/serde-rs/json) | 1.0.113 | [Erick Tryzelaar](mailto:erick.tryzelaar@gmail.com) and [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.5 | | Apache-2.0 or MIT | +| [syn](https://github.com/dtolnay/syn) | 2.0.48 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.56 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | +| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.56 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [tinyvec](https://github.com/Lokathor/tinyvec) | 1.6.0 | [Lokathor](mailto:zefria@gmail.com) | Apache-2.0, MIT, or Zlib | | [tinyvec_macros](https://github.com/Soveu/tinyvec_macros) | 0.1.1 | [Soveu](mailto:marx.tomasz@gmail.com) | Apache-2.0, MIT, or Zlib | -| [toml](https://github.com/toml-rs/toml) | 0.8.8 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | +| [toml](https://github.com/toml-rs/toml) | 0.8.10 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | | [toml_datetime](https://github.com/toml-rs/toml) | 0.6.5 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | -| [toml_edit](https://github.com/toml-rs/toml) | 0.21.0 | [Andronik Ordian](mailto:write@reusable.software) and [Ed Page](mailto:eopage@gmail.com) | Apache-2.0 or MIT | +| [toml_edit](https://github.com/toml-rs/toml) | 0.22.4 | [Andronik Ordian](mailto:write@reusable.software) and [Ed Page](mailto:eopage@gmail.com) | Apache-2.0 or MIT | | [trimothy](https://github.com/Blobfolio/trimothy) | 0.2.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.13 | The Servo Project Developers | Apache-2.0 or MIT | +| [unicode-bidi](https://github.com/servo/unicode-bidi) | 0.3.15 | The Servo Project Developers | Apache-2.0 or MIT | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 AND Unicode-DFS-2016 or MIT | | [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | 0.1.22 | [kwantam](mailto:kwantam@gmail.com) and [Manish Goregaokar](mailto:manishsmail@gmail.com) | Apache-2.0 or MIT | -| [utc2k](https://github.com/Blobfolio/utc2k) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [winnow](https://github.com/winnow-rs/winnow) | 0.5.19 | | MIT | -| [zerocopy](https://github.com/google/zerocopy) | 0.7.26 | [Joshua Liebow-Feeser](mailto:joshlf@google.com) | Apache-2.0, BSD-2-Clause, or MIT | +| [utc2k](https://github.com/Blobfolio/utc2k) | 0.8.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [winnow](https://github.com/winnow-rs/winnow) | 0.5.39 | | MIT | +| [zerocopy](https://github.com/google/zerocopy) | 0.7.32 | [Joshua Liebow-Feeser](mailto:joshlf@google.com) | Apache-2.0, BSD-2-Clause, or MIT | diff --git a/release/man/cargo-bashman.1 b/release/man/cargo-bashman.1 index 334a57d..b3150d5 100644 --- a/release/man/cargo-bashman.1 +++ b/release/man/cargo-bashman.1 @@ -1,6 +1,6 @@ -.TH "CARGO BASHMAN" "1" "November 2023" "Cargo BashMan v0.4.4" "User Commands" +.TH "CARGO BASHMAN" "1" "February 2024" "Cargo BashMan v0.4.5" "User Commands" .SH NAME -Cargo BashMan \- Manual page for cargo\-bashman v0.4.4. +Cargo BashMan \- Manual page for cargo\-bashman v0.4.5. .SH DESCRIPTION A Cargo plugin to generate BASH completions and MAN pages. .SS USAGE: