Skip to content

Commit

Permalink
build: 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Jul 8, 2024
1 parent 4dd52de commit a7ddabb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project Dependencies
Package: refract
Version: 0.11.5
Generated: 2024-07-01 02:48:14 UTC
Version: 0.11.6
Generated: 2024-07-08 04:28:53 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
Expand Down Expand Up @@ -52,12 +52,12 @@
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.6 | | Apache-2.0 or MIT |
| [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) | 0.3.1 | The image-rs Developers | Apache-2.0 or MIT |
| [jpegxl-sys](https://github.com/inflation/jpegxl-rs) | 0.10.4+libjxl-0.10.3 | [Inflation](mailto:[email protected]) | GPL-3.0-or-later |
| [libaom-sys](https://github.com/njaard/libavif-rs) | 0.16.0+libaom.3.8.1 | [Charles Samuels](mailto:[email protected]), [Paolo Barbolini](mailto:[email protected]), and [Kornel](mailto:[email protected]) | BSD-2-Clause |
| [libavif-sys](https://github.com/njaard/libavif-rs) | 0.16.0+libavif.1.0.4 | [Charles Samuels](mailto:[email protected]) and [Paolo Barbolini](mailto:[email protected]) | BSD-2-Clause |
| [libaom-sys](https://github.com/njaard/libavif-rs) | 0.17.0+libaom.3.9.1 | [Charles Samuels](mailto:[email protected]), [Paolo Barbolini](mailto:[email protected]), and [Kornel](mailto:[email protected]) | BSD-2-Clause |
| [libavif-sys](https://github.com/njaard/libavif-rs) | 0.17.0+libavif.1.0.4 | [Charles Samuels](mailto:[email protected]) and [Paolo Barbolini](mailto:[email protected]) | BSD-2-Clause |
| [libc](https://github.com/rust-lang/libc) | 0.2.155 | The Rust Project Developers | Apache-2.0 or MIT |
| [libwebp-sys2](https://github.com/qnighy/libwebp-sys2-rs) | 0.1.9 | [Masaki Hara](mailto:[email protected]) | BSD-3-Clause |
| [link-cplusplus](https://github.com/dtolnay/link-cplusplus) | 1.0.9 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [lodepng](https://github.com/kornelski/lodepng-rust.git) | 3.10.1 | [Kornel](mailto:[email protected]) and [Lode Vandevenne](mailto:[email protected]) | Zlib |
| [lodepng](https://github.com/kornelski/lodepng-rust.git) | 3.10.2 | [Kornel](mailto:[email protected]) and [Lode Vandevenne](mailto:[email protected]) | Zlib |
| [memchr](https://github.com/BurntSushi/memchr) | 2.7.4 | [Andrew Gallant](mailto:[email protected]) and bluss | MIT or Unlicense |
| [memoffset](https://github.com/Gilnaa/memoffset) | 0.9.1 | [Gilad Naaman](mailto:[email protected]) | MIT |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.7.4 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
Expand All @@ -68,28 +68,27 @@
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | 0.2.14 | | Apache-2.0 or MIT |
| [pin-utils](https://github.com/rust-lang-nursery/pin-utils) | 0.1.0 | [Josef Brandl](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | 1.3.1 | [Bastian Köcher](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | 2.0.2 | [Bastian Köcher](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | 2.0.0 | [Bastian Köcher](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-error](https://gitlab.com/CreepySkeleton/proc-macro-error) | 1.0.4 | [CreepySkeleton](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro-error-attr](https://gitlab.com/CreepySkeleton/proc-macro-error) | 1.0.4 | [CreepySkeleton](mailto:[email protected]) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.86 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.36 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon](https://github.com/rayon-rs/rayon) | 1.10.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.12.1 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [refract_core](https://github.com/Blobfolio/refract) | 0.11.5 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [rgb](https://github.com/kornelski/rust-rgb) | 0.8.40 | [Kornel Lesiński](mailto:[email protected]) | MIT |
| [serde](https://github.com/serde-rs/serde) | 1.0.203 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [serde_spanned](https://github.com/toml-rs/toml) | 0.6.6 | | Apache-2.0 or MIT |
| [refract_core](https://github.com/Blobfolio/refract) | 0.11.6 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [rgb](https://github.com/kornelski/rust-rgb) | 0.8.42 | [Kornel Lesiński](mailto:[email protected]) | MIT |
| [serde](https://github.com/serde-rs/serde) | 1.0.204 | [Erick Tryzelaar](mailto:[email protected]) and [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [slab](https://github.com/tokio-rs/slab) | 0.4.9 | [Carl Lerche](mailto:[email protected]) | MIT |
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.2 | The Servo Project Developers | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 1.0.109 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.68 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.69 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [tempfile](https://github.com/Stebalien/tempfile) | 3.10.1 | [Steven Allen](mailto:[email protected]), The Rust Project Developers, [Ashley Mannix](mailto:[email protected]), and [Jason White](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.61 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | 1.0.61 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.3 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_datetime](https://github.com/toml-rs/toml) | 0.6.6 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.19.15 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.20.2 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
| [toml_edit](https://github.com/toml-rs/toml) | 0.20.7 | [Andronik Ordian](mailto:[email protected]) and [Ed Page](mailto:[email protected]) | Apache-2.0 or MIT |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:[email protected]) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
| [winnow](https://github.com/winnow-rs/winnow) | 0.5.40 | | MIT |
| [write_atomic](https://github.com/Blobfolio/write_atomic) | 0.5.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [zerocopy](https://github.com/google/zerocopy) | 0.7.34 | [Joshua Liebow-Feeser](mailto:[email protected]) | Apache-2.0, BSD-2-Clause, or MIT |
| [zerocopy](https://github.com/google/zerocopy) | 0.7.35 | [Joshua Liebow-Feeser](mailto:[email protected]) | Apache-2.0, BSD-2-Clause, or MIT |
4 changes: 2 additions & 2 deletions release/man/refract.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH "REFRACT" "1" "July 2024" "Refract v0.11.5" "User Commands"
.TH "REFRACT" "1" "July 2024" "Refract v0.11.6" "User Commands"
.SH NAME
Refract \- Manual page for refract v0.11.5.
Refract \- Manual page for refract v0.11.6.
.SH DESCRIPTION
Guided AVIF/JPEG XL/WebP conversion for JPEG and PNG sources.
.SS USAGE:
Expand Down

0 comments on commit a7ddabb

Please sign in to comment.