update dependencies, fix integration

This commit is contained in:
steven-omaha
2026-04-29 17:35:41 +02:00
parent 83275576fb
commit 86e28d4a0a
6 changed files with 179 additions and 404 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ serde_json = "1.0"
toml = "0.9"
# backends
alpm = { version = "4.0", optional = true }
rust-apt = { version = "0.8", optional = true }
alpm = { version = "5.0", optional = true }
rust-apt = { version = "0.9", optional = true}
[features]
default = []