From b6d6cadd62c8ff3c5f43a8723d44d39ede2b2d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 18:13:21 -0600 Subject: [PATCH] chore: bump serde_yaml from 0.8.23 to 0.8.24 (#24981) * chore: bump serde_yaml from 0.8.23 to 0.8.24 Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.23 to 0.8.24. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.23...0.8.24) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- bench-tps/Cargo.toml | 2 +- cli-config/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6504d7649..05aa8d7405 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3874,9 +3874,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0" +checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc" dependencies = [ "indexmap", "ryu", diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 60a88452bb..1261b2686f 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -14,7 +14,7 @@ crossbeam-channel = "0.5" log = "0.4.14" rayon = "1.5.2" serde_json = "1.0.81" -serde_yaml = "0.8.23" +serde_yaml = "0.8.24" solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" } solana-cli-config = { path = "../cli-config", version = "=1.11.0" } solana-client = { path = "../client", version = "=1.11.0" } diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index ef4f469c85..a9a032c087 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -14,7 +14,7 @@ dirs-next = "2.0.0" lazy_static = "1.4.0" serde = "1.0.137" serde_derive = "1.0.103" -serde_yaml = "0.8.23" +serde_yaml = "0.8.24" solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" } solana-sdk = { path = "../sdk", version = "=1.11.0" } url = "2.2.2" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 7477d0930c..6dee06c6b9 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -14,7 +14,7 @@ base64 = "0.13.0" clap = "2.33.1" serde = "1.0.137" serde_json = "1.0.81" -serde_yaml = "0.8.23" +serde_yaml = "0.8.24" solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" } solana-cli-config = { path = "../cli-config", version = "=1.11.0" } solana-entry = { path = "../entry", version = "=1.11.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 92fda68592..115db8c9bf 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -25,7 +25,7 @@ nix = "0.24.0" reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] } semver = "1.0.9" serde = { version = "1.0.137", features = ["derive"] } -serde_yaml = "0.8.23" +serde_yaml = "0.8.24" solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" } solana-client = { path = "../client", version = "=1.11.0" } solana-config-program = { path = "../programs/config", version = "=1.11.0" } diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 247e8de584..dda8d325c3 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -3437,9 +3437,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0" +checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc" dependencies = [ "indexmap", "ryu",