chore: update depencies

This commit is contained in:
Michael Aaron Murphy 2025-02-20 15:27:31 +01:00
parent 8a0e74b189
commit 94d9a08093
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
17 changed files with 84 additions and 80 deletions

View file

@ -15,18 +15,18 @@ export = ["serde_json"]
no-default = []
[dependencies]
palette = { version = "0.7.3", features = ["serializing"] }
palette = { version = "0.7.6", features = ["serializing"] }
almost = "0.2"
serde = { version = "1.0.129", features = ["derive"] }
serde_json = { version = "1.0.64", optional = true, features = [
serde = { version = "1.0.218", features = ["derive"] }
serde_json = { version = "1.0.139", optional = true, features = [
"preserve_order",
] }
ron = "0.9.0-alpha.0"
lazy_static = "1.4.0"
csscolorparser = { version = "0.6.2", features = ["serde"] }
ron = "0.9.0-alpha.1"
lazy_static = "1.5.0"
csscolorparser = { version = "0.7.0", features = ["serde"] }
cosmic-config = { path = "../cosmic-config/", default-features = false, features = [
"subscription",
"macro",
] }
dirs.workspace = true
thiserror = "1.0.5"
thiserror = "2.0.11"