Bump rgb from 0.8.20 to 0.8.22

Bumps [rgb](https://github.com/kornelski/rust-rgb) from 0.8.20 to 0.8.22.
- [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>
This commit is contained in:
dependabot-preview[bot] 2020-08-12 10:30:58 +00:00
parent aeedcaa750
commit 3202c36846
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -369,7 +369,7 @@ dependencies = [
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rgb 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
"rgb 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"stderrlog 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"wild 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -425,7 +425,7 @@ dependencies = [
[[package]]
name = "rgb"
version = "0.8.20"
version = "0.8.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytemuck 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -645,7 +645,7 @@ dependencies = [
"checksum rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
"checksum rgb 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)" = "90ef54b45ae131327a88597e2463fee4098ad6c88ba7b6af4b3987db8aad4098"
"checksum rgb 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "339d50f3fc040b7929d140a3be5c4485d7b5cfa6f3733fc9dbc0744633c50933"
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"

View file

@ -35,7 +35,7 @@ crc = "^1.2.0"
itertools = "^0.9.0"
zopfli = "^0.4.0"
miniz_oxide = "0.4"
rgb = "0.8.20"
rgb = "0.8.22"
indexmap = { version = "1.5.1", features = ["rayon"] }
libdeflater = "0.5.0"
log = "0.4.11"