From 6484eb0dc66c7b4218d3490efce281dd24450e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:15:52 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8.23 to 0.9.32 Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.23...0.9.32) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b09a024..d3d5663 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.32" yaml-rust = "0.4.5" [profile.release]