-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# Project Dependencies | ||
Package: flaca | ||
Version: 2.0.4 | ||
Generated: 2022-08-19 05:32:31 UTC | ||
Version: 2.0.5 | ||
Generated: 2022-09-06 19:16:17 UTC | ||
|
||
| Package | Version | Author(s) | License | | ||
| ---- | ---- | ---- | ---- | | ||
| [adler](https://github.com/jonas-schievink/adler.git) | 1.0.2 | [Jonas Schievink](mailto:[email protected]) | 0BSD, Apache-2.0, or MIT | | ||
| [adler32](https://github.com/remram44/adler32-rs) | 1.2.0 | [Remi Rampin](mailto:[email protected]) | Zlib | | ||
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.0 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [argyle](https://github.com/Blobfolio/argyle) | 0.6.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [bit-vec](https://github.com/contain-rs/bit-vec) | 0.6.3 | [Alexis Beingessner](mailto:[email protected]) | Apache-2.0 or MIT | | ||
|
@@ -16,41 +15,40 @@ | |
| [byteorder](https://github.com/BurntSushi/byteorder) | 1.4.3 | [Andrew Gallant](mailto:[email protected]) | MIT or Unlicense | | ||
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [color_quant](https://github.com/image-rs/color_quant.git) | 1.1.0 | [nwin](mailto:[email protected]) | MIT | | ||
| [crc](https://github.com/mrhooray/crc-rs.git) | 2.1.0 | [Rui Hu](mailto:[email protected]) and [Akhil Velagapudi](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crc-catalog](https://github.com/akhilles/crc-catalog.git) | 1.1.1 | [Akhil Velagapudi](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crc](https://github.com/mrhooray/crc-rs.git) | 3.0.0 | [Rui Hu](mailto:[email protected]) and [Akhil Velagapudi](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crc-catalog](https://github.com/akhilles/crc-catalog.git) | 2.1.0 | [Akhil Velagapudi](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crc32fast](https://github.com/srijs/rust-crc32fast) | 1.3.2 | [Sam Rijs](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | 0.5.6 | | Apache-2.0 or MIT | | ||
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | 0.8.2 | | Apache-2.0 or MIT | | ||
| [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | 0.9.10 | | Apache-2.0 or MIT | | ||
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | 0.8.11 | | Apache-2.0 or MIT | | ||
| [ctrlc](https://github.com/Detegr/rust-ctrlc.git) | 3.2.3 | [Antti Keränen](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [deflate](https://github.com/image-rs/deflate-rs) | 0.8.6 | [oyvindln](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.4.4 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [dowser](https://github.com/Blobfolio/dowser) | 0.5.3 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [either](https://github.com/bluss/either) | 1.8.0 | bluss | Apache-2.0 or MIT | | ||
| [fastrand](https://github.com/smol-rs/fastrand) | 1.8.0 | [Stjepan Glavina](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.9.15 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [flate2](https://github.com/rust-lang/flate2-rs) | 1.0.24 | [Alex Crichton](mailto:[email protected]) and [Josh Triplett](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.10.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL | | ||
| [getrandom](https://github.com/rust-random/getrandom) | 0.2.7 | The Rand Project Developers | Apache-2.0 or MIT | | ||
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.12.3 | [Amanieu d'Antras](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [image](https://github.com/image-rs/image) | 0.23.14 | The image-rs Developers | MIT | | ||
| [image](https://github.com/image-rs/image) | 0.24.3 | The image-rs Developers | MIT | | ||
| [indexmap](https://github.com/bluss/indexmap) | 1.9.1 | | Apache-2.0 or MIT | | ||
| [itertools](https://github.com/rust-itertools/itertools) | 0.10.3 | bluss | Apache-2.0 or MIT | | ||
| [libc](https://github.com/rust-lang/libc) | 0.2.132 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.7.5 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 | | ||
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.7.5 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 | | ||
| [libdeflate-sys](https://github.com/adamkewley/libdeflater) | 0.10.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 | | ||
| [libdeflater](https://github.com/adamkewley/libdeflater) | 0.10.0 | [Adam Kewley](mailto:[email protected]) | Apache-2.0 | | ||
| [log](https://github.com/rust-lang/log) | 0.4.17 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [memoffset](https://github.com/Gilnaa/memoffset) | 0.6.5 | [Gilad Naaman](mailto:[email protected]) | MIT | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.3.7 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | MIT | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.5.3 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.5.4 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib | | ||
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.6.2 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib | | ||
| [mozjpeg-sys](https://github.com/kornelski/mozjpeg-sys.git) | 1.0.3 | [Kornel](mailto:[email protected]) | IJG | | ||
| [num-integer](https://github.com/rust-num/num-integer) | 0.1.45 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [num-iter](https://github.com/rust-num/num-iter) | 0.1.43 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [num-rational](https://github.com/rust-num/num-rational) | 0.3.2 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [num-rational](https://github.com/rust-num/num-rational) | 0.4.1 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT | | ||
| [num_cpus](https://github.com/seanmonstar/num_cpus) | 1.13.1 | [Sean McArthur](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [once_cell](https://github.com/matklad/once_cell) | 1.13.1 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [oxipng](https://github.com/shssoichiro/oxipng) | 5.0.1 | [Joshua Holmer](mailto:[email protected]) | MIT | | ||
| [png](https://github.com/image-rs/image-png.git) | 0.16.8 | [nwin](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [once_cell](https://github.com/matklad/once_cell) | 1.14.0 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [oxipng](https://github.com/shssoichiro/oxipng) | 6.0.0 | [Joshua Holmer](mailto:[email protected]) | MIT | | ||
| [png](https://github.com/image-rs/image-png.git) | 0.17.6 | The image-rs Developers | Apache-2.0 or MIT | | ||
| [rayon](https://github.com/rayon-rs/rayon) | 1.5.3 | [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.9.3 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT | | ||
| [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git) | 0.5.3 | [Aaronepower](mailto:[email protected]) | Apache-2.0 or MIT | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "flaca" | ||
version = "2.0.4" | ||
version = "2.0.5" | ||
license = "WTFPL" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
|
@@ -103,15 +103,15 @@ rayon = "=1.5.3" | |
write_atomic = "0.2.*" | ||
|
||
[dependencies.fyi_msg] | ||
version = "0.9.*, >=0.9.8" | ||
version = "0.10.*" | ||
features = [ "progress" ] | ||
|
||
[dependencies.mozjpeg-sys] | ||
version = "=1.0.3" | ||
features = [ "jpegtran" ] | ||
|
||
[dependencies.oxipng] | ||
version = "=5.0.1" | ||
version = "=6.0.0" | ||
default-features = false | ||
features = [ "libdeflater" ] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters