mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
migrate to rust-yaml2
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
bcdf3896e3
commit
5eab01622e
2 changed files with 21 additions and 20 deletions
|
|
@ -21,7 +21,7 @@ tar = "0.4"
|
|||
flate2 = "1.0"
|
||||
reqwest = { version = "0.12", features = ["json", "stream"] }
|
||||
bytes = "1.0"
|
||||
serde_yml = "0.0.12"
|
||||
yaml-rust2 = "0.10"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
dirs = "6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue