chore: update dependencies
This commit is contained in:
parent
c5df9dcf88
commit
b72b15d719
4 changed files with 28 additions and 32 deletions
28
Cargo.toml
28
Cargo.toml
|
|
@ -99,50 +99,50 @@ async-std = [
|
|||
|
||||
[dependencies]
|
||||
apply = "0.3.0"
|
||||
ashpd = { version = "0.11.0", default-features = false, optional = true }
|
||||
ashpd = { version = "0.12.0", default-features = false, optional = true }
|
||||
async-fs = { version = "2.1", optional = true }
|
||||
async-std = { version = "1.13", optional = true }
|
||||
auto_enums = "0.8.7"
|
||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "6254f50", optional = true }
|
||||
chrono = "0.4.40"
|
||||
chrono = "0.4.41"
|
||||
cosmic-config = { path = "cosmic-config" }
|
||||
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", optional = true }
|
||||
css-color = "0.2.8"
|
||||
derive_setters = "0.1.6"
|
||||
derive_setters = "0.1.8"
|
||||
futures = "0.3"
|
||||
image = { version = "0.25.5", default-features = false, features = [
|
||||
image = { version = "0.25.8", default-features = false, features = [
|
||||
"jpeg",
|
||||
"png",
|
||||
] }
|
||||
lazy_static = "1.5.0"
|
||||
libc = { version = "0.2.171", optional = true }
|
||||
license = { version = "3.6.0", optional = true }
|
||||
libc = { version = "0.2.175", optional = true }
|
||||
license = { version = "3.7.0", optional = true }
|
||||
mime = { version = "0.3.17", optional = true }
|
||||
palette = "0.7.6"
|
||||
raw-window-handle = "0.6"
|
||||
rfd = { version = "0.15.3", default-features = false, features = [
|
||||
rfd = { version = "0.15.4", default-features = false, features = [
|
||||
"xdg-portal",
|
||||
], optional = true }
|
||||
rustix = { version = "1.0", features = ["pipe", "process"], optional = true }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
slotmap = "1.0.7"
|
||||
smol = { version = "2.0.2", optional = true }
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.44.1", optional = true }
|
||||
thiserror = "2.0.16"
|
||||
tokio = { version = "1.47.1", optional = true }
|
||||
tracing = "0.1.41"
|
||||
unicode-segmentation = "1.12"
|
||||
url = "2.5.4"
|
||||
zbus = { version = "5.7.1", default-features = false, optional = true }
|
||||
url = "2.5.7"
|
||||
zbus = { version = "5.10.0", default-features = false, optional = true }
|
||||
|
||||
# Enable DBus feature on Linux targets
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
cosmic-config = { path = "cosmic-config", features = ["dbus"] }
|
||||
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
zbus = { version = "5.7.1", default-features = false }
|
||||
zbus = { version = "5.10.0", default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
||||
freedesktop-desktop-entry = { version = "0.7.11", optional = true }
|
||||
freedesktop-desktop-entry = { version = "0.7.14", optional = true }
|
||||
shlex = { version = "1.3.0", optional = true }
|
||||
|
||||
[dependencies.cosmic-theme]
|
||||
|
|
@ -197,7 +197,7 @@ git = "https://github.com/pop-os/cosmic-panel"
|
|||
optional = true
|
||||
|
||||
[dependencies.ron]
|
||||
version = "0.9"
|
||||
version = "0.11"
|
||||
optional = true
|
||||
|
||||
[dependencies.taffy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue