update dependencies

This commit is contained in:
steven-omaha
2025-08-03 13:39:27 +02:00
parent 59d102a654
commit 9a7fd77e99
2 changed files with 58 additions and 6 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ log = { version = "0.4", features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.4"
toml = "0.9"
# backends
alpm = { version = "4.0", optional = true }
rust-apt = { version = "0.7", optional = true }
rust-apt = { version = "0.8", optional = true }
[features]
default = []