From 9f5d410f5dddd53a7cccd4e65b369339d945f5a8 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Mon, 26 Feb 2024 11:16:04 -0800 Subject: [PATCH 1/5] misc: tighten version constraints --- riprip/Cargo.toml | 2 +- riprip_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/riprip/Cargo.toml b/riprip/Cargo.toml index 5934a2a..9d0f07d 100644 --- a/riprip/Cargo.toml +++ b/riprip/Cargo.toml @@ -127,7 +127,7 @@ duplicate = true [dependencies] argyle = "0.7.2" -ctrlc = "3.4.*" +ctrlc = "=3.4.2" dactyl = "0.7.*" oxford_join = "0.2.*" trimothy = "0.2.*" diff --git a/riprip_core/Cargo.toml b/riprip_core/Cargo.toml index 68513f3..d020ffc 100644 --- a/riprip_core/Cargo.toml +++ b/riprip_core/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] cdtoc = "0.3.*" -crc32fast = "1.3.2" +crc32fast = "=1.4.0" dactyl = "0.7.*" tempfile = "3.8.0" trimothy = "0.2.*" From 90c7c2ec8fb32fde0c2ecfea94c21f3d14528f96 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Mon, 11 Mar 2024 08:37:44 -0700 Subject: [PATCH 2/5] bump: ctrlc 3.4.4 --- riprip/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riprip/Cargo.toml b/riprip/Cargo.toml index 9d0f07d..9d88b98 100644 --- a/riprip/Cargo.toml +++ b/riprip/Cargo.toml @@ -127,7 +127,7 @@ duplicate = true [dependencies] argyle = "0.7.2" -ctrlc = "=3.4.2" +ctrlc = "=3.4.4" dactyl = "0.7.*" oxford_join = "0.2.*" trimothy = "0.2.*" From 59e00068bb45c61b60098491c56df39d0bab9ac3 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 21 Mar 2024 10:39:28 -0700 Subject: [PATCH 3/5] ci: use actions/checkout@v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53d0f40..9d7e9df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: RUSTFLAGS: "-D warnings" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} From 01d3a0b5824ba56e8131787fbeb1b70628af7d5d Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 21 Mar 2024 11:31:59 -0700 Subject: [PATCH 4/5] bump: 0.2.6 --- riprip/Cargo.toml | 2 +- riprip_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/riprip/Cargo.toml b/riprip/Cargo.toml index 9d88b98..fe21711 100644 --- a/riprip/Cargo.toml +++ b/riprip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riprip" -version = "0.2.5" +version = "0.2.6" license = "WTFPL" authors = ["Josh Stoik "] edition = "2021" diff --git a/riprip_core/Cargo.toml b/riprip_core/Cargo.toml index d020ffc..c0bd8ec 100644 --- a/riprip_core/Cargo.toml +++ b/riprip_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riprip_core" -version = "0.2.5" +version = "0.2.6" license = "WTFPL" authors = ["Josh Stoik "] edition = "2021" From d8fe9d81a19e284bf2c1fda7d8b13c55c4e098cc Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 21 Mar 2024 11:32:09 -0700 Subject: [PATCH 5/5] build: 0.2.6 --- CREDITS.md | 18 +++++++++--------- release/man/riprip.1 | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index e02bd4f..f3e5555 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,11 +1,11 @@ # Project Dependencies Package: riprip - Version: 0.2.5 - Generated: 2024-02-16 19:47:27 UTC + Version: 0.2.6 + Generated: 2024-03-21 18:31:52 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | -| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.8 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | +| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.11 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | | [argyle](https://github.com/Blobfolio/argyle) | 0.7.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [block-buffer](https://github.com/RustCrypto/utils) | 0.10.4 | RustCrypto Developers | Apache-2.0 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 | @@ -13,22 +13,22 @@ | [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | | [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.4.0 | [Sam Rijs](mailto:srijs@airpost.net) and [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | | [crypto-common](https://github.com/RustCrypto/traits) | 0.1.6 | RustCrypto Developers | 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 | +| [ctrlc](https://github.com/Detegr/rust-ctrlc.git) | 3.4.4 | [Antti Keränen](mailto:detegr@gmail.com) | Apache-2.0 or MIT | | [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [digest](https://github.com/RustCrypto/traits) | 0.10.7 | RustCrypto Developers | Apache-2.0 or MIT | | [faster-hex](https://github.com/NervosFoundation/faster-hex) | 0.9.0 | [zhangsoledad](mailto:787953403@qq.com) | 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.13.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | +| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.13.3 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [generic-array](https://github.com/fizyk20/generic-array.git) | 0.14.7 | [Bartłomiej Kamiński](mailto:fizyk20@gmail.com) and [Aaron Trent](mailto:novacrazy@gmail.com) | MIT | | [itoa](https://github.com/dtolnay/itoa) | 1.0.10 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT | | [libcdio-sys](https://github.com/gmes78/libcdio-sys) | 0.5.0 | [Joaquim Monteiro](mailto:joaquim.monteiro@protonmail.com) | GPL-3.0+ | -| [log](https://github.com/rust-lang/log) | 0.4.20 | The Rust Project Developers | Apache-2.0 or MIT | +| [log](https://github.com/rust-lang/log) | 0.4.21 | The Rust Project Developers | Apache-2.0 or MIT | | [minreq](https://github.com/neonmoe/minreq) | 2.11.0 | [Jens Pitkanen](mailto:jens@neon.moe) | ISC | | [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.9 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [riprip_core](https://github.com/Blobfolio/riprip) | 0.2.5 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | +| [riprip_core](https://github.com/Blobfolio/riprip) | 0.2.6 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL | | [sha1](https://github.com/RustCrypto/hashes) | 0.10.6 | RustCrypto Developers | 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 | +| [tempfile](https://github.com/Stebalien/tempfile) | 3.10.1 | [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 | +| [terminal_size](https://github.com/eminence/terminal-size) | 0.3.0 | [Andrew Chin](mailto:achin@eminence32.net) | Apache-2.0 or MIT | | [trimothy](https://github.com/Blobfolio/trimothy) | 0.2.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | | [typenum](https://github.com/paholg/typenum) | 1.17.0 | [Paho Lurie-Gregg](mailto:paho@paholg.com) and [Andre Bogus](mailto:bogusandre@gmail.com) | 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 | diff --git a/release/man/riprip.1 b/release/man/riprip.1 index f55b98a..6a3e0b5 100644 --- a/release/man/riprip.1 +++ b/release/man/riprip.1 @@ -1,6 +1,6 @@ -.TH "RIP RIP HOORAY!" "1" "February 2024" "Rip Rip Hooray! v0.2.5" "User Commands" +.TH "RIP RIP HOORAY!" "1" "March 2024" "Rip Rip Hooray! v0.2.6" "User Commands" .SH NAME -Rip Rip Hooray! \- Manual page for riprip v0.2.5. +Rip Rip Hooray! \- Manual page for riprip v0.2.6. .SH DESCRIPTION A specialized audio CD\-ripper optimized for incremental data recovery. .SS USAGE: