From 94826944e4777adc61ee7ec4eab60cc4493da580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:17:42 +0000 Subject: [PATCH] Bump serde_yaml_bw from 2.5.5 to 2.5.6 Bumps [serde_yaml_bw](https://github.com/bourumir-wyngs/serde-yaml-bw) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/bourumir-wyngs/serde-yaml-bw/releases) - [Commits](https://github.com/bourumir-wyngs/serde-yaml-bw/compare/2.5.5...2.5.6) --- updated-dependencies: - dependency-name: serde_yaml_bw dependency-version: 2.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 +++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 697e3b0..b3e139c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -524,6 +524,16 @@ dependencies = [ "url", ] +[[package]] +name = "granit-parser" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e354bf0eb3279a16e8f92fc1ba6ddd4420953fc064140b010844d21874b58113" +dependencies = [ + "arraydeque", + "smallvec", +] + [[package]] name = "h2" version = "0.4.13" @@ -1407,17 +1417,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "saphyr-parser-bw" -version = "0.0.611" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67dec0c833db75dc98957956b303fe447ffc5eb13f2325ef4c2350f7f3aa69e3" -dependencies = [ - "arraydeque", - "smallvec", - "thiserror 2.0.16", -] - [[package]] name = "schannel" version = "0.1.29" @@ -1502,16 +1501,16 @@ dependencies = [ [[package]] name = "serde_yaml_bw" -version = "2.5.5" +version = "2.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eef5e25868f1a82b8be2395c14a744924ce5f6d2154a746dbfe2fbc22a8b5033" +checksum = "d9559c696727e20fa0f661a1db638c7ae1be73419de8e1aed2642b796096ab53" dependencies = [ "base64", + "granit-parser", "indexmap", "itoa", "num-traits", "regex", - "saphyr-parser-bw", "serde", "unsafe-libyaml-norway", "zmij", diff --git a/Cargo.toml b/Cargo.toml index 4d6633f..7ab1f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ build = "build.rs" clap = { version = "4.6.1", features = ["derive"] } reqwest = { version = "0.13.3", features = ["brotli", "deflate", "gzip", "json", "zstd"] } serde_json = { version = "1.0.149", features = ["raw_value", "alloc", "preserve_order"] } -serde_yaml_bw = "2.5.5" +serde_yaml_bw = "2.5.6" tokio = { version = "1.52.1", features = ["full"] } serde = { version = "1.0.228", features = ["derive"] } http = "1.4.0"