chore: update depencies

This commit is contained in:
Michael Aaron Murphy 2025-02-20 15:27:31 +01:00
parent 8a0e74b189
commit 94d9a08093
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
17 changed files with 84 additions and 80 deletions

View file

@ -10,10 +10,10 @@ xdg-portal = ["libcosmic/xdg-portal"]
[dependencies]
apply = "0.3.0"
tokio = { version = "1.31", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
url = "2.4.0"
tokio = { version = "1.43", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
url = "2.5.4"
[dependencies.libcosmic]
features = ["debug", "winit", "multi-window", "wayland", "tokio"]