diff --git a/Cargo.toml b/Cargo.toml index c8db8479..f311ede8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ animated-image = ["image", "dep:async-fs", "tokio?/io-util", "tokio?/fs"] apply = "0.3.0" derive_setters = "0.1.5" lazy_static = "1.4.0" -palette = "0.7" +palette = "0.7.3" tokio = { version = "1.24.2", optional = true } sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", optional = true, rev = "c9940f4"} slotmap = "1.0.6" @@ -97,7 +97,3 @@ exclude = [ [patch."https://github.com/pop-os/libcosmic"] libcosmic = { path = "./", features = ["wayland", "tokio", "a11y"]} - -# TODO Remove me when the palette crate gets an update & before merging -[patch.crates-io] -palette = {git = "https://github.com/Ogeon/palette", features = ["serializing"] } diff --git a/cosmic-theme/Cargo.toml b/cosmic-theme/Cargo.toml index 4a02dbe1..a6613217 100644 --- a/cosmic-theme/Cargo.toml +++ b/cosmic-theme/Cargo.toml @@ -15,9 +15,8 @@ no-default = [] theme-from-image = ["kmeans_colors", "image"] [dependencies] -# palette = {version = "0.7", features = ["serializing"] } +palette = {version = "0.7.3", features = ["serializing"] } almost = "0.2" -palette = {git = "https://github.com/Ogeon/palette", features = ["serializing"] } kmeans_colors = { version = "0.5", features = ["palette_color"], default-features = false, optional = true } image = {version = "0.24.1", optional = true } serde = { version = "1.0.129", features = ["derive"] }