Josh Holmer
9ccf39b49a
Version 4.0.0
deploy / create-windows-binaries (i686) (push) Has been cancelled
deploy / create-windows-binaries (x86_64) (push) Has been cancelled
deploy / create-unix-binaries (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
deploy / create-unix-binaries (ubuntu-latest, x86_64-unknown-linux-musl) (push) Has been cancelled
deploy / deploy (push) Has been cancelled
2020-11-11 14:43:42 -05:00
Ingvar Stepanyan
e38c759563
Switch to crossbeam-channel + rayon::spawn ( #327 )
...
* Switch to crossbeam-channel + rayon::spawn
* Remove thread_spawn for evaluation altogether
This allows to avoid a deadlock when there is only one Rayon thread, and doesn't sacrifice performance, since the caller of .get_result() had to always block on the iterator to be finished anyway, and all the messages are already sent from separate threads.
* Fix `verbose_mode` test
This one is easier to "fix", since we're in control of the rayon pool - just adding one extra thread to the default number to make sure we always can one root "spawn" call without stealing from the actual pool.
2020-11-11 12:01:13 -05:00
dependabot-preview[bot]
c612166c73
Bump num-rational from 0.3.1 to 0.3.2
...
Bumps [num-rational](https://github.com/rust-num/num-rational ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/rust-num/num-rational/releases )
- [Changelog](https://github.com/rust-num/num-rational/blob/master/RELEASES.md )
- [Commits](https://github.com/rust-num/num-rational/compare/num-rational-0.3.1...num-rational-0.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 15:59:04 +00:00
dependabot-preview[bot]
08fb044086
Bump cc from 1.0.61 to 1.0.62
...
Bumps [cc](https://github.com/alexcrichton/cc-rs ) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases )
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.61...1.0.62 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-09 15:46:49 +00:00
Anhil
adcc64c1b1
Make rayon truly optional ( #318 )
2020-11-06 18:48:52 -05:00
Luni-4
9d67d9d4bd
Split windows and unix deploy action
2020-11-06 18:02:16 -05:00
dependabot-preview[bot]
1c386b2bd2
Bump const_fn from 0.4.2 to 0.4.3
...
Bumps [const_fn](https://github.com/taiki-e/const_fn ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/taiki-e/const_fn/releases )
- [Changelog](https://github.com/taiki-e/const_fn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/const_fn/compare/v0.4.2...v0.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 10:35:36 +00:00
Anhil
70f911fa3e
Make libdeflater and zopfli optional ( #319 )
...
* Make `libdeflater` and `zopfli` optional
2020-11-01 20:18:15 -05:00
Josh Holmer
17cd51259e
Bump minimum version in readme
2020-11-01 20:12:53 -05:00
dependabot-preview[bot]
c21739c9e4
Bump num-integer from 0.1.43 to 0.1.44
...
Bumps [num-integer](https://github.com/rust-num/num-integer ) from 0.1.43 to 0.1.44.
- [Release notes](https://github.com/rust-num/num-integer/releases )
- [Changelog](https://github.com/rust-num/num-integer/blob/master/RELEASES.md )
- [Commits](https://github.com/rust-num/num-integer/compare/num-integer-0.1.43...num-integer-0.1.44 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 11:17:14 +00:00
dependabot-preview[bot]
07ef6c84d1
Bump num-iter from 0.1.41 to 0.1.42
...
Bumps [num-iter](https://github.com/rust-num/num-iter ) from 0.1.41 to 0.1.42.
- [Release notes](https://github.com/rust-num/num-iter/releases )
- [Changelog](https://github.com/rust-num/num-iter/blob/master/RELEASES.md )
- [Commits](https://github.com/rust-num/num-iter/compare/num-iter-0.1.41...num-iter-0.1.42 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 11:05:18 +00:00
dependabot-preview[bot]
922483bb45
Bump num-rational from 0.3.0 to 0.3.1
...
Bumps [num-rational](https://github.com/rust-num/num-rational ) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/rust-num/num-rational/releases )
- [Changelog](https://github.com/rust-num/num-rational/blob/master/RELEASES.md )
- [Commits](https://github.com/rust-num/num-rational/compare/num-rational-0.3.0...num-rational-0.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 10:48:35 +00:00
dependabot-preview[bot]
c99f92f782
Bump num-traits from 0.2.12 to 0.2.14
...
Bumps [num-traits](https://github.com/rust-num/num-traits ) from 0.2.12 to 0.2.14.
- [Release notes](https://github.com/rust-num/num-traits/releases )
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md )
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.12...num-traits-0.2.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 10:32:53 +00:00
dependabot-preview[bot]
b848423346
Bump rustc_version from 0.2.3 to 0.3.0
...
Bumps [rustc_version](https://github.com/Kimundi/rustc-version-rs ) from 0.2.3 to 0.3.0.
- [Release notes](https://github.com/Kimundi/rustc-version-rs/releases )
- [Commits](https://github.com/Kimundi/rustc-version-rs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-29 06:57:44 -04:00
dependabot-preview[bot]
4a865430b0
Bump libc from 0.2.79 to 0.2.80
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.79 to 0.2.80.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.79...0.2.80 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 10:45:53 +00:00
dependabot-preview[bot]
bb94e3b228
Bump image from 0.23.10 to 0.23.11
...
Bumps [image](https://github.com/image-rs/image ) from 0.23.10 to 0.23.11.
- [Release notes](https://github.com/image-rs/image/releases )
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md )
- [Commits](https://github.com/image-rs/image/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 10:34:01 +00:00
Josh Holmer
b446a8a92e
Optimize reading in files
2020-10-22 09:51:25 -04:00
dependabot-preview[bot]
bd0c4061bd
Bump crc32fast from 1.2.0 to 1.2.1
...
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/srijs/rust-crc32fast/releases )
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.2.0...v1.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-22 10:59:44 +00:00
dependabot-preview[bot]
147e0fbf5b
Bump rayon from 1.4.1 to 1.5.0
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.4.1...rayon-core-v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-22 10:47:39 +00:00
dependabot-preview[bot]
39978b475d
Bump rayon-core from 1.8.1 to 1.9.0
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.1...rayon-core-v1.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-22 10:33:25 +00:00
Josh Holmer
5e7c4bc702
Remove autosquash
...
It's broken and not worth the hassle
2020-10-11 18:53:29 -04:00
Ingvar Stepanyan
7167a5e44d
Use the new stabilised fetch_min ( #328 )
...
A minor simplification using the corresponding new standard library function.
Bumps minimum Rust version to 1.45.0
2020-10-11 18:53:00 -04:00
dependabot-preview[bot]
460aeb32e2
Bump cc from 1.0.60 to 1.0.61
...
Bumps [cc](https://github.com/alexcrichton/cc-rs ) from 1.0.60 to 1.0.61.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases )
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.60...1.0.61 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-11 16:55:54 +00:00
Josh Holmer
0d9c23f4ce
Fix new clippy lints from Rust 1.47
2020-10-09 20:20:52 -04:00
dependabot-preview[bot]
0ff9edd605
Bump miniz_oxide from 0.4.2 to 0.4.3
...
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/Frommi/miniz_oxide/releases )
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.4.2...0.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-08 10:35:34 +00:00
dependabot-preview[bot]
f5e2de6795
Bump hermit-abi from 0.1.16 to 0.1.17
...
Bumps [hermit-abi](https://github.com/hermitcore/libhermit-rs ) from 0.1.16 to 0.1.17.
- [Release notes](https://github.com/hermitcore/libhermit-rs/releases )
- [Commits](https://github.com/hermitcore/libhermit-rs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 10:47:15 +00:00
dependabot-preview[bot]
c84009e9f9
Bump libc from 0.2.78 to 0.2.79
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.78 to 0.2.79.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.78...0.2.79 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-05 10:35:06 +00:00
dependabot-preview[bot]
cfcda58ba7
Bump libc from 0.2.77 to 0.2.78
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.77 to 0.2.78.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.77...0.2.78 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 10:47:04 +00:00
dependabot-preview[bot]
c4d1f3d354
Bump chrono from 0.4.18 to 0.4.19
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.18...v0.4.19 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-01 10:35:17 +00:00
dependabot-preview[bot]
38e62f7ce5
Bump rayon from 1.4.0 to 1.4.1
...
Bumps [rayon](https://github.com/rayon-rs/rayon ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.4.0...rayon-core-v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-30 10:59:33 +00:00
dependabot-preview[bot]
fba3ee23ea
Bump hashbrown from 0.9.0 to 0.9.1
...
Bumps [hashbrown](https://github.com/rust-lang/hashbrown ) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/rust-lang/hashbrown/releases )
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.9.0...v0.9.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 10:51:10 +00:00
dependabot-preview[bot]
a6fa079e64
Bump image from 0.23.9 to 0.23.10
...
Bumps [image](https://github.com/image-rs/image ) from 0.23.9 to 0.23.10.
- [Release notes](https://github.com/image-rs/image/releases )
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md )
- [Commits](https://github.com/image-rs/image/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-28 10:46:08 +00:00
dependabot-preview[bot]
cb88641d5a
Bump chrono from 0.4.15 to 0.4.18
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.15 to 0.4.18.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.15...v0.4.18 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-28 10:34:06 +00:00
dependabot-preview[bot]
badc90bae1
Bump hermit-abi from 0.1.15 to 0.1.16
...
Bumps [hermit-abi](https://github.com/hermitcore/libhermit-rs ) from 0.1.15 to 0.1.16.
- [Release notes](https://github.com/hermitcore/libhermit-rs/releases )
- [Commits](https://github.com/hermitcore/libhermit-rs/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-22 10:45:12 +00:00
dependabot-preview[bot]
2458b981f8
Bump memoffset from 0.5.5 to 0.5.6
...
Bumps [memoffset](https://github.com/Gilnaa/memoffset ) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/Gilnaa/memoffset/releases )
- [Commits](https://github.com/Gilnaa/memoffset/compare/v0.5.5...v0.5.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-21 10:36:26 +00:00
dependabot-preview[bot]
fba35861b3
Bump rayon-core from 1.8.0 to 1.8.1
...
Bumps [rayon-core](https://github.com/rayon-rs/rayon ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/rayon-rs/rayon/releases )
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md )
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.8.0...rayon-core-v1.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 10:35:40 +00:00
dependabot-preview[bot]
186ab3945f
Bump cc from 1.0.59 to 1.0.60
...
Bumps [cc](https://github.com/alexcrichton/cc-rs ) from 1.0.59 to 1.0.60.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases )
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.59...1.0.60 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-17 11:08:06 +00:00
dependabot-preview[bot]
ec1c398243
Bump either from 1.6.0 to 1.6.1
...
Bumps [either](https://github.com/bluss/either ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/bluss/either/releases )
- [Commits](https://github.com/bluss/either/compare/1.6.0...1.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-17 10:53:56 +00:00
dependabot-preview[bot]
17cb82c393
Bump atty from 0.2.11 to 0.2.14
...
Bumps [atty](https://github.com/softprops/atty ) from 0.2.11 to 0.2.14.
- [Release notes](https://github.com/softprops/atty/releases )
- [Changelog](https://github.com/softprops/atty/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/atty/compare/0.2.11...0.2.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-16 10:59:58 +00:00
dependabot-preview[bot]
d1e6264059
Bump stderrlog from 0.4.3 to 0.5.0
...
Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs ) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/cardoe/stderrlog-rs/releases )
- [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cardoe/stderrlog-rs/compare/v0.4.3...v0.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-15 10:51:41 -04:00
dependabot-preview[bot]
4478b7cd71
Bump miniz_oxide from 0.4.1 to 0.4.2
...
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/Frommi/miniz_oxide/releases )
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.4.1...0.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-14 10:33:54 +00:00
dependabot-preview[bot]
9fcc055dc5
Bump libc from 0.2.76 to 0.2.77
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.76 to 0.2.77.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.76...0.2.77 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-10 10:53:18 +00:00
dependabot-preview[bot]
bb44fa84b2
Bump bytemuck from 1.4.0 to 1.4.1
...
Bumps [bytemuck](https://github.com/Lokathor/bytemuck ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/Lokathor/bytemuck/releases )
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md )
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-09 10:50:15 +00:00
dependabot-preview[bot]
4878540fb0
Bump crossbeam-channel from 0.4.3 to 0.4.4
...
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.4.3...crossbeam-channel-0.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-07 10:48:00 +00:00
dependabot-preview[bot]
99af96f74d
Bump indexmap from 1.5.2 to 1.6.0
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Commits](https://github.com/bluss/indexmap/compare/1.5.2...1.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-07 10:34:25 +00:00
dependabot-preview[bot]
1f7b493e6c
Bump indexmap from 1.5.1 to 1.5.2
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Commits](https://github.com/bluss/indexmap/compare/1.5.1...1.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02 10:52:36 +00:00
dependabot-preview[bot]
b69554b493
Bump image from 0.23.8 to 0.23.9
...
Bumps [image](https://github.com/image-rs/image ) from 0.23.8 to 0.23.9.
- [Release notes](https://github.com/image-rs/image/releases )
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md )
- [Commits](https://github.com/image-rs/image/compare/v0.23.8...v0.23.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 11:08:16 +00:00
dependabot-preview[bot]
7bddeb1b57
Bump rgb from 0.8.24 to 0.8.25
...
Bumps [rgb](https://github.com/kornelski/rust-rgb ) from 0.8.24 to 0.8.25.
- [Release notes](https://github.com/kornelski/rust-rgb/releases )
- [Commits](https://github.com/kornelski/rust-rgb/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 10:52:43 +00:00
dependabot-preview[bot]
b71dac0128
Bump bytemuck from 1.3.1 to 1.4.0
...
Bumps [bytemuck](https://github.com/Lokathor/bytemuck ) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/Lokathor/bytemuck/releases )
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md )
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.3.1...v1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-31 10:35:22 +00:00
dependabot-preview[bot]
d5bf3bbb59
Bump time from 0.1.43 to 0.1.44
...
Bumps [time](https://github.com/time-rs/time ) from 0.1.43 to 0.1.44.
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.1.43...v0.1.44 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-27 10:46:05 +00:00