chore: update dependencies (#979)

* chore: update dependencies

* chore: update flatpak sources

---------

Co-authored-by: Ilya Zlobintsev <ilya.zl@protonmail.com>
This commit is contained in:
Vukašin Vojinović
2026-04-22 18:46:10 +03:00
committed by GitHub
co-authored by Ilya Zlobintsev
parent 5959e5e89d
commit 56e4d9d3bd
10 changed files with 674 additions and 660 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
[package]
name = "lact-cli"
version = "0.9.0"
edition = "2024"
edition.workspace = true
[dependencies]
lact-client = { path = "../lact-client" }
lact-schema = { path = "../lact-schema", features = ["args"] }
anyhow = "1.0.79"
anyhow = { workspace = true }
tokio = { workspace = true, features = ["rt"] }