feat: update dependencies and enhance package spec parsing with unknown key handling

This commit is contained in:
2026-03-10 19:33:33 -05:00
parent dcbe38ea2b
commit a9102c2f58
4 changed files with 71 additions and 8 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "depot"
version = "0.15.0"
version = "0.15.1"
edition = "2024"
[lints.rust]
@@ -21,7 +21,7 @@ serde = { version = "1.0.228", features = ["derive"] }
yaml-rust2 = "0.11.0"
sha2 = "0.10.9"
tar = "0.4.44"
tempfile = "=3.26.0"
tempfile = "=3.27.0"
thiserror = "2.0.18"
toml = "1.0.6"
url = "2.5.8"
@@ -42,6 +42,7 @@ 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"
serde_ignored = "0.1.14"
[dev-dependencies]
tempfile = "=3.26.0"
tempfile = "=3.27.0"