chore: update depencies
This commit is contained in:
parent
8a0e74b189
commit
94d9a08093
17 changed files with 84 additions and 80 deletions
42
Cargo.toml
42
Cargo.toml
|
|
@ -87,41 +87,43 @@ markdown = ["iced/markdown"]
|
|||
|
||||
[dependencies]
|
||||
apply = "0.3.0"
|
||||
ashpd = { version = "0.9.1", default-features = false, optional = true }
|
||||
ashpd = { version = "0.9.0", default-features = false, optional = true }
|
||||
async-fs = { version = "2.1", optional = true }
|
||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "178eb0b", optional = true }
|
||||
chrono = "0.4.35"
|
||||
chrono = "0.4.39"
|
||||
cosmic-config = { path = "cosmic-config" }
|
||||
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true }
|
||||
css-color = "0.2.5"
|
||||
derive_setters = "0.1.5"
|
||||
css-color = "0.2.8"
|
||||
derive_setters = "0.1.6"
|
||||
image = { version = "0.25.5", default-features = false, features = [
|
||||
"jpeg",
|
||||
"png",
|
||||
] }
|
||||
lazy_static = "1.4.0"
|
||||
libc = { version = "0.2.155", optional = true }
|
||||
license = { version = "3.5.1", optional = true }
|
||||
lazy_static = "1.5.0"
|
||||
libc = { version = "0.2.169", optional = true }
|
||||
license = { version = "3.6.0", optional = true }
|
||||
mime = { version = "0.3.17", optional = true }
|
||||
palette = "0.7.3"
|
||||
rfd = { version = "0.14.0", default-features = false, features = ["xdg-portal"], optional = true }
|
||||
rustix = { version = "0.38.34", features = [
|
||||
palette = "0.7.6"
|
||||
rfd = { version = "0.15.2", default-features = false, features = [
|
||||
"xdg-portal",
|
||||
], optional = true }
|
||||
rustix = { version = "0.38.44", features = [
|
||||
"pipe",
|
||||
"process",
|
||||
], optional = true }
|
||||
serde = { version = "1.0.180", features = ["derive"] }
|
||||
slotmap = "1.0.6"
|
||||
smol = { version = "2.0.0", optional = true }
|
||||
thiserror = "1.0.44"
|
||||
tokio = { version = "1.24.2", optional = true }
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
slotmap = "1.0.7"
|
||||
smol = { version = "2.0.2", optional = true }
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.43.0", optional = true }
|
||||
tracing = "0.1.41"
|
||||
unicode-segmentation = "1.6"
|
||||
url = "2.4.0"
|
||||
zbus = { version = "4.2.1", default-features = false, optional = true }
|
||||
unicode-segmentation = "1.12"
|
||||
url = "2.5.4"
|
||||
zbus = { version = "4.0", default-features = false, optional = true }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
|
||||
freedesktop-desktop-entry = { version = "0.5.1", optional = true }
|
||||
freedesktop-desktop-entry = { version = "0.7.7", optional = true }
|
||||
shlex = { version = "1.3.0", optional = true }
|
||||
|
||||
[dependencies.cosmic-theme]
|
||||
|
|
@ -194,7 +196,7 @@ members = [
|
|||
exclude = ["iced"]
|
||||
|
||||
[workspace.dependencies]
|
||||
dirs = "5.0.1"
|
||||
dirs = "6.0.0"
|
||||
|
||||
|
||||
[patch."https://github.com/pop-os/libcosmic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue