feat: update version numbers for depot and minisign to 0.9.0 and 0.9.1 respectively

This commit is contained in:
2026-03-08 15:38:19 -05:00
parent fd58dc6afc
commit bcca8c3307
3 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "depot"
version = "0.8.0"
version = "0.9.0"
edition = "2024"
[lints.rust]
@@ -32,7 +32,7 @@ zstd = { version = "0.13.3", features = ["zstdmt"] }
inquire = "0.9.4"
md5 = "0.8.0"
suppaftp = "8.0.2"
minisign = "0.8.0"
minisign = "0.9.1"
petgraph = "0.8.3"
fd-lock = "4.0.4"
reqwest = { version = "0.13.2", default-features = false, features = ["blocking", "native-tls"] }