From c47416eaa679479e8dfdb4a7b38de74097ab898c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:48:50 +0000 Subject: [PATCH] Bump serde_yaml_bw from 2.4.1 to 2.5.1 Bumps [serde_yaml_bw](https://github.com/bourumir-wyngs/serde-yaml-bw) from 2.4.1 to 2.5.1. - [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.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a2fab8..1ef4a53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1343,9 +1343,9 @@ dependencies = [ [[package]] name = "serde_yaml_bw" -version = "2.4.1" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e625d4f8798a3707dc8ec750f593156ff7605b9c1f07a04c2e66d75ef0ed2b3" +checksum = "b3dc81c391abf99881eb27ee73957d4aaa751d0f242548bfe6148ca360b23448" dependencies = [ "base64", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 61141bf..ef4132e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.100" clap = { version = "4.5.50", features = ["derive"] } reqwest = { version = "0.12.24", features = ["brotli", "charset", "deflate", "gzip", "http2", "json", "rustls-tls-native-roots", "system-proxy", "zstd"], default-features = false } serde_json = { version = "1.0.145", features = ["raw_value", "alloc", "preserve_order"] } -serde_yaml_bw = "2.4.1" +serde_yaml_bw = "2.5.1" tokio = { version = "1.48.0", features = ["full"] } serde = { version = "1.0.228", features = ["derive"] } http = "1.3.1"