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
bd15226229
commit
cc06f61e52
965
Cargo.lock
generated
965
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.28.0", default-features = false }
|
||||
nix = { version = "0.29.0", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
|
@ -33,7 +33,7 @@ tokio = { version = "1.35.1", features = [
|
||||
vulkano = { version = "0.34.1", default-features = false }
|
||||
futures = { version = "0.3.30", default-features = false }
|
||||
zbus = { version = "4.1.2", default-features = false, features = ["tokio"] }
|
||||
libdrm_amdgpu_sys = { optional = true, version = "0.6.0" }
|
||||
libdrm_amdgpu_sys = { optional = true, version = "0.7.3" }
|
||||
tar = "0.4.40"
|
||||
libflate = "2.0.0"
|
||||
chrono = "0.4.31"
|
||||
|
@ -32,7 +32,7 @@ plotters = { version = "0.3.5", default-features = false, features = [
|
||||
] }
|
||||
plotters-cairo = "0.6.0"
|
||||
chrono = "0.4"
|
||||
itertools = "0.12.1"
|
||||
itertools = "0.13.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5.1"
|
||||
|
Loading…
Reference in New Issue
Block a user