chore(cargo): update all crate dependencies

This commit is contained in:
Michael Aaron Murphy 2026-01-14 18:46:53 +01:00
parent b0cbb54bf2
commit 03c440b97a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
17 changed files with 136 additions and 46 deletions

View file

@ -17,8 +17,8 @@ no-default = []
[dependencies]
palette = { version = "0.7.6", features = ["serializing"] }
almost = "0.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = { version = "1.0.143", optional = true, features = [
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149", optional = true, features = [
"preserve_order",
] }
ron = "0.11.0"
@ -28,4 +28,4 @@ cosmic-config = { path = "../cosmic-config/", default-features = false, features
"macro",
] }
dirs.workspace = true
thiserror = "2.0.16"
thiserror = "2.0.17"