chore: update dependencies

This commit is contained in:
Vukašin Vojinović 2025-07-21 14:54:21 +02:00 committed by Victoria Brekenfeld
parent fec7c94605
commit 35d781dc1e
2 changed files with 100 additions and 79 deletions

View file

@ -7,66 +7,86 @@ version = "0.1.0"
rust-version = "1.85"
[workspace]
members = [
"cosmic-comp-config",
]
members = ["cosmic-comp-config"]
[dependencies]
anyhow = {version = "1.0.51", features = ["backtrace"]}
bitflags = "2.4"
bytemuck = "1.12"
calloop = {version = "0.14.1", features = ["executor"]}
cosmic-comp-config = {path = "cosmic-comp-config", features = ["libdisplay-info"]}
cosmic-config = {git = "https://github.com/pop-os/libcosmic/", features = ["calloop", "macro"]}
cosmic-protocols = {git = "https://github.com/pop-os/cosmic-protocols", rev = "e706814", default-features = false, features = ["server"]}
anyhow = { version = "1.0.98", features = ["backtrace"] }
bitflags = "2.9.1"
bytemuck = "1.23"
calloop = { version = "0.14.2", features = ["executor"] }
cosmic-comp-config = { path = "cosmic-comp-config", features = [
"libdisplay-info",
] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic/", features = [
"calloop",
"macro",
] }
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", rev = "e706814", default-features = false, features = [
"server",
] }
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
cosmic-settings-daemon-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", branch = "greeter", features = ["greeter"] }
cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", features = ["shape-run-cache"] }
libdisplay-info = "0.2.0"
egui = {version = "0.31.0", optional = true}
egui_plot = {version = "0.31.0", optional = true}
i18n-embed = {version = "0.15", features = ["fluent-system", "desktop-requester"]}
i18n-embed-fl = "0.9"
iced_tiny_skia = {git = "https://github.com/pop-os/libcosmic/"}
indexmap = "2.0"
cosmic-settings-daemon-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", branch = "greeter", features = [
"greeter",
] }
cosmic-text = { git = "https://github.com/pop-os/cosmic-text.git", features = [
"shape-run-cache",
] }
libdisplay-info = "0.2.2"
egui = { version = "0.31.0", optional = true }
egui_plot = { version = "0.31.0", optional = true }
i18n-embed = { version = "0.16", features = [
"fluent-system",
"desktop-requester",
] }
i18n-embed-fl = "0.10"
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic/" }
indexmap = "2.10"
keyframe = "1.1.1"
lazy_static = "1.4.0"
libc = "0.2.149"
libcosmic = {git = "https://github.com/pop-os/libcosmic/", default-features = false}
libsystemd = {version = "0.7", optional = true}
log-panics = {version = "2", features = ["with-backtrace"]}
once_cell = "1.18.0"
libc = "0.2.174"
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false }
libsystemd = { version = "0.7", optional = true }
log-panics = { version = "2", features = ["with-backtrace"] }
ordered-float = "5.0"
png = "0.17.5"
png = "0.17.16"
regex = "1"
ron = "0.9.0-alpha.0"
rust-embed = {version = "8.0", features = ["debug-embed"]}
ron = "0.10.1"
rust-embed = { version = "8.7", features = ["debug-embed"] }
sanitize-filename = "0.6.0"
sendfd = "0.4.1"
serde = {version = "1", features = ["derive"]}
sendfd = "0.4.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2.0.12"
time = {version = "0.3.41", features = ["macros", "formatting", "local-offset"]}
time = { version = "0.3.41", features = [
"macros",
"formatting",
"local-offset",
] }
tiny-skia = "0.11"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_info"] }
tracing-journald = "0.3.0"
tracing-subscriber = {version = "0.3.16", features = ["env-filter", "tracing-log"]}
tracy-client = { version = "0.18.0", default-features = false }
wayland-backend = "0.3.3"
wayland-scanner = "0.31.1"
xcursor = "0.3.3"
xdg = "^2.1"
tracing = { version = "0.1.41", features = [
"max_level_debug",
"release_max_level_info",
] }
tracing-journald = "0.3.1"
tracing-subscriber = { version = "0.3.19", features = [
"env-filter",
"tracing-log",
] }
tracy-client = { version = "0.18.2", default-features = false }
wayland-backend = "0.3.10"
wayland-scanner = "0.31.6"
xcursor = "0.3.10"
xdg = "^3.0"
xdg-user = "0.2.1"
xkbcommon = "0.8"
zbus = "5.7.1"
zbus = "5.9.0"
profiling = { version = "1.0" }
rustix = { version = "0.38.32", features = ["process"] }
smallvec = "1.13.2"
rand = "0.9.0"
rustix = { version = "1.0.8", features = ["process"] }
smallvec = "1.15.1"
rand = "0.9.2"
reis = { version = "0.5", features = ["calloop"] }
# CLI arguments
clap_lex = "0.7"
parking_lot = "0.12.3"
parking_lot = "0.12.4"
logind-zbus = { version = "5.3.2", optional = true }
[dependencies.id_tree]
@ -77,21 +97,21 @@ git = "https://github.com/Drakulix/id-tree.git"
version = "0.7.0"
default-features = false
features = [
"backend_drm",
"backend_gbm",
"backend_egl",
"backend_libinput",
"backend_session_libseat",
"backend_udev",
"backend_winit",
"backend_vulkan",
"backend_x11",
"desktop",
"renderer_glow",
"renderer_multi",
"renderer_pixman",
"wayland_frontend",
"xwayland",
"backend_drm",
"backend_gbm",
"backend_egl",
"backend_libinput",
"backend_session_libseat",
"backend_udev",
"backend_winit",
"backend_vulkan",
"backend_x11",
"desktop",
"renderer_glow",
"renderer_multi",
"renderer_pixman",
"wayland_frontend",
"xwayland",
]
[dependencies.smithay-egui]