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

@ -7,12 +7,21 @@ publish = false
[dependencies]
apply = "0.3.0"
fraction = "0.14.0"
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "dbus-config", "a11y", "wgpu", "xdg-portal"] }
once_cell = "1.18"
slotmap = "1.0.6"
fraction = "0.15.3"
libcosmic = { path = "../..", features = [
"debug",
"winit",
"tokio",
"single-instance",
"dbus-config",
"a11y",
"wgpu",
"xdg-portal",
] }
once_cell = "1.21"
slotmap = "1.0.7"
env_logger = "0.10"
log = "0.4.17"
log = "0.4.26"
[dependencies.cosmic-time]
git = "https://github.com/pop-os/cosmic-time"