chore: update dependencies
This commit is contained in:
parent
4dfb2025b6
commit
6ef92f0917
6 changed files with 317 additions and 346 deletions
650
Cargo.lock
generated
650
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -55,9 +55,9 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
|
|||
rust-embed = "8.7.2"
|
||||
rust-embed-utils = "8.7.2"
|
||||
rustix = { version = "1.0", features = ["fs", "process"] }
|
||||
zbus = { version = "5.9.0", default-features = false, features = ["tokio"] }
|
||||
zbus = { version = "5.10.0", default-features = false, features = ["tokio"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
tracing-log = "0.2.0"
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ i18n-embed-fl.workspace = true
|
|||
image = { version = "0.25.6", default-features = false }
|
||||
itertools = "0.14.0"
|
||||
libcosmic.workspace = true
|
||||
memmap2 = "0.9.7"
|
||||
memmap2 = "0.9.8"
|
||||
rand = "0.9.2"
|
||||
rust-embed.workspace = true
|
||||
rustix.workspace = true
|
||||
|
|
@ -25,5 +25,5 @@ tokio.workspace = true
|
|||
tracing-log.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
url = "2.5.4"
|
||||
url = "2.5.7"
|
||||
zbus.workspace = true
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ i18n-embed-fl.workspace = true
|
|||
i18n-embed.workspace = true
|
||||
image = { version = "0.25.6", default-features = false }
|
||||
libcosmic.workspace = true
|
||||
memmap2 = "0.9.7"
|
||||
memmap2 = "0.9.8"
|
||||
rust-embed.workspace = true
|
||||
rustix.workspace = true
|
||||
tokio.workspace = true
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ i18n-embed-fl.workspace = true
|
|||
rust-embed.workspace = true
|
||||
rust-embed-utils.workspace = true
|
||||
zbus = { workspace = true, features = ["tokio", "p2p"] }
|
||||
url = "2.5.4"
|
||||
url = "2.5.7"
|
||||
|
|
|
|||
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -7,6 +7,7 @@ Build-Depends:
|
|||
debhelper-compat (= 11),
|
||||
rustc (>=1.73.0),
|
||||
cargo,
|
||||
libclang-dev,
|
||||
libdbus-1-dev,
|
||||
libegl-dev,
|
||||
libpulse-dev,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue