mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
chore: bump dependencies
This commit is contained in:
parent
5a78c72711
commit
97b1b70946
743
Cargo.lock
generated
743
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@ serde_json = "1.0.111"
|
||||
anyhow = "1.0.79"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
nix = { version = "0.27.1", default-features = false }
|
||||
nix = { version = "0.28.0", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
|
@ -26,14 +26,13 @@ tokio = { version = "1.35.1", features = [
|
||||
"rt",
|
||||
"macros",
|
||||
"net",
|
||||
"io-util",
|
||||
"time",
|
||||
"signal",
|
||||
"sync",
|
||||
] }
|
||||
vulkano = { version = "0.34.1", default-features = false }
|
||||
futures = { version = "0.3.30", default-features = false }
|
||||
zbus = { version = "3.14.1", default-features = false, features = ["tokio"] }
|
||||
zbus = { version = "4.1.2", default-features = false, features = ["tokio"] }
|
||||
libdrm_amdgpu_sys = { optional = true, version = "0.5.0" }
|
||||
tar = "0.4.40"
|
||||
libflate = "2.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user