aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 856c3f6c..e3eb21fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,24 +9,24 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.75" }
arrayvec = "0.7.4"
-async-channel = { version = "1.9.0", optional = true }
+async-channel = { version = "2.1.0", optional = true }
async-io = { version = "1.13.0", optional = true }
bitflags = "2.4.1"
-clap = { version = "4.4.6", features = ["derive"] }
+clap = { version = "4.4.7", features = ["derive"] }
directories = "5.0.1"
keyframe = { version = "1.1.1", default-features = false }
knuffel = "3.2.0"
-libc = "0.2.149"
+libc = "0.2.150"
logind-zbus = { version = "3.1.2", optional = true }
log = { version = "0.4.20", features = ["max_level_trace", "release_max_level_debug"] }
miette = "5.10.0"
notify-rust = { version = "4.9.0", optional = true }
pipewire = { version = "0.7.2", optional = true }
png = "0.17.10"
-portable-atomic = { version = "1.5.0", default-features = false, features = ["float"] }
+portable-atomic = { version = "1.5.1", default-features = false, features = ["float"] }
profiling = "1.0.11"
sd-notify = "0.4.1"
-serde = { version = "1.0.189", features = ["derive"] }
+serde = { version = "1.0.190", features = ["derive"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
tracy-client = { version = "0.16.3", default-features = false }