chore: update dependencies; including ron 0.9

This commit is contained in:
Michael Aaron Murphy 2025-03-19 20:29:11 +01:00
parent ab887aeeac
commit 92b2756e26
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
15 changed files with 79 additions and 73 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.219", features = ["derive"] }
serde_json = { version = "1.0.140", 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"
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.12"