Diff oxipng-7.0.0 with a oxipng-8.0.0

/usr/portage/media-gfx/oxipng/oxipng-8.0.0.ebuild 2023-10-09 14:52:31.640368404 +0300
1
# Copyright 2022 Gentoo Authors
1
# Copyright 2022-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
# Auto-Generated by cargo-ebuild 0.5.2
4
# Auto-Generated by cargo-ebuild 0.5.3-dev
5 5

  
6 6
EAPI=8
7 7

  
......
14 14
	bitvec-1.0.1
15 15
	bytemuck-1.12.3
16 16
	byteorder-1.4.3
17
	cc-1.0.77
17
	cc-1.0.78
18 18
	cfg-if-1.0.0
19 19
	clap-3.2.23
20 20
	clap_lex-0.2.4
......
33 33
	glob-0.3.0
34 34
	hashbrown-0.12.3
35 35
	hermit-abi-0.1.19
36
	hermit-abi-0.2.6
36 37
	image-0.24.5
37 38
	indexmap-1.9.2
38 39
	iter-read-0.3.1
39 40
	itertools-0.10.5
40
	libc-0.2.138
41
	libc-0.2.139
41 42
	libdeflate-sys-0.11.0
42 43
	libdeflater-0.11.0
43 44
	log-0.4.17
......
46 47
	num-integer-0.1.45
47 48
	num-rational-0.4.1
48 49
	num-traits-0.2.15
49
	num_cpus-1.14.0
50
	num_cpus-1.15.0
50 51
	once_cell-1.16.0
51 52
	os_str_bytes-6.4.1
52 53
	png-0.17.7
53 54
	radium-0.7.0
54
	rayon-1.6.0
55
	rayon-1.6.1
55 56
	rayon-core-1.10.1
56 57
	redox_syscall-0.2.16
57 58
	rgb-0.8.34
58 59
	rustc-hash-1.1.0
59 60
	rustc_version-0.4.0
60 61
	scopeguard-1.1.0
61
	semver-1.0.14
62
	semver-1.0.16
62 63
	stderrlog-0.5.4
63 64
	strsim-0.10.0
64 65
	tap-1.0.1
......
100 101
	ZLIB
101 102
"
102 103
SLOT="0"
103
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
104
KEYWORDS="amd64 arm64 ~riscv ~x86"
104 105

  
105 106
BDEPEND=">=virtual/rust-1.61.0"
106 107

  
Thank you!