janitor: Use more workspace dependencies

This commit is contained in:
Tobias Hunger 2024-06-03 19:23:48 +02:00 committed by Tobias Hunger
parent 623bae7732
commit d9224cd58f
26 changed files with 66 additions and 58 deletions

View file

@ -24,7 +24,7 @@ slint-interpreter = { workspace = true, features = ["default", "display-diagnost
pyo3 = { version = "0.21.0", features = ["extension-module", "indexmap", "chrono", "abi3-py310"] }
indexmap = { version = "2.1.0" }
chrono = "0.4"
spin_on = "0.1"
spin_on = { workspace = true }
css-color-parser2 = { workspace = true }
[package.metadata.maturin]