chore: Update ron to 0.9

This commit is contained in:
Victoria Brekenfeld 2025-01-22 15:41:49 +01:00 committed by Michael Murphy
parent 900fc34444
commit fdfd80f8b1
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ serde = { version = "1.0.129", features = ["derive"] }
serde_json = { version = "1.0.64", optional = true, features = [
"preserve_order",
] }
ron = "0.8"
ron = "0.9.0-alpha.0"
lazy_static = "1.4.0"
csscolorparser = { version = "0.6.2", features = ["serde"] }
cosmic-config = { path = "../cosmic-config/", default-features = false, features = [