summaryrefslogtreecommitdiffstats
path: root/style/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Clark Moody <clark@clarkmoody.com>2023-05-25 13:59:58 -0500
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-25 23:44:31 +0200
commit2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8 (patch)
tree67af0955eea6494e9a549253dcf49a7e06f1ebbd /style/Cargo.toml
parentc61a4cc21ca4d5019cd10df2f316ebbdb24061f1 (diff)
downloadiced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.tar.gz
iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.tar.bz2
iced-2d21d0900e9fcabfc01a7deaaab5b4fd4b8573e8.zip
Upgrade `palette` dependency
Diffstat (limited to 'style/Cargo.toml')
-rw-r--r--style/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/Cargo.toml b/style/Cargo.toml
index 0bb354e0..8af4a9b3 100644
--- a/style/Cargo.toml
+++ b/style/Cargo.toml
@@ -16,7 +16,7 @@ path = "../core"
features = ["palette"]
[dependencies.palette]
-version = "0.6"
+version = "0.7"
[dependencies.once_cell]
version = "1.15"