From a2906dc6f51adefa217bc1a88430c83ad65e9f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 10:41:52 +0000 Subject: [PATCH] chore(deps): Update Rust crate serde_yaml to 0.9.0 --- Cargo.lock | 44 ++++++++++++++++++++---------------------- Cargo.toml | 2 +- crates/bin/Cargo.toml | 2 +- crates/core/Cargo.toml | 2 +- 4 files changed, 24 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a41a5a20..19f6d4167 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,6 +417,12 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + [[package]] name = "find-msvc-tools" version = "0.1.5" @@ -491,9 +497,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.12.3" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" [[package]] name = "heck" @@ -525,11 +531,11 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.9.3" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" dependencies = [ - "autocfg", + "equivalent", "hashbrown", ] @@ -594,12 +600,6 @@ version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" -[[package]] -name = "linked-hash-map" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - [[package]] name = "liquid" version = "0.26.11" @@ -952,14 +952,15 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.26" +version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ "indexmap", + "itoa", "ryu", "serde", - "yaml-rust", + "unsafe-libyaml", ] [[package]] @@ -1207,6 +1208,12 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" +[[package]] +name = "unsafe-libyaml" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" + [[package]] name = "utf8parse" version = "0.2.2" @@ -1476,12 +1483,3 @@ name = "windows_x86_64_msvc" version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" - -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] diff --git a/Cargo.toml b/Cargo.toml index aa9e2fd4f..f57d8f3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ liquid-lib = { version = "^0.26.11", path = "crates/lib", optional = true } serde = { version = "1.0.157", features = ["derive"] } [dev-dependencies] -serde_yaml = "0.8.26" +serde_yaml = "0.9.0" tera = { version = "1.19", default-features = false } handlebars = "6.0" serde_derive = "1.0" diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 69a9ddc47..ff4e84a12 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -18,6 +18,6 @@ rustdoc-args = ["--cfg", "docsrs"] liquid = { version = "^0.26.11", path = "../../" } serde = { version = "1.0.157", features = ["derive"] } clap = { version = "4.3", features = ["derive"] } -serde_yaml = "0.8.26" +serde_yaml = "0.9.0" serde_json = "1.0" derive_more = { version = "2.0.0", features = ["display", "from", "constructor"] } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 348759008..3c2d33b1d 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -28,7 +28,7 @@ kstring = { version = "2.0", features = ["serde"] } liquid-derive = { version = "^0.26.10", path = "../derive", optional = true } [dev-dependencies] -serde_yaml = "0.8.26" +serde_yaml = "0.9.0" snapbox = "0.6.5" [features]