feat: update dependencies and enhance package spec parsing with unknown key handling
This commit is contained in:
+4
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user