summaryrefslogtreecommitdiffstats
path: root/style/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-05-26 19:02:29 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-26 19:02:29 +0200
commitfcb1b454368638209862aeb5db41bc5f7d6d51a7 (patch)
treef3ae3169ddaf545a8de27d74718908f3c0d3f760 /style/Cargo.toml
parentc61a4cc21ca4d5019cd10df2f316ebbdb24061f1 (diff)
parentcf2c8f2037907d8d619348a70594bab28f166d64 (diff)
downloadiced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.tar.gz
iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.tar.bz2
iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.zip
Merge pull request #1875 from clarkmoody/palette-0.7
Upgrade `palette` dependency
Diffstat (limited to '')
-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"