feat: update package dependencies and enhance checksum verification with b2 and b2sum support

This commit is contained in:
2026-03-10 14:00:03 -05:00
parent 233bd1f1fe
commit adbdf80c0e
7 changed files with 85 additions and 9 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "depot"
version = "0.13.0"
version = "0.13.1"
edition = "2024"
[lints.rust]
@@ -41,6 +41,7 @@ clap_complete = "4.5.66"
clap_mangen = "0.2.31"
sys-mount = { version = "3.1.0", default-features = false }
time = { version = "0.3.47", features = ["formatting", "parsing"] }
b2sum-rust = "0.3.0"
[dev-dependencies]
tempfile = "=3.26.0"