summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-03 10:38:59 -0400
committerGitHub <noreply@github.com>2023-06-03 10:38:59 -0400
commit09131c8a296a3c48e3bb297b4eb0c59f665c15f6 (patch)
tree401b9c658d70e6106afbe156887d23038c68eeef /Cargo.toml
parent03979ae9546ba97fcc0b402d011f98253d7adf2a (diff)
Bump palette from 0.6.1 to 0.7.2 (#1420)
Bumps [palette](https://github.com/Ogeon/palette) from 0.6.1 to 0.7.2. - [Changelog](https://github.com/Ogeon/palette/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ogeon/palette/compare/0.6.1...0.7.2) --- updated-dependencies: - dependency-name: palette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eea69a3e..3a8eed32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ dirs = "4.0.0"
grep-cli = "0.1.7"
itertools = "0.10.5"
lazy_static = "1.4"
-palette = "0.6.1"
+palette = "0.7.2"
pathdiff = "0.2.1"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }