From 9fb3fbb303f0f0e61e107f9c6958456f077c4824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:47:48 +0000 Subject: [PATCH] chore(deps): bump serde_yaml_bw from 2.5.1 to 2.5.2 Bumps [serde_yaml_bw](https://github.com/bourumir-wyngs/serde-yaml-bw) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/bourumir-wyngs/serde-yaml-bw/releases) - [Commits](https://github.com/bourumir-wyngs/serde-yaml-bw/commits) --- updated-dependencies: - dependency-name: serde_yaml_bw dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16be90c..a293946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4378,17 +4378,19 @@ dependencies = [ [[package]] name = "serde_yaml_bw" -version = "2.5.1" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3dc81c391abf99881eb27ee73957d4aaa751d0f242548bfe6148ca360b23448" +checksum = "6e243647f07ad8fdbef8019c17df67dd4a1547b5cf0c1fe2b83728ff1ee3d4cc" dependencies = [ "base64", "indexmap", "itoa", - "ryu", + "num-traits", + "regex", "saphyr-parser", "serde", "unsafe-libyaml-norway", + "zmij", ] [[package]] @@ -6545,6 +6547,12 @@ dependencies = [ "syn", ] +[[package]] +name = "zmij" +version = "1.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac93432f5b761b22864c774aac244fa5c0fd877678a4c37ebf6cf42208f9c9ec" + [[package]] name = "zune-core" version = "0.4.12"