|
|
@@ -128,6 +128,12 @@ version = "3.13.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "by_address"
|
|
|
+version = "1.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
|
version = "1.4.3"
|
|
|
@@ -739,9 +745,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "palette"
|
|
|
-version = "0.7.5"
|
|
|
+version = "0.7.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
|
|
|
+checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
|
|
|
dependencies = [
|
|
|
"approx",
|
|
|
"fast-srgb8",
|
|
|
@@ -750,10 +756,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "palette_derive"
|
|
|
-version = "0.7.5"
|
|
|
+version = "0.7.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
|
|
|
+checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
|
|
|
dependencies = [
|
|
|
+ "by_address",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"syn",
|