From adfae39073b550270bb1ffbe4796f3826cca6833 Mon Sep 17 00:00:00 2001 From: Nathan Reus Date: Fri, 24 May 2024 22:26:50 +1000 Subject: [PATCH] replace unmaintained yaml-rust with yaml-rust2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fbbbc4..896927e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = [ serde = { version = "1.0.137", features = ["derive"] } json = { package = "serde_json", version = "1.0.81" } toml = { version = "0.5.9", optional = true } -yaml = { package = "yaml-rust", version = "0.4.5", optional = true } +yaml = { package = "yaml-rust2", version = "0.8.0", optional = true } [features] default = ["toml", "yaml"]