chore(cargo): update dependencies

This commit is contained in:
Michael Aaron Murphy 2024-03-20 02:54:21 +01:00
parent 18b967a385
commit a40b1e9a1a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
13 changed files with 334 additions and 66 deletions

View file

@ -6,7 +6,6 @@ license = "GPL-3.0"
rust-version = "1.65.0"
[dependencies]
apply = "0.3.0"
async-channel = "2.1.1"
color-eyre = "0.6.2"
cosmic-bg-config = { workspace = true }
@ -33,12 +32,11 @@ cosmic-comp-config = { workspace = true }
cosmic-panel-config = { workspace = true }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
log = "0.4"
url = "2.5.0"
freedesktop-desktop-entry = "0.5.0"
notify = "6.1.1"
anyhow = "1.0"
image = "0.24.8"
image = "0.25"
serde = { version = "1.0.196", features = ["derive"] }
ashpd = { version = "0.7", default-features = false }
ron = "0.8"