Rémi Lauzier
|
286aaffa31
|
small fix
|
2021-06-24 19:47:21 -04:00 |
|
Rémi Lauzier
|
91a18ebe97
|
Fix some clippy warnings
|
2021-06-24 15:57:41 -04:00 |
|
Kornel
|
c4910709d9
|
Assertions
|
2021-06-16 19:39:05 -04:00 |
|
Kornel
|
3e996a0f82
|
Make sure passes clear last line
|
2021-06-16 19:39:05 -04:00 |
|
Kornel
|
dac408627b
|
bit-vec is too slow for debug mode
|
2021-06-16 17:37:33 -04:00 |
|
Kornel
|
f8bb4fa637
|
Fix tests without default features
|
2021-06-16 17:37:33 -04:00 |
|
Kornel
|
d2cebc3c2d
|
Don't allocate reduced buffer until needed
|
2021-06-16 17:37:33 -04:00 |
|
dependabot[bot]
|
a38b2fd943
|
Bump hosted-git-info from 2.5.0 to 2.8.9 (#402)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-20 03:45:08 -04:00 |
|
Kornel
|
b6cc8e2414
|
Optimize unfiltering (#400)
* Clippy lints
* Fewer pushes
* Remove special case for empty last line
* Zip with last line
* Combine bound checks
|
2021-05-19 15:16:14 -04:00 |
|
Kornel
|
14867c7abc
|
Clippy lints (#401)
|
2021-05-19 10:04:31 -04:00 |
|
dependabot-preview[bot]
|
ef3bb7444b
|
Bump image from 0.23.13 to 0.23.14
Bumps [image](https://github.com/image-rs/image) from 0.23.13 to 0.23.14.
- [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.13...v0.23.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-03 10:45:52 +00:00 |
|
dependabot-preview[bot]
|
6c7c067662
|
Bump libc from 0.2.86 to 0.2.87
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.86 to 0.2.87.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.86...0.2.87)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-02 10:49:32 +00:00 |
|
dependabot-preview[bot]
|
19eff4755b
|
Bump adler from 1.0.1 to 1.0.2
Bumps [adler](https://github.com/jonas-schievink/adler) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/jonas-schievink/adler/releases)
- [Changelog](https://github.com/jonas-schievink/adler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jonas-schievink/adler/compare/v1.0.1...v1.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-01 15:48:51 +00:00 |
|
dependabot-preview[bot]
|
eb7c5be7cc
|
Bump crossbeam-epoch from 0.9.2 to 0.9.3
Bumps [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) from 0.9.2 to 0.9.3.
- [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-epoch-0.9.2...crossbeam-epoch-0.9.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-03-01 15:31:13 +00:00 |
|
dependabot-preview[bot]
|
6fe1fb39fb
|
Bump crossbeam-utils from 0.8.2 to 0.8.3
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.3.
- [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-utils-0.8.2...crossbeam-utils-0.8.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-26 11:05:09 +00:00 |
|
dependabot-preview[bot]
|
0be3631788
|
Bump miniz_oxide from 0.4.3 to 0.4.4
Bumps [miniz_oxide](https://github.com/Frommi/miniz_oxide) from 0.4.3 to 0.4.4.
- [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/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-26 10:53:40 +00:00 |
|
Kornel
|
f2e89140ed
|
Prevent panics in parse_ihdr_header (#392)
|
2021-02-24 15:48:30 -05:00 |
|
dependabot-preview[bot]
|
f44b5aa2d0
|
Bump bytemuck from 1.5.0 to 1.5.1
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.5.0 to 1.5.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.5.0...v1.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-24 20:00:55 +00:00 |
|
dependabot-preview[bot]
|
c6337398df
|
Bump cc from 1.0.66 to 1.0.67
Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.66 to 1.0.67.
- [Release notes](https://github.com/alexcrichton/cc-rs/releases)
- [Commits](https://github.com/alexcrichton/cc-rs/compare/1.0.66...1.0.67)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-24 19:47:22 +00:00 |
|
dependabot-preview[bot]
|
b0c6c4195e
|
Bump crossbeam-utils from 0.8.1 to 0.8.2
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.1 to 0.8.2.
- [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-utils-0.8.1...crossbeam-utils-0.8.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-24 19:30:15 +00:00 |
|
dependabot-preview[bot]
|
5c1e2636c2
|
Bump crossbeam-epoch from 0.9.1 to 0.9.2
Bumps [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) from 0.9.1 to 0.9.2.
- [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-epoch-0.9.1...crossbeam-epoch-0.9.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-24 19:08:21 +00:00 |
|
Josh Holmer
|
76da6b5468
|
Fix Rust 1.50 clippy error
|
2021-02-24 13:51:47 -05:00 |
|
dependabot-preview[bot]
|
f8e4a8b170
|
Bump libc from 0.2.85 to 0.2.86
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.85 to 0.2.86.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.85...0.2.86)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-09 10:55:52 +00:00 |
|
dependabot-preview[bot]
|
aaee0a6a2e
|
Bump image from 0.23.12 to 0.23.13
Bumps [image](https://github.com/image-rs/image) from 0.23.12 to 0.23.13.
- [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.12...v0.23.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-05 10:49:02 +00:00 |
|
dependabot-preview[bot]
|
9abb757c31
|
Bump libc from 0.2.84 to 0.2.85
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.84 to 0.2.85.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.84...0.2.85)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-02-02 10:46:31 +00:00 |
|
dependabot-preview[bot]
|
da78af20ac
|
Bump libc from 0.2.83 to 0.2.84
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.83 to 0.2.84.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-29 10:30:31 +00:00 |
|
dependabot-preview[bot]
|
dddcffb633
|
Bump libc from 0.2.82 to 0.2.83
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.82 to 0.2.83.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.82...0.2.83)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-28 10:45:08 +00:00 |
|
dependabot-preview[bot]
|
c73a6b4a83
|
Bump log from 0.4.13 to 0.4.14
Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.13...0.4.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-27 10:31:40 +00:00 |
|
Kornel
|
04010978a0
|
Use optimized copy
|
2021-01-20 14:33:27 -05:00 |
|
Kornel
|
3163a92594
|
Ignore broken tRNS
|
2021-01-20 14:33:27 -05:00 |
|
Kornel
|
53ddd721a7
|
Reject truncated image data instead of panicking
|
2021-01-20 14:33:27 -05:00 |
|
Kornel
|
17212477c5
|
Avoid asserts panicking on broken files
|
2021-01-20 14:33:27 -05:00 |
|
dependabot-preview[bot]
|
db289689b8
|
Bump hermit-abi from 0.1.17 to 0.1.18
Bumps [hermit-abi](https://github.com/hermitcore/libhermit-rs) from 0.1.17 to 0.1.18.
- [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>
|
2021-01-18 11:29:28 +00:00 |
|
dependabot-preview[bot]
|
b2bb4e1888
|
Bump rustc_version from 0.3.2 to 0.3.3
Bumps [rustc_version](https://github.com/Kimundi/rustc-version-rs) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Kimundi/rustc-version-rs/releases)
- [Commits](https://github.com/Kimundi/rustc-version-rs/compare/v0.3.2...v0.3.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-18 11:16:13 +00:00 |
|
dependabot-preview[bot]
|
618da006a5
|
Bump bytemuck from 1.4.1 to 1.5.0
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.4.1 to 1.5.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.4.1...v1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-14 11:03:21 +00:00 |
|
dependabot-preview[bot]
|
228c43890f
|
Bump rustc_version from 0.3.0 to 0.3.2
Bumps [rustc_version](https://github.com/Kimundi/rustc-version-rs) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/Kimundi/rustc-version-rs/releases)
- [Commits](https://github.com/Kimundi/rustc-version-rs/compare/v0.3.0...v0.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-12 11:04:13 +00:00 |
|
dependabot-preview[bot]
|
f71ed29e96
|
Bump log from 0.4.11 to 0.4.13
Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.11...0.4.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-11 11:54:45 +00:00 |
|
dependabot-preview[bot]
|
9d55331980
|
Bump byteorder from 1.3.4 to 1.4.2
Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.4 to 1.4.2.
- [Release notes](https://github.com/BurntSushi/byteorder/releases)
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/byteorder/compare/1.3.4...1.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-11 11:41:50 +00:00 |
|
dependabot-preview[bot]
|
0b4221d7f3
|
Bump stderrlog from 0.5.0 to 0.5.1
Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.0 to 0.5.1.
- [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.5.0...v0.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-11 11:26:03 +00:00 |
|
dependabot-preview[bot]
|
12f412d915
|
Bump libc from 0.2.81 to 0.2.82
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.81 to 0.2.82.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.81...0.2.82)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-08 11:08:15 +00:00 |
|
dependabot-preview[bot]
|
7ea5c4d38c
|
Bump const_fn from 0.4.4 to 0.4.5
Bumps [const_fn](https://github.com/taiki-e/const_fn) from 0.4.4 to 0.4.5.
- [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.4...v0.4.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-06 12:52:24 +00:00 |
|
dependabot-preview[bot]
|
b45ab40b21
|
Bump semver-parser from 0.10.1 to 0.10.2
Bumps [semver-parser](https://github.com/steveklabnik/semver-parser) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/steveklabnik/semver-parser/releases)
- [Commits](https://github.com/steveklabnik/semver-parser/commits/v0.10.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-06 12:40:52 +00:00 |
|
Josh Holmer
|
dea23211ae
|
Version 4.0.3
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
|
2021-01-04 16:12:57 -05:00 |
|
Josh Holmer
|
9b5cd9a1a4
|
Fix a new clippy lint
|
2021-01-04 16:12:46 -05:00 |
|
Josh Holmer
|
1ebe7b01bc
|
Temporarily disable i686 binaries so that amd64 binaries at least will get published
|
2021-01-04 16:00:31 -05:00 |
|
dependabot-preview[bot]
|
17a8c79e21
|
Bump itertools from 0.9.0 to 0.10.0
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bluss/rust-itertools/compare/v0.9.0...v0.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-29 08:10:23 -05:00 |
|
dependabot-preview[bot]
|
9c55fcfcbf
|
Bump indexmap from 1.6.0 to 1.6.1
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.6.0...1.6.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-15 10:46:41 +00:00 |
|
dependabot-preview[bot]
|
7744335020
|
Bump const_fn from 0.4.3 to 0.4.4
Bumps [const_fn](https://github.com/taiki-e/const_fn) from 0.4.3 to 0.4.4.
- [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.3...v0.4.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-10 10:44:16 +00:00 |
|
dependabot-preview[bot]
|
a9651788b2
|
Bump png from 0.16.7 to 0.16.8
Bumps [png](https://github.com/image-rs/image-png) from 0.16.7 to 0.16.8.
- [Release notes](https://github.com/image-rs/image-png/releases)
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image-png/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-09 10:59:31 +00:00 |
|
dependabot-preview[bot]
|
9c2b9dc40f
|
Bump libc from 0.2.80 to 0.2.81
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.80 to 0.2.81.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.80...0.2.81)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-12-07 10:36:25 +00:00 |
|