From c9d19c3187803c4b5d81a8f3e8661293a59295d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:06:01 +0000 Subject: [PATCH] chore(deps): bump serde_yaml_bw from 2.5.2 to 2.5.4 Bumps [serde_yaml_bw](https://github.com/bourumir-wyngs/serde-yaml-bw) from 2.5.2 to 2.5.4. - [Release notes](https://github.com/bourumir-wyngs/serde-yaml-bw/releases) - [Commits](https://github.com/bourumir-wyngs/serde-yaml-bw/commits/2.5.4) --- updated-dependencies: - dependency-name: serde_yaml_bw dependency-version: 2.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++---------------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a33501e..be8d17f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,15 +770,6 @@ version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" -[[package]] -name = "hashlink" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" -dependencies = [ - "hashbrown 0.15.5", -] - [[package]] name = "heck" version = "0.5.0" @@ -1724,13 +1715,14 @@ dependencies = [ ] [[package]] -name = "saphyr-parser" -version = "0.0.6" +name = "saphyr-parser-bw" +version = "0.0.611" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb771b59f6b1985d1406325ec28f97cfb14256abcec4fdfb37b36a1766d6af7" +checksum = "67dec0c833db75dc98957956b303fe447ffc5eb13f2325ef4c2350f7f3aa69e3" dependencies = [ "arraydeque", - "hashlink", + "smallvec", + "thiserror 2.0.18", ] [[package]] @@ -1825,16 +1817,16 @@ dependencies = [ [[package]] name = "serde_yaml_bw" -version = "2.5.2" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e243647f07ad8fdbef8019c17df67dd4a1547b5cf0c1fe2b83728ff1ee3d4cc" +checksum = "f2e076e55ee64dd8cd68f7f330e1524c9e05125ca6d2da1fcb9c974f028969fa" dependencies = [ "base64", "indexmap", "itoa", "num-traits", "regex", - "saphyr-parser", + "saphyr-parser-bw", "serde", "unsafe-libyaml-norway", "zmij", diff --git a/Cargo.toml b/Cargo.toml index 4590ef7..e14fedd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ miette = "7.0.0" camino = "1.1.9" toml = { version = "1.0.0", optional = true } serde_json = { version = "1.0.132", optional = true } -serde_yaml_bw = { version = "2.4.0", optional = true } +serde_yaml_bw = { version = "2.5.4", optional = true } serde = { version = "1.0.214", optional = true, features = ["derive"] } tar = { version = "0.4.42", optional = true } zip = { version = "8.0.0", optional = true, default-features = false, features = ["aes-crypto", "bzip2", "deflate", "time", "zstd"] }