summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-12 06:16:45 +0000
committerGitHub <noreply@github.com>2024-07-12 06:16:45 +0000
commitaca982f1c0302ad0088533575a528f16cd18ddbf (patch)
tree7cb8ac3f81d94d9c271fd32374ec47270dbfae17
parent5d538b23039058d50f218611f714ff40d5cd883d (diff)
Bump palette from 0.7.3 to 0.7.6dependabot/cargo/palette-0.7.6
Bumps [palette](https://github.com/Ogeon/palette) from 0.7.3 to 0.7.6. - [Changelog](https://github.com/Ogeon/palette/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ogeon/palette/compare/0.7.3...0.7.6) --- updated-dependencies: - dependency-name: palette dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock15
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19e6547c..c2a69423 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -203,6 +203,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[package]]
+name = "by_address"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
+
+[[package]]
name = "bytelines"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -863,9 +869,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "palette"
-version = "0.7.3"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b2e2f34147767aa758aa649415b50a69eeb46a67f9dc7db8011eeb3d84b351dc"
+checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
dependencies = [
"approx",
"fast-srgb8",
@@ -875,10 +881,11 @@ dependencies = [
[[package]]
name = "palette_derive"
-version = "0.7.3"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7db010ec5ff3d4385e4f133916faacd9dad0f6a09394c92d825b3aed310fa0a"
+checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
dependencies = [
+ "by_address",
"proc-macro2",
"quote",
"syn",
diff --git a/Cargo.toml b/Cargo.toml
index 3234a717..28e34c01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ dirs = "5.0.1"
grep-cli = "0.1.8"
itertools = "0.10.5"
lazy_static = "1.4"
-palette = "0.7.2"
+palette = "0.7.6"
pathdiff = "0.2.1"
regex = "1.7.1"
serde = { version = "1.0.163", features = ["derive"] }