feat: update package versions and enhance lib32 output handling

This commit is contained in:
2026-03-15 13:44:32 -05:00
parent 1d877eeec2
commit 108c989695
6 changed files with 96 additions and 24 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "depot"
version = "0.22.0"
version = "0.22.1"
edition = "2024"
[lints.rust]
@@ -15,7 +15,7 @@ flate2 = "1.1.9"
git2 = "0.20.4"
indicatif = "0.18.4"
nix = { version = "0.31.2", features = ["user"] }
rusqlite = "0.38.0"
rusqlite = "0.39.0"
semver = "1.0.27"
serde = { version = "1.0.228", features = ["derive"] }
yaml-rust2 = "0.11.0"
@@ -43,7 +43,7 @@ sys-mount = { version = "3.1.0", default-features = false }
time = { version = "0.3.47", features = ["formatting", "parsing"] }
b2sum-rust = "0.3.0"
serde_ignored = "0.1.14"
lz4_flex = "0.12.0"
lz4_flex = "0.13.0"
lzma-rust2 = "0.16.2"
signal-hook = "0.4.3"