From 336a275c66f23b355edaf6d60e3f6ef90421697f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:56:09 +0000 Subject: [PATCH] Update Rust crate serde_yaml to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b09a024..b44bef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ liquid-lib = { version = "0.26.0", features = ["stdlib", "jekyll", "shopify", "e mimalloc = { version = "0.1.28", default-features = false } run_script = "0.9.0" serde = "1.0.136" -serde_yaml = "0.8.23" +serde_yaml = "0.9.0" yaml-rust = "0.4.5" [profile.release]