feat: update depot and zip versions to 0.30.1 and 8.3.1 respectively, enhance shell helper functions for safer file operations

This commit is contained in:
2026-03-22 20:42:33 -05:00
parent fc9a78a748
commit ce06fcba1b
4 changed files with 197 additions and 25 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "depot"
version = "0.30.0"
version = "0.30.1"
edition = "2024"
[lints.rust]
@@ -27,7 +27,7 @@ toml = "1.0.6"
url = "2.5.8"
walkdir = "2.5.0"
xz2 = "0.1.7"
zip = "8.3.0"
zip = "8.3.1"
zstd = { version = "0.13.3", features = ["zstdmt"] }
inquire = "0.9.4"
md5 = "0.8.0"